Shades of Hollywood Cerise #F011A2
Tints of Hollywood Cerise #F011A2
RGB
CMYK
RGB Variations
Color information
#F011A2 (or 0xF011A2) is known color: Hollywood Cerise. HEX triplet: F0, 11 and A2. RGB value is (240,17,162). Sum of RGB (Red+Green+Blue) = 240+17+162=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F011A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011A2 is #0FEE5D. Grayscale: #636363. Windows color (decimal): -1044062 or 10621424. OLE color: 10621424.
HSL color Cylindrical-coordinate representation of color #F011A2: hue angle of 320.99º 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 #F011A2 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.06 |
| HSL | 320.99º | 0.88% | 0.5% | - |
| HSV(B) | 320.99º | 0.93% | 0.94% | - |
| XYZ | 42.66 | 21.53 | 36.09 | - |
| YUV | 100.21 | 162.88 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 162 | 0 | 0.93 | 0.32 | 0.06 | 320.99 | 0.88 | 0.5 |
| Hex | F0 | 11 | A2 | 0 | 5D | 20 | 6 | 141 | 58 | 32 |
| Octal | 360 | 21 | 242 | 0 | 135 | 40 | 6 | 501 | 130 | 62 |
| Binary | 11110000 | 10001 | 10100010 | 0 | 1011101 | 100000 | 110 | 101000001 | 1011000 | 110010 |
Color Harmonies of #F011A2
Complementary color
Monochromatic Colors of #F011A2
Black with #F011A2
Text Example
Text Example
White with #F011A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011A2; }
p { color: rgb(240,17,162); }
H1.HeaderClassName
{
color: #F011A2;
}
.AnyTagClassName
{
color: #F011A2;
}
</style>
background-color css
<style>
a { background-color: #F011A2; }
a { background-color: rgb(240,17,162); }
div.DivClassName
{
background-color: #F011A2;
}
.BgClassName
{
background-color: #F011A2;
}
</style>
border-color css
<style>
span { border-color: #F011A2; }
span { border-color: rgb(240,17,162); }
td.TdClassName
{
border-color: #F011A2;
}
.TagClassName
{
border-color: #F011A2;
}
</style>