Shades of Hollywood Cerise #F20EAA
Tints of Hollywood Cerise #F20EAA
RGB
CMYK
RGB Variations
Color information
#F20EAA (or 0xF20EAA) is known color: Hollywood Cerise. HEX triplet: F2, 0E and AA. RGB value is (242,14,170). Sum of RGB (Red+Green+Blue) = 242+14+170=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20EAA is #0DF155. Grayscale: #636363. Windows color (decimal): -913750 or 11144946. OLE color: 11144946.
HSL color Cylindrical-coordinate representation of color #F20EAA: hue angle of 318.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EAA is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 170 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.05 |
| HSL | 318.95º | 0.9% | 0.5% | - |
| HSV(B) | 318.95º | 0.94% | 0.95% | - |
| XYZ | 44.03 | 22.09 | 39.97 | - |
| YUV | 99.96 | 167.54 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 170 | 0 | 0.94 | 0.30 | 0.05 | 318.95 | 0.9 | 0.5 |
| Hex | F2 | E | AA | 0 | 5E | 1E | 5 | 13F | 5A | 32 |
| Octal | 362 | 16 | 252 | 0 | 136 | 36 | 5 | 477 | 132 | 62 |
| Binary | 11110010 | 1110 | 10101010 | 0 | 1011110 | 11110 | 101 | 100111111 | 1011010 | 110010 |
Color Harmonies of #F20EAA
Complementary color
Monochromatic Colors of #F20EAA
Black with #F20EAA
Text Example
Text Example
White with #F20EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EAA; }
p { color: rgb(242,14,170); }
H1.HeaderClassName
{
color: #F20EAA;
}
.AnyTagClassName
{
color: #F20EAA;
}
</style>
background-color css
<style>
a { background-color: #F20EAA; }
a { background-color: rgb(242,14,170); }
div.DivClassName
{
background-color: #F20EAA;
}
.BgClassName
{
background-color: #F20EAA;
}
</style>
border-color css
<style>
span { border-color: #F20EAA; }
span { border-color: rgb(242,14,170); }
td.TdClassName
{
border-color: #F20EAA;
}
.TagClassName
{
border-color: #F20EAA;
}
</style>