Shades of Persian Rose #F638AB
Tints of Persian Rose #F638AB
RGB
CMYK
RGB Variations
Color information
#F638AB (or 0xF638AB) is known color: Persian Rose. HEX triplet: F6, 38 and AB. RGB value is (246,56,171). Sum of RGB (Red+Green+Blue) = 246+56+171=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F638AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F638AB is #09C754. Grayscale: #7D7D7D. Windows color (decimal): -640853 or 11221238. OLE color: 11221238.
HSL color Cylindrical-coordinate representation of color #F638AB: hue angle of 323.68º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F638AB is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 171 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.04 |
| HSL | 323.68º | 0.91% | 0.59% | - |
| HSV(B) | 323.68º | 0.77% | 0.96% | - |
| XYZ | 46.77 | 25.36 | 40.96 | - |
| YUV | 125.92 | 153.45 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 171 | 0 | 0.77 | 0.30 | 0.04 | 323.68 | 0.91 | 0.59 |
| Hex | F6 | 38 | AB | 0 | 4D | 1E | 4 | 144 | 5B | 3B |
| Octal | 366 | 70 | 253 | 0 | 115 | 36 | 4 | 504 | 133 | 73 |
| Binary | 11110110 | 111000 | 10101011 | 0 | 1001101 | 11110 | 100 | 101000100 | 1011011 | 111011 |
Color Harmonies of #F638AB
Complementary color
Monochromatic Colors of #F638AB
Black with #F638AB
Text Example
Text Example
White with #F638AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F638AB; }
p { color: rgb(246,56,171); }
H1.HeaderClassName
{
color: #F638AB;
}
.AnyTagClassName
{
color: #F638AB;
}
</style>
background-color css
<style>
a { background-color: #F638AB; }
a { background-color: rgb(246,56,171); }
div.DivClassName
{
background-color: #F638AB;
}
.BgClassName
{
background-color: #F638AB;
}
</style>
border-color css
<style>
span { border-color: #F638AB; }
span { border-color: rgb(246,56,171); }
td.TdClassName
{
border-color: #F638AB;
}
.TagClassName
{
border-color: #F638AB;
}
</style>