Shades of Hollywood Cerise #FF08AD
Tints of Hollywood Cerise #FF08AD
RGB
CMYK
RGB Variations
Color information
#FF08AD (or 0xFF08AD) is known color: Hollywood Cerise. HEX triplet: FF, 08 and AD. RGB value is (255,8,173). Sum of RGB (Red+Green+Blue) = 255+8+173=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF08AD is #00F752. Grayscale: #646464. Windows color (decimal): -63315 or 11340031. OLE color: 11340031.
HSL color Cylindrical-coordinate representation of color #FF08AD: hue angle of 319.92º 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 #FF08AD is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 173 | - |
| CMYK | 0 | 0.97 | 0.32 | 0 |
| HSL | 319.92º | 1% | 0.52% | - |
| HSV(B) | 319.92º | 0.97% | 1% | - |
| XYZ | 48.87 | 24.45 | 41.68 | - |
| YUV | 100.66 | 168.83 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 173 | 0 | 0.97 | 0.32 | 0 | 319.92 | 1 | 0.52 |
| Hex | FF | 8 | AD | 0 | 61 | 20 | 0 | 140 | 64 | 34 |
| Octal | 377 | 10 | 255 | 0 | 141 | 40 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1000 | 10101101 | 0 | 1100001 | 100000 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF08AD
Complementary color
Monochromatic Colors of #FF08AD
Black with #FF08AD
Text Example
Text Example
White with #FF08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08AD; }
p { color: rgb(255,8,173); }
H1.HeaderClassName
{
color: #FF08AD;
}
.AnyTagClassName
{
color: #FF08AD;
}
</style>
background-color css
<style>
a { background-color: #FF08AD; }
a { background-color: rgb(255,8,173); }
div.DivClassName
{
background-color: #FF08AD;
}
.BgClassName
{
background-color: #FF08AD;
}
</style>
border-color css
<style>
span { border-color: #FF08AD; }
span { border-color: rgb(255,8,173); }
td.TdClassName
{
border-color: #FF08AD;
}
.TagClassName
{
border-color: #FF08AD;
}
</style>