Shades of Hollywood Cerise #F00EAA
Tints of Hollywood Cerise #F00EAA
RGB
CMYK
RGB Variations
Color information
#F00EAA (or 0xF00EAA) is known color: Hollywood Cerise. HEX triplet: F0, 0E and AA. RGB value is (240,14,170). Sum of RGB (Red+Green+Blue) = 240+14+170=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EAA is #0FF155. Grayscale: #626262. Windows color (decimal): -1044822 or 11144944. OLE color: 11144944.
HSL color Cylindrical-coordinate representation of color #F00EAA: hue angle of 318.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EAA is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 170 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.06 |
| HSL | 318.58º | 0.89% | 0.5% | - |
| HSV(B) | 318.58º | 0.94% | 0.94% | - |
| XYZ | 43.35 | 21.74 | 39.94 | - |
| YUV | 99.36 | 167.87 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 170 | 0 | 0.94 | 0.29 | 0.06 | 318.58 | 0.89 | 0.5 |
| Hex | F0 | E | AA | 0 | 5E | 1D | 6 | 13F | 59 | 32 |
| Octal | 360 | 16 | 252 | 0 | 136 | 35 | 6 | 477 | 131 | 62 |
| Binary | 11110000 | 1110 | 10101010 | 0 | 1011110 | 11101 | 110 | 100111111 | 1011001 | 110010 |
Color Harmonies of #F00EAA
Complementary color
Monochromatic Colors of #F00EAA
Black with #F00EAA
Text Example
Text Example
White with #F00EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EAA; }
p { color: rgb(240,14,170); }
H1.HeaderClassName
{
color: #F00EAA;
}
.AnyTagClassName
{
color: #F00EAA;
}
</style>
background-color css
<style>
a { background-color: #F00EAA; }
a { background-color: rgb(240,14,170); }
div.DivClassName
{
background-color: #F00EAA;
}
.BgClassName
{
background-color: #F00EAA;
}
</style>
border-color css
<style>
span { border-color: #F00EAA; }
span { border-color: rgb(240,14,170); }
td.TdClassName
{
border-color: #F00EAA;
}
.TagClassName
{
border-color: #F00EAA;
}
</style>