Shades of Hollywood Cerise #FF08AB
Tints of Hollywood Cerise #FF08AB
RGB
CMYK
RGB Variations
Color information
#FF08AB (or 0xFF08AB) is known color: Hollywood Cerise. HEX triplet: FF, 08 and AB. RGB value is (255,8,171). Sum of RGB (Red+Green+Blue) = 255+8+171=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF08AB is #00F754. Grayscale: #646464. Windows color (decimal): -63317 or 11208959. OLE color: 11208959.
HSL color Cylindrical-coordinate representation of color #FF08AB: hue angle of 320.4º 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 #FF08AB is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 171 | - |
| CMYK | 0 | 0.97 | 0.33 | 0 |
| HSL | 320.4º | 1% | 0.52% | - |
| HSV(B) | 320.4º | 0.97% | 1% | - |
| XYZ | 48.68 | 24.37 | 40.67 | - |
| YUV | 100.44 | 167.83 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 171 | 0 | 0.97 | 0.33 | 0 | 320.4 | 1 | 0.52 |
| Hex | FF | 8 | AB | 0 | 61 | 21 | 0 | 140 | 64 | 34 |
| Octal | 377 | 10 | 253 | 0 | 141 | 41 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1000 | 10101011 | 0 | 1100001 | 100001 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF08AB
Complementary color
Monochromatic Colors of #FF08AB
Black with #FF08AB
Text Example
Text Example
White with #FF08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08AB; }
p { color: rgb(255,8,171); }
H1.HeaderClassName
{
color: #FF08AB;
}
.AnyTagClassName
{
color: #FF08AB;
}
</style>
background-color css
<style>
a { background-color: #FF08AB; }
a { background-color: rgb(255,8,171); }
div.DivClassName
{
background-color: #FF08AB;
}
.BgClassName
{
background-color: #FF08AB;
}
</style>
border-color css
<style>
span { border-color: #FF08AB; }
span { border-color: rgb(255,8,171); }
td.TdClassName
{
border-color: #FF08AB;
}
.TagClassName
{
border-color: #FF08AB;
}
</style>