Shades of Hollywood Cerise #FE08AD
Tints of Hollywood Cerise #FE08AD
RGB
CMYK
RGB Variations
Color information
#FE08AD (or 0xFE08AD) is known color: Hollywood Cerise. HEX triplet: FE, 08 and AD. RGB value is (254,8,173). Sum of RGB (Red+Green+Blue) = 254+8+173=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE08AD is #01F752. Grayscale: #636363. Windows color (decimal): -128851 or 11340030. OLE color: 11340030.
HSL color Cylindrical-coordinate representation of color #FE08AD: hue angle of 319.76º 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 #FE08AD is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 173 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.00 |
| HSL | 319.76º | 0.99% | 0.51% | - |
| HSV(B) | 319.76º | 0.97% | 1% | - |
| XYZ | 48.5 | 24.26 | 41.66 | - |
| YUV | 100.36 | 169 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 173 | 0 | 0.97 | 0.32 | 0.00 | 319.76 | 0.99 | 0.51 |
| Hex | FE | 8 | AD | 0 | 61 | 20 | 0 | 140 | 63 | 33 |
| Octal | 376 | 10 | 255 | 0 | 141 | 40 | 0 | 500 | 143 | 63 |
| Binary | 11111110 | 1000 | 10101101 | 0 | 1100001 | 100000 | 0 | 101000000 | 1100011 | 110011 |
Color Harmonies of #FE08AD
Complementary color
Monochromatic Colors of #FE08AD
Black with #FE08AD
Text Example
Text Example
White with #FE08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08AD; }
p { color: rgb(254,8,173); }
H1.HeaderClassName
{
color: #FE08AD;
}
.AnyTagClassName
{
color: #FE08AD;
}
</style>
background-color css
<style>
a { background-color: #FE08AD; }
a { background-color: rgb(254,8,173); }
div.DivClassName
{
background-color: #FE08AD;
}
.BgClassName
{
background-color: #FE08AD;
}
</style>
border-color css
<style>
span { border-color: #FE08AD; }
span { border-color: rgb(254,8,173); }
td.TdClassName
{
border-color: #FE08AD;
}
.TagClassName
{
border-color: #FE08AD;
}
</style>