Shades of Hollywood Cerise #FE04AA
Tints of Hollywood Cerise #FE04AA
RGB
CMYK
RGB Variations
Color information
#FE04AA (or 0xFE04AA) is known color: Hollywood Cerise. HEX triplet: FE, 04 and AA. RGB value is (254,4,170). Sum of RGB (Red+Green+Blue) = 254+4+170=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04AA is #01FB55. Grayscale: #616161. Windows color (decimal): -129878 or 11142398. OLE color: 11142398.
HSL color Cylindrical-coordinate representation of color #FE04AA: hue angle of 320.16º 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 #FE04AA is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.00 |
| HSL | 320.16º | 0.99% | 0.51% | - |
| HSV(B) | 320.16º | 0.98% | 1% | - |
| XYZ | 48.17 | 24.06 | 40.14 | - |
| YUV | 97.67 | 168.83 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 170 | 0 | 0.98 | 0.33 | 0.00 | 320.16 | 0.99 | 0.51 |
| Hex | FE | 4 | AA | 0 | 62 | 21 | 0 | 140 | 63 | 33 |
| Octal | 376 | 4 | 252 | 0 | 142 | 41 | 0 | 500 | 143 | 63 |
| Binary | 11111110 | 100 | 10101010 | 0 | 1100010 | 100001 | 0 | 101000000 | 1100011 | 110011 |
Color Harmonies of #FE04AA
Complementary color
Monochromatic Colors of #FE04AA
Black with #FE04AA
Text Example
Text Example
White with #FE04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04AA; }
p { color: rgb(254,4,170); }
H1.HeaderClassName
{
color: #FE04AA;
}
.AnyTagClassName
{
color: #FE04AA;
}
</style>
background-color css
<style>
a { background-color: #FE04AA; }
a { background-color: rgb(254,4,170); }
div.DivClassName
{
background-color: #FE04AA;
}
.BgClassName
{
background-color: #FE04AA;
}
</style>
border-color css
<style>
span { border-color: #FE04AA; }
span { border-color: rgb(254,4,170); }
td.TdClassName
{
border-color: #FE04AA;
}
.TagClassName
{
border-color: #FE04AA;
}
</style>