Shades of Hollywood Cerise #FE08AF
Tints of Hollywood Cerise #FE08AF
RGB
CMYK
RGB Variations
Color information
#FE08AF (or 0xFE08AF) is known color: Hollywood Cerise. HEX triplet: FE, 08 and AF. RGB value is (254,8,175). Sum of RGB (Red+Green+Blue) = 254+8+175=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE08AF is #01F750. Grayscale: #646464. Windows color (decimal): -128849 or 11471102. OLE color: 11471102.
HSL color Cylindrical-coordinate representation of color #FE08AF: hue angle of 319.27º 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 #FE08AF is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 175 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.00 |
| HSL | 319.27º | 0.99% | 0.51% | - |
| HSV(B) | 319.27º | 0.97% | 1% | - |
| XYZ | 48.7 | 24.34 | 42.69 | - |
| YUV | 100.59 | 170 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 175 | 0 | 0.97 | 0.31 | 0.00 | 319.27 | 0.99 | 0.51 |
| Hex | FE | 8 | AF | 0 | 61 | 1F | 0 | 13F | 63 | 33 |
| Octal | 376 | 10 | 257 | 0 | 141 | 37 | 0 | 477 | 143 | 63 |
| Binary | 11111110 | 1000 | 10101111 | 0 | 1100001 | 11111 | 0 | 100111111 | 1100011 | 110011 |
Color Harmonies of #FE08AF
Complementary color
Monochromatic Colors of #FE08AF
Black with #FE08AF
Text Example
Text Example
White with #FE08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08AF; }
p { color: rgb(254,8,175); }
H1.HeaderClassName
{
color: #FE08AF;
}
.AnyTagClassName
{
color: #FE08AF;
}
</style>
background-color css
<style>
a { background-color: #FE08AF; }
a { background-color: rgb(254,8,175); }
div.DivClassName
{
background-color: #FE08AF;
}
.BgClassName
{
background-color: #FE08AF;
}
</style>
border-color css
<style>
span { border-color: #FE08AF; }
span { border-color: rgb(254,8,175); }
td.TdClassName
{
border-color: #FE08AF;
}
.TagClassName
{
border-color: #FE08AF;
}
</style>