Shades of Hollywood Cerise #F00EA0
Tints of Hollywood Cerise #F00EA0
RGB
CMYK
RGB Variations
Color information
#F00EA0 (or 0xF00EA0) is known color: Hollywood Cerise. HEX triplet: F0, 0E and A0. RGB value is (240,14,160). Sum of RGB (Red+Green+Blue) = 240+14+160=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EA0 is #0FF15F. Grayscale: #616161. Windows color (decimal): -1044832 or 10489584. OLE color: 10489584.
HSL color Cylindrical-coordinate representation of color #F00EA0: hue angle of 321.24º 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 #F00EA0 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 160 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.06 |
| HSL | 321.24º | 0.89% | 0.5% | - |
| HSV(B) | 321.24º | 0.94% | 0.94% | - |
| XYZ | 42.44 | 21.38 | 35.15 | - |
| YUV | 98.22 | 162.87 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 160 | 0 | 0.94 | 0.33 | 0.06 | 321.24 | 0.89 | 0.5 |
| Hex | F0 | E | A0 | 0 | 5E | 21 | 6 | 141 | 59 | 32 |
| Octal | 360 | 16 | 240 | 0 | 136 | 41 | 6 | 501 | 131 | 62 |
| Binary | 11110000 | 1110 | 10100000 | 0 | 1011110 | 100001 | 110 | 101000001 | 1011001 | 110010 |
Color Harmonies of #F00EA0
Complementary color
Monochromatic Colors of #F00EA0
Black with #F00EA0
Text Example
Text Example
White with #F00EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EA0; }
p { color: rgb(240,14,160); }
H1.HeaderClassName
{
color: #F00EA0;
}
.AnyTagClassName
{
color: #F00EA0;
}
</style>
background-color css
<style>
a { background-color: #F00EA0; }
a { background-color: rgb(240,14,160); }
div.DivClassName
{
background-color: #F00EA0;
}
.BgClassName
{
background-color: #F00EA0;
}
</style>
border-color css
<style>
span { border-color: #F00EA0; }
span { border-color: rgb(240,14,160); }
td.TdClassName
{
border-color: #F00EA0;
}
.TagClassName
{
border-color: #F00EA0;
}
</style>