Shades of Hollywood Cerise #F008A8
Tints of Hollywood Cerise #F008A8
RGB
CMYK
RGB Variations
Color information
#F008A8 (or 0xF008A8) is known color: Hollywood Cerise. HEX triplet: F0, 08 and A8. RGB value is (240,8,168). Sum of RGB (Red+Green+Blue) = 240+8+168=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F008A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008A8 is #0FF757. Grayscale: #5F5F5F. Windows color (decimal): -1046360 or 11012336. OLE color: 11012336.
HSL color Cylindrical-coordinate representation of color #F008A8: hue angle of 318.62º 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 #F008A8 is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 168 | - |
| CMYK | 0 | 0.97 | 0.3 | 0.06 |
| HSL | 318.62º | 0.94% | 0.49% | - |
| HSV(B) | 318.62º | 0.97% | 0.94% | - |
| XYZ | 43.09 | 21.53 | 38.93 | - |
| YUV | 95.61 | 168.86 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 168 | 0 | 0.97 | 0.3 | 0.06 | 318.62 | 0.94 | 0.49 |
| Hex | F0 | 8 | A8 | 0 | 61 | 1E | 6 | 13F | 5E | 31 |
| Octal | 360 | 10 | 250 | 0 | 141 | 36 | 6 | 477 | 136 | 61 |
| Binary | 11110000 | 1000 | 10101000 | 0 | 1100001 | 11110 | 110 | 100111111 | 1011110 | 110001 |
Color Harmonies of #F008A8
Complementary color
Monochromatic Colors of #F008A8
Black with #F008A8
Text Example
Text Example
White with #F008A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008A8; }
p { color: rgb(240,8,168); }
H1.HeaderClassName
{
color: #F008A8;
}
.AnyTagClassName
{
color: #F008A8;
}
</style>
background-color css
<style>
a { background-color: #F008A8; }
a { background-color: rgb(240,8,168); }
div.DivClassName
{
background-color: #F008A8;
}
.BgClassName
{
background-color: #F008A8;
}
</style>
border-color css
<style>
span { border-color: #F008A8; }
span { border-color: rgb(240,8,168); }
td.TdClassName
{
border-color: #F008A8;
}
.TagClassName
{
border-color: #F008A8;
}
</style>