Shades of Persian Rose #F421A6
Tints of Persian Rose #F421A6
RGB
CMYK
RGB Variations
Color information
#F421A6 (or 0xF421A6) is known color: Persian Rose. HEX triplet: F4, 21 and A6. RGB value is (244,33,166). Sum of RGB (Red+Green+Blue) = 244+33+166=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F421A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F421A6 is #0BDE59. Grayscale: #6E6E6E. Windows color (decimal): -777818 or 10887668. OLE color: 10887668.
HSL color Cylindrical-coordinate representation of color #F421A6: hue angle of 322.18º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421A6 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 166 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.04 |
| HSL | 322.18º | 0.91% | 0.54% | - |
| HSV(B) | 322.18º | 0.86% | 0.96% | - |
| XYZ | 44.74 | 23.07 | 38.17 | - |
| YUV | 111.25 | 158.9 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 166 | 0 | 0.86 | 0.32 | 0.04 | 322.18 | 0.91 | 0.54 |
| Hex | F4 | 21 | A6 | 0 | 56 | 20 | 4 | 142 | 5B | 36 |
| Octal | 364 | 41 | 246 | 0 | 126 | 40 | 4 | 502 | 133 | 66 |
| Binary | 11110100 | 100001 | 10100110 | 0 | 1010110 | 100000 | 100 | 101000010 | 1011011 | 110110 |
Color Harmonies of #F421A6
Complementary color
Monochromatic Colors of #F421A6
Black with #F421A6
Text Example
Text Example
White with #F421A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421A6; }
p { color: rgb(244,33,166); }
H1.HeaderClassName
{
color: #F421A6;
}
.AnyTagClassName
{
color: #F421A6;
}
</style>
background-color css
<style>
a { background-color: #F421A6; }
a { background-color: rgb(244,33,166); }
div.DivClassName
{
background-color: #F421A6;
}
.BgClassName
{
background-color: #F421A6;
}
</style>
border-color css
<style>
span { border-color: #F421A6; }
span { border-color: rgb(244,33,166); }
td.TdClassName
{
border-color: #F421A6;
}
.TagClassName
{
border-color: #F421A6;
}
</style>