Shades of Hollywood Cerise #FE04AD
Tints of Hollywood Cerise #FE04AD
RGB
CMYK
RGB Variations
Color information
#FE04AD (or 0xFE04AD) is known color: Hollywood Cerise. HEX triplet: FE, 04 and AD. RGB value is (254,4,173). Sum of RGB (Red+Green+Blue) = 254+4+173=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04AD is #01FB52. Grayscale: #616161. Windows color (decimal): -129875 or 11339006. OLE color: 11339006.
HSL color Cylindrical-coordinate representation of color #FE04AD: hue angle of 319.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE04AD is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.00 |
| HSL | 319.44º | 0.99% | 0.51% | - |
| HSV(B) | 319.44º | 0.98% | 1% | - |
| XYZ | 48.46 | 24.17 | 41.65 | - |
| YUV | 98.02 | 170.33 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 173 | 0 | 0.98 | 0.32 | 0.00 | 319.44 | 0.99 | 0.51 |
| Hex | FE | 4 | AD | 0 | 62 | 20 | 0 | 13F | 63 | 33 |
| Octal | 376 | 4 | 255 | 0 | 142 | 40 | 0 | 477 | 143 | 63 |
| Binary | 11111110 | 100 | 10101101 | 0 | 1100010 | 100000 | 0 | 100111111 | 1100011 | 110011 |
Color Harmonies of #FE04AD
Complementary color
Monochromatic Colors of #FE04AD
Black with #FE04AD
Text Example
Text Example
White with #FE04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04AD; }
p { color: rgb(254,4,173); }
H1.HeaderClassName
{
color: #FE04AD;
}
.AnyTagClassName
{
color: #FE04AD;
}
</style>
background-color css
<style>
a { background-color: #FE04AD; }
a { background-color: rgb(254,4,173); }
div.DivClassName
{
background-color: #FE04AD;
}
.BgClassName
{
background-color: #FE04AD;
}
</style>
border-color css
<style>
span { border-color: #FE04AD; }
span { border-color: rgb(254,4,173); }
td.TdClassName
{
border-color: #FE04AD;
}
.TagClassName
{
border-color: #FE04AD;
}
</style>