Shades of Hollywood Cerise #F010AA
Tints of Hollywood Cerise #F010AA
RGB
CMYK
RGB Variations
Color information
#F010AA (or 0xF010AA) is known color: Hollywood Cerise. HEX triplet: F0, 10 and AA. RGB value is (240,16,170). Sum of RGB (Red+Green+Blue) = 240+16+170=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F010AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010AA is #0FEF55. Grayscale: #646464. Windows color (decimal): -1044310 or 11145456. OLE color: 11145456.
HSL color Cylindrical-coordinate representation of color #F010AA: hue angle of 318.75º 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 #F010AA is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 170 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.06 |
| HSL | 318.75º | 0.88% | 0.5% | - |
| HSV(B) | 318.75º | 0.93% | 0.94% | - |
| XYZ | 43.38 | 21.8 | 39.95 | - |
| YUV | 100.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 170 | 0 | 0.93 | 0.29 | 0.06 | 318.75 | 0.88 | 0.5 |
| Hex | F0 | 10 | AA | 0 | 5D | 1D | 6 | 13F | 58 | 32 |
| Octal | 360 | 20 | 252 | 0 | 135 | 35 | 6 | 477 | 130 | 62 |
| Binary | 11110000 | 10000 | 10101010 | 0 | 1011101 | 11101 | 110 | 100111111 | 1011000 | 110010 |
Color Harmonies of #F010AA
Complementary color
Monochromatic Colors of #F010AA
Black with #F010AA
Text Example
Text Example
White with #F010AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010AA; }
p { color: rgb(240,16,170); }
H1.HeaderClassName
{
color: #F010AA;
}
.AnyTagClassName
{
color: #F010AA;
}
</style>
background-color css
<style>
a { background-color: #F010AA; }
a { background-color: rgb(240,16,170); }
div.DivClassName
{
background-color: #F010AA;
}
.BgClassName
{
background-color: #F010AA;
}
</style>
border-color css
<style>
span { border-color: #F010AA; }
span { border-color: rgb(240,16,170); }
td.TdClassName
{
border-color: #F010AA;
}
.TagClassName
{
border-color: #F010AA;
}
</style>