Shades of Hollywood Cerise #F002AA
Tints of Hollywood Cerise #F002AA
RGB
CMYK
RGB Variations
Color information
#F002AA (or 0xF002AA) is known color: Hollywood Cerise. HEX triplet: F0, 02 and AA. RGB value is (240,2,170). Sum of RGB (Red+Green+Blue) = 240+2+170=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F002AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002AA is #0FFD55. Grayscale: #5B5B5B. Windows color (decimal): -1047894 or 11141872. OLE color: 11141872.
HSL color Cylindrical-coordinate representation of color #F002AA: hue angle of 317.65º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002AA is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.06 |
| HSL | 317.65º | 0.98% | 0.47% | - |
| HSV(B) | 317.65º | 0.99% | 0.94% | - |
| XYZ | 43.21 | 21.47 | 39.9 | - |
| YUV | 92.31 | 171.85 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 170 | 0 | 0.99 | 0.29 | 0.06 | 317.65 | 0.98 | 0.47 |
| Hex | F0 | 2 | AA | 0 | 63 | 1D | 6 | 13E | 62 | 2F |
| Octal | 360 | 2 | 252 | 0 | 143 | 35 | 6 | 476 | 142 | 57 |
| Binary | 11110000 | 10 | 10101010 | 0 | 1100011 | 11101 | 110 | 100111110 | 1100010 | 101111 |
Color Harmonies of #F002AA
Complementary color
Monochromatic Colors of #F002AA
Black with #F002AA
Text Example
Text Example
White with #F002AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002AA; }
p { color: rgb(240,2,170); }
H1.HeaderClassName
{
color: #F002AA;
}
.AnyTagClassName
{
color: #F002AA;
}
</style>
background-color css
<style>
a { background-color: #F002AA; }
a { background-color: rgb(240,2,170); }
div.DivClassName
{
background-color: #F002AA;
}
.BgClassName
{
background-color: #F002AA;
}
</style>
border-color css
<style>
span { border-color: #F002AA; }
span { border-color: rgb(240,2,170); }
td.TdClassName
{
border-color: #F002AA;
}
.TagClassName
{
border-color: #F002AA;
}
</style>