Shades of Hollywood Cerise #F002A7
Tints of Hollywood Cerise #F002A7
RGB
CMYK
RGB Variations
Color information
#F002A7 (or 0xF002A7) is known color: Hollywood Cerise. HEX triplet: F0, 02 and A7. RGB value is (240,2,167). Sum of RGB (Red+Green+Blue) = 240+2+167=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F002A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002A7 is #0FFD58. Grayscale: #5B5B5B. Windows color (decimal): -1047897 or 10945264. OLE color: 10945264.
HSL color Cylindrical-coordinate representation of color #F002A7: hue angle of 318.4º 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 #F002A7 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.06 |
| HSL | 318.4º | 0.98% | 0.47% | - |
| HSV(B) | 318.4º | 0.99% | 0.94% | - |
| XYZ | 42.93 | 21.36 | 38.42 | - |
| YUV | 91.97 | 170.35 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 167 | 0 | 0.99 | 0.30 | 0.06 | 318.4 | 0.98 | 0.47 |
| Hex | F0 | 2 | A7 | 0 | 63 | 1E | 6 | 13E | 62 | 2F |
| Octal | 360 | 2 | 247 | 0 | 143 | 36 | 6 | 476 | 142 | 57 |
| Binary | 11110000 | 10 | 10100111 | 0 | 1100011 | 11110 | 110 | 100111110 | 1100010 | 101111 |
Color Harmonies of #F002A7
Complementary color
Monochromatic Colors of #F002A7
Black with #F002A7
Text Example
Text Example
White with #F002A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002A7; }
p { color: rgb(240,2,167); }
H1.HeaderClassName
{
color: #F002A7;
}
.AnyTagClassName
{
color: #F002A7;
}
</style>
background-color css
<style>
a { background-color: #F002A7; }
a { background-color: rgb(240,2,167); }
div.DivClassName
{
background-color: #F002A7;
}
.BgClassName
{
background-color: #F002A7;
}
</style>
border-color css
<style>
span { border-color: #F002A7; }
span { border-color: rgb(240,2,167); }
td.TdClassName
{
border-color: #F002A7;
}
.TagClassName
{
border-color: #F002A7;
}
</style>