Shades of Hollywood Cerise #F00EA6
Tints of Hollywood Cerise #F00EA6
RGB
CMYK
RGB Variations
Color information
#F00EA6 (or 0xF00EA6) is known color: Hollywood Cerise. HEX triplet: F0, 0E and A6. RGB value is (240,14,166). Sum of RGB (Red+Green+Blue) = 240+14+166=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EA6 is #0FF159. Grayscale: #626262. Windows color (decimal): -1044826 or 10882800. OLE color: 10882800.
HSL color Cylindrical-coordinate representation of color #F00EA6: hue angle of 319.65º 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 #F00EA6 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 166 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.06 |
| HSL | 319.65º | 0.89% | 0.5% | - |
| HSV(B) | 319.65º | 0.94% | 0.94% | - |
| XYZ | 42.98 | 21.59 | 37.98 | - |
| YUV | 98.9 | 165.87 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 166 | 0 | 0.94 | 0.31 | 0.06 | 319.65 | 0.89 | 0.5 |
| Hex | F0 | E | A6 | 0 | 5E | 1F | 6 | 140 | 59 | 32 |
| Octal | 360 | 16 | 246 | 0 | 136 | 37 | 6 | 500 | 131 | 62 |
| Binary | 11110000 | 1110 | 10100110 | 0 | 1011110 | 11111 | 110 | 101000000 | 1011001 | 110010 |
Color Harmonies of #F00EA6
Complementary color
Monochromatic Colors of #F00EA6
Black with #F00EA6
Text Example
Text Example
White with #F00EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EA6; }
p { color: rgb(240,14,166); }
H1.HeaderClassName
{
color: #F00EA6;
}
.AnyTagClassName
{
color: #F00EA6;
}
</style>
background-color css
<style>
a { background-color: #F00EA6; }
a { background-color: rgb(240,14,166); }
div.DivClassName
{
background-color: #F00EA6;
}
.BgClassName
{
background-color: #F00EA6;
}
</style>
border-color css
<style>
span { border-color: #F00EA6; }
span { border-color: rgb(240,14,166); }
td.TdClassName
{
border-color: #F00EA6;
}
.TagClassName
{
border-color: #F00EA6;
}
</style>