Shades of Hollywood Cerise #FE04AF
Tints of Hollywood Cerise #FE04AF
RGB
CMYK
RGB Variations
Color information
#FE04AF (or 0xFE04AF) is known color: Hollywood Cerise. HEX triplet: FE, 04 and AF. RGB value is (254,4,175). Sum of RGB (Red+Green+Blue) = 254+4+175=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04AF is #01FB50. Grayscale: #616161. Windows color (decimal): -129873 or 11470078. OLE color: 11470078.
HSL color Cylindrical-coordinate representation of color #FE04AF: hue angle of 318.96º 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 #FE04AF is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.00 |
| HSL | 318.96º | 0.99% | 0.51% | - |
| HSV(B) | 318.96º | 0.98% | 1% | - |
| XYZ | 48.65 | 24.25 | 42.67 | - |
| YUV | 98.24 | 171.33 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 175 | 0 | 0.98 | 0.31 | 0.00 | 318.96 | 0.99 | 0.51 |
| Hex | FE | 4 | AF | 0 | 62 | 1F | 0 | 13F | 63 | 33 |
| Octal | 376 | 4 | 257 | 0 | 142 | 37 | 0 | 477 | 143 | 63 |
| Binary | 11111110 | 100 | 10101111 | 0 | 1100010 | 11111 | 0 | 100111111 | 1100011 | 110011 |
Color Harmonies of #FE04AF
Complementary color
Monochromatic Colors of #FE04AF
Black with #FE04AF
Text Example
Text Example
White with #FE04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04AF; }
p { color: rgb(254,4,175); }
H1.HeaderClassName
{
color: #FE04AF;
}
.AnyTagClassName
{
color: #FE04AF;
}
</style>
background-color css
<style>
a { background-color: #FE04AF; }
a { background-color: rgb(254,4,175); }
div.DivClassName
{
background-color: #FE04AF;
}
.BgClassName
{
background-color: #FE04AF;
}
</style>
border-color css
<style>
span { border-color: #FE04AF; }
span { border-color: rgb(254,4,175); }
td.TdClassName
{
border-color: #FE04AF;
}
.TagClassName
{
border-color: #FE04AF;
}
</style>