Shades of Hollywood Cerise #F002A2
Tints of Hollywood Cerise #F002A2
RGB
CMYK
RGB Variations
Color information
#F002A2 (or 0xF002A2) is known color: Hollywood Cerise. HEX triplet: F0, 02 and A2. RGB value is (240,2,162). Sum of RGB (Red+Green+Blue) = 240+2+162=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F002A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002A2 is #0FFD5D. Grayscale: #5B5B5B. Windows color (decimal): -1047902 or 10617584. OLE color: 10617584.
HSL color Cylindrical-coordinate representation of color #F002A2: hue angle of 319.66º 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 #F002A2 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.06 |
| HSL | 319.66º | 0.98% | 0.47% | - |
| HSV(B) | 319.66º | 0.99% | 0.94% | - |
| XYZ | 42.48 | 21.18 | 36.03 | - |
| YUV | 91.4 | 167.85 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 162 | 0 | 0.99 | 0.32 | 0.06 | 319.66 | 0.98 | 0.47 |
| Hex | F0 | 2 | A2 | 0 | 63 | 20 | 6 | 140 | 62 | 2F |
| Octal | 360 | 2 | 242 | 0 | 143 | 40 | 6 | 500 | 142 | 57 |
| Binary | 11110000 | 10 | 10100010 | 0 | 1100011 | 100000 | 110 | 101000000 | 1100010 | 101111 |
Color Harmonies of #F002A2
Complementary color
Monochromatic Colors of #F002A2
Black with #F002A2
Text Example
Text Example
White with #F002A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002A2; }
p { color: rgb(240,2,162); }
H1.HeaderClassName
{
color: #F002A2;
}
.AnyTagClassName
{
color: #F002A2;
}
</style>
background-color css
<style>
a { background-color: #F002A2; }
a { background-color: rgb(240,2,162); }
div.DivClassName
{
background-color: #F002A2;
}
.BgClassName
{
background-color: #F002A2;
}
</style>
border-color css
<style>
span { border-color: #F002A2; }
span { border-color: rgb(240,2,162); }
td.TdClassName
{
border-color: #F002A2;
}
.TagClassName
{
border-color: #F002A2;
}
</style>