Shades of Hollywood Cerise #F010AB
Tints of Hollywood Cerise #F010AB
RGB
CMYK
RGB Variations
Color information
#F010AB (or 0xF010AB) is known color: Hollywood Cerise. HEX triplet: F0, 10 and AB. RGB value is (240,16,171). Sum of RGB (Red+Green+Blue) = 240+16+171=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F010AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010AB is #0FEF54. Grayscale: #646464. Windows color (decimal): -1044309 or 11210992. OLE color: 11210992.
HSL color Cylindrical-coordinate representation of color #F010AB: hue angle of 318.48º 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 #F010AB is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.06 |
| HSL | 318.48º | 0.88% | 0.5% | - |
| HSV(B) | 318.48º | 0.93% | 0.94% | - |
| XYZ | 43.47 | 21.84 | 40.45 | - |
| YUV | 100.65 | 167.71 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 171 | 0 | 0.93 | 0.29 | 0.06 | 318.48 | 0.88 | 0.5 |
| Hex | F0 | 10 | AB | 0 | 5D | 1D | 6 | 13E | 58 | 32 |
| Octal | 360 | 20 | 253 | 0 | 135 | 35 | 6 | 476 | 130 | 62 |
| Binary | 11110000 | 10000 | 10101011 | 0 | 1011101 | 11101 | 110 | 100111110 | 1011000 | 110010 |
Color Harmonies of #F010AB
Complementary color
Monochromatic Colors of #F010AB
Black with #F010AB
Text Example
Text Example
White with #F010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010AB; }
p { color: rgb(240,16,171); }
H1.HeaderClassName
{
color: #F010AB;
}
.AnyTagClassName
{
color: #F010AB;
}
</style>
background-color css
<style>
a { background-color: #F010AB; }
a { background-color: rgb(240,16,171); }
div.DivClassName
{
background-color: #F010AB;
}
.BgClassName
{
background-color: #F010AB;
}
</style>
border-color css
<style>
span { border-color: #F010AB; }
span { border-color: rgb(240,16,171); }
td.TdClassName
{
border-color: #F010AB;
}
.TagClassName
{
border-color: #F010AB;
}
</style>