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