Shades of Hollywood Cerise #FE08AB
Tints of Hollywood Cerise #FE08AB
RGB
CMYK
RGB Variations
Color information
#FE08AB (or 0xFE08AB) is known color: Hollywood Cerise. HEX triplet: FE, 08 and AB. RGB value is (254,8,171). Sum of RGB (Red+Green+Blue) = 254+8+171=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE08AB is #01F754. Grayscale: #636363. Windows color (decimal): -128853 or 11208958. OLE color: 11208958.
HSL color Cylindrical-coordinate representation of color #FE08AB: hue angle of 320.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08AB is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 171 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.00 |
| HSL | 320.24º | 0.99% | 0.51% | - |
| HSV(B) | 320.24º | 0.97% | 1% | - |
| XYZ | 48.31 | 24.18 | 40.65 | - |
| YUV | 100.14 | 168 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 171 | 0 | 0.97 | 0.33 | 0.00 | 320.24 | 0.99 | 0.51 |
| Hex | FE | 8 | AB | 0 | 61 | 21 | 0 | 140 | 63 | 33 |
| Octal | 376 | 10 | 253 | 0 | 141 | 41 | 0 | 500 | 143 | 63 |
| Binary | 11111110 | 1000 | 10101011 | 0 | 1100001 | 100001 | 0 | 101000000 | 1100011 | 110011 |
Color Harmonies of #FE08AB
Complementary color
Monochromatic Colors of #FE08AB
Black with #FE08AB
Text Example
Text Example
White with #FE08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08AB; }
p { color: rgb(254,8,171); }
H1.HeaderClassName
{
color: #FE08AB;
}
.AnyTagClassName
{
color: #FE08AB;
}
</style>
background-color css
<style>
a { background-color: #FE08AB; }
a { background-color: rgb(254,8,171); }
div.DivClassName
{
background-color: #FE08AB;
}
.BgClassName
{
background-color: #FE08AB;
}
</style>
border-color css
<style>
span { border-color: #FE08AB; }
span { border-color: rgb(254,8,171); }
td.TdClassName
{
border-color: #FE08AB;
}
.TagClassName
{
border-color: #FE08AB;
}
</style>