Shades of Hollywood Cerise #F008A2
Tints of Hollywood Cerise #F008A2
RGB
CMYK
RGB Variations
Color information
#F008A2 (or 0xF008A2) is known color: Hollywood Cerise. HEX triplet: F0, 08 and A2. RGB value is (240,8,162). Sum of RGB (Red+Green+Blue) = 240+8+162=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F008A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008A2 is #0FF75D. Grayscale: #5E5E5E. Windows color (decimal): -1046366 or 10619120. OLE color: 10619120.
HSL color Cylindrical-coordinate representation of color #F008A2: hue angle of 320.17º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008A2 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 162 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.06 |
| HSL | 320.17º | 0.94% | 0.49% | - |
| HSV(B) | 320.17º | 0.97% | 0.94% | - |
| XYZ | 42.54 | 21.31 | 36.05 | - |
| YUV | 94.92 | 165.86 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 162 | 0 | 0.97 | 0.32 | 0.06 | 320.17 | 0.94 | 0.49 |
| Hex | F0 | 8 | A2 | 0 | 61 | 20 | 6 | 140 | 5E | 31 |
| Octal | 360 | 10 | 242 | 0 | 141 | 40 | 6 | 500 | 136 | 61 |
| Binary | 11110000 | 1000 | 10100010 | 0 | 1100001 | 100000 | 110 | 101000000 | 1011110 | 110001 |
Color Harmonies of #F008A2
Complementary color
Monochromatic Colors of #F008A2
Black with #F008A2
Text Example
Text Example
White with #F008A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008A2; }
p { color: rgb(240,8,162); }
H1.HeaderClassName
{
color: #F008A2;
}
.AnyTagClassName
{
color: #F008A2;
}
</style>
background-color css
<style>
a { background-color: #F008A2; }
a { background-color: rgb(240,8,162); }
div.DivClassName
{
background-color: #F008A2;
}
.BgClassName
{
background-color: #F008A2;
}
</style>
border-color css
<style>
span { border-color: #F008A2; }
span { border-color: rgb(240,8,162); }
td.TdClassName
{
border-color: #F008A2;
}
.TagClassName
{
border-color: #F008A2;
}
</style>