Shades of Hollywood Cerise #F011A0
Tints of Hollywood Cerise #F011A0
RGB
CMYK
RGB Variations
Color information
#F011A0 (or 0xF011A0) is known color: Hollywood Cerise. HEX triplet: F0, 11 and A0. RGB value is (240,17,160). Sum of RGB (Red+Green+Blue) = 240+17+160=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F011A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011A0 is #0FEE5F. Grayscale: #636363. Windows color (decimal): -1044064 or 10490352. OLE color: 10490352.
HSL color Cylindrical-coordinate representation of color #F011A0: hue angle of 321.52º 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 #F011A0 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 160 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.06 |
| HSL | 321.52º | 0.88% | 0.5% | - |
| HSV(B) | 321.52º | 0.93% | 0.94% | - |
| XYZ | 42.48 | 21.46 | 35.16 | - |
| YUV | 99.98 | 161.88 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 160 | 0 | 0.93 | 0.33 | 0.06 | 321.52 | 0.88 | 0.5 |
| Hex | F0 | 11 | A0 | 0 | 5D | 21 | 6 | 142 | 58 | 32 |
| Octal | 360 | 21 | 240 | 0 | 135 | 41 | 6 | 502 | 130 | 62 |
| Binary | 11110000 | 10001 | 10100000 | 0 | 1011101 | 100001 | 110 | 101000010 | 1011000 | 110010 |
Color Harmonies of #F011A0
Complementary color
Monochromatic Colors of #F011A0
Black with #F011A0
Text Example
Text Example
White with #F011A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011A0; }
p { color: rgb(240,17,160); }
H1.HeaderClassName
{
color: #F011A0;
}
.AnyTagClassName
{
color: #F011A0;
}
</style>
background-color css
<style>
a { background-color: #F011A0; }
a { background-color: rgb(240,17,160); }
div.DivClassName
{
background-color: #F011A0;
}
.BgClassName
{
background-color: #F011A0;
}
</style>
border-color css
<style>
span { border-color: #F011A0; }
span { border-color: rgb(240,17,160); }
td.TdClassName
{
border-color: #F011A0;
}
.TagClassName
{
border-color: #F011A0;
}
</style>