Shades of Hollywood Cerise #FF08A8
Tints of Hollywood Cerise #FF08A8
RGB
CMYK
RGB Variations
Color information
#FF08A8 (or 0xFF08A8) is known color: Hollywood Cerise. HEX triplet: FF, 08 and A8. RGB value is (255,8,168). Sum of RGB (Red+Green+Blue) = 255+8+168=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF08A8 is #00F757. Grayscale: #636363. Windows color (decimal): -63320 or 11012351. OLE color: 11012351.
HSL color Cylindrical-coordinate representation of color #FF08A8: hue angle of 321.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08A8 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 168 | - |
| CMYK | 0 | 0.97 | 0.34 | 0 |
| HSL | 321.13º | 1% | 0.52% | - |
| HSV(B) | 321.13º | 0.97% | 1% | - |
| XYZ | 48.39 | 24.26 | 39.18 | - |
| YUV | 100.09 | 166.33 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 168 | 0 | 0.97 | 0.34 | 0 | 321.13 | 1 | 0.52 |
| Hex | FF | 8 | A8 | 0 | 61 | 22 | 0 | 141 | 64 | 34 |
| Octal | 377 | 10 | 250 | 0 | 141 | 42 | 0 | 501 | 144 | 64 |
| Binary | 11111111 | 1000 | 10101000 | 0 | 1100001 | 100010 | 0 | 101000001 | 1100100 | 110100 |
Color Harmonies of #FF08A8
Complementary color
Monochromatic Colors of #FF08A8
Black with #FF08A8
Text Example
Text Example
White with #FF08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08A8; }
p { color: rgb(255,8,168); }
H1.HeaderClassName
{
color: #FF08A8;
}
.AnyTagClassName
{
color: #FF08A8;
}
</style>
background-color css
<style>
a { background-color: #FF08A8; }
a { background-color: rgb(255,8,168); }
div.DivClassName
{
background-color: #FF08A8;
}
.BgClassName
{
background-color: #FF08A8;
}
</style>
border-color css
<style>
span { border-color: #FF08A8; }
span { border-color: rgb(255,8,168); }
td.TdClassName
{
border-color: #FF08A8;
}
.TagClassName
{
border-color: #FF08A8;
}
</style>