Shades of Hollywood Cerise #F010A4
Tints of Hollywood Cerise #F010A4
RGB
CMYK
RGB Variations
Color information
#F010A4 (or 0xF010A4) is known color: Hollywood Cerise. HEX triplet: F0, 10 and A4. RGB value is (240,16,164). Sum of RGB (Red+Green+Blue) = 240+16+164=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F010A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010A4 is #0FEF5B. Grayscale: #636363. Windows color (decimal): -1044316 or 10752240. OLE color: 10752240.
HSL color Cylindrical-coordinate representation of color #F010A4: hue angle of 320.36º 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 #F010A4 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 164 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.06 |
| HSL | 320.36º | 0.88% | 0.5% | - |
| HSV(B) | 320.36º | 0.93% | 0.94% | - |
| XYZ | 42.82 | 21.58 | 37.03 | - |
| YUV | 99.85 | 164.21 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 164 | 0 | 0.93 | 0.32 | 0.06 | 320.36 | 0.88 | 0.5 |
| Hex | F0 | 10 | A4 | 0 | 5D | 20 | 6 | 140 | 58 | 32 |
| Octal | 360 | 20 | 244 | 0 | 135 | 40 | 6 | 500 | 130 | 62 |
| Binary | 11110000 | 10000 | 10100100 | 0 | 1011101 | 100000 | 110 | 101000000 | 1011000 | 110010 |
Color Harmonies of #F010A4
Complementary color
Monochromatic Colors of #F010A4
Black with #F010A4
Text Example
Text Example
White with #F010A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010A4; }
p { color: rgb(240,16,164); }
H1.HeaderClassName
{
color: #F010A4;
}
.AnyTagClassName
{
color: #F010A4;
}
</style>
background-color css
<style>
a { background-color: #F010A4; }
a { background-color: rgb(240,16,164); }
div.DivClassName
{
background-color: #F010A4;
}
.BgClassName
{
background-color: #F010A4;
}
</style>
border-color css
<style>
span { border-color: #F010A4; }
span { border-color: rgb(240,16,164); }
td.TdClassName
{
border-color: #F010A4;
}
.TagClassName
{
border-color: #F010A4;
}
</style>