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