Shades of Hollywood Cerise #FE01AA
Tints of Hollywood Cerise #FE01AA
RGB
CMYK
RGB Variations
Color information
#FE01AA (or 0xFE01AA) is known color: Hollywood Cerise. HEX triplet: FE, 01 and AA. RGB value is (254,1,170). Sum of RGB (Red+Green+Blue) = 254+1+170=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE01AA is #01FE55. Grayscale: #5F5F5F. Windows color (decimal): -130646 or 11141630. OLE color: 11141630.
HSL color Cylindrical-coordinate representation of color #FE01AA: hue angle of 319.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01AA is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.00 |
| HSL | 319.92º | 0.99% | 0.5% | - |
| HSV(B) | 319.92º | 1% | 1% | - |
| XYZ | 48.14 | 23.99 | 40.12 | - |
| YUV | 95.91 | 169.82 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 170 | 0 | 1.00 | 0.33 | 0.00 | 319.92 | 0.99 | 0.5 |
| Hex | FE | 1 | AA | 0 | 64 | 21 | 0 | 140 | 63 | 32 |
| Octal | 376 | 1 | 252 | 0 | 144 | 41 | 0 | 500 | 143 | 62 |
| Binary | 11111110 | 1 | 10101010 | 0 | 1100100 | 100001 | 0 | 101000000 | 1100011 | 110010 |
Color Harmonies of #FE01AA
Complementary color
Monochromatic Colors of #FE01AA
Black with #FE01AA
Text Example
Text Example
White with #FE01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01AA; }
p { color: rgb(254,1,170); }
H1.HeaderClassName
{
color: #FE01AA;
}
.AnyTagClassName
{
color: #FE01AA;
}
</style>
background-color css
<style>
a { background-color: #FE01AA; }
a { background-color: rgb(254,1,170); }
div.DivClassName
{
background-color: #FE01AA;
}
.BgClassName
{
background-color: #FE01AA;
}
</style>
border-color css
<style>
span { border-color: #FE01AA; }
span { border-color: rgb(254,1,170); }
td.TdClassName
{
border-color: #FE01AA;
}
.TagClassName
{
border-color: #FE01AA;
}
</style>