Shades of Hollywood Cerise #F0119C
Tints of Hollywood Cerise #F0119C
RGB
CMYK
RGB Variations
Color information
#F0119C (or 0xF0119C) is known color: Hollywood Cerise. HEX triplet: F0, 11 and 9C. RGB value is (240,17,156). Sum of RGB (Red+Green+Blue) = 240+17+156=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0119C is #0FEE63. Grayscale: #636363. Windows color (decimal): -1044068 or 10228208. OLE color: 10228208.
HSL color Cylindrical-coordinate representation of color #F0119C: hue angle of 322.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0119C is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 156 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.06 |
| HSL | 322.6º | 0.88% | 0.5% | - |
| HSV(B) | 322.6º | 0.93% | 0.94% | - |
| XYZ | 42.14 | 21.33 | 33.35 | - |
| YUV | 99.52 | 159.88 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 156 | 0 | 0.93 | 0.35 | 0.06 | 322.6 | 0.88 | 0.5 |
| Hex | F0 | 11 | 9C | 0 | 5D | 23 | 6 | 143 | 58 | 32 |
| Octal | 360 | 21 | 234 | 0 | 135 | 43 | 6 | 503 | 130 | 62 |
| Binary | 11110000 | 10001 | 10011100 | 0 | 1011101 | 100011 | 110 | 101000011 | 1011000 | 110010 |
Color Harmonies of #F0119C
Complementary color
Monochromatic Colors of #F0119C
Black with #F0119C
Text Example
Text Example
White with #F0119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0119C; }
p { color: rgb(240,17,156); }
H1.HeaderClassName
{
color: #F0119C;
}
.AnyTagClassName
{
color: #F0119C;
}
</style>
background-color css
<style>
a { background-color: #F0119C; }
a { background-color: rgb(240,17,156); }
div.DivClassName
{
background-color: #F0119C;
}
.BgClassName
{
background-color: #F0119C;
}
</style>
border-color css
<style>
span { border-color: #F0119C; }
span { border-color: rgb(240,17,156); }
td.TdClassName
{
border-color: #F0119C;
}
.TagClassName
{
border-color: #F0119C;
}
</style>