Shades of Hollywood Cerise #FE09AA
Tints of Hollywood Cerise #FE09AA
RGB
CMYK
RGB Variations
Color information
#FE09AA (or 0xFE09AA) is known color: Hollywood Cerise. HEX triplet: FE, 09 and AA. RGB value is (254,9,170). Sum of RGB (Red+Green+Blue) = 254+9+170=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE09AA is #01F655. Grayscale: #646464. Windows color (decimal): -128598 or 11143678. OLE color: 11143678.
HSL color Cylindrical-coordinate representation of color #FE09AA: hue angle of 320.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09AA is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.00 |
| HSL | 320.57º | 0.99% | 0.52% | - |
| HSV(B) | 320.57º | 0.96% | 1% | - |
| XYZ | 48.23 | 24.17 | 40.15 | - |
| YUV | 100.61 | 167.17 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 170 | 0 | 0.96 | 0.33 | 0.00 | 320.57 | 0.99 | 0.52 |
| Hex | FE | 9 | AA | 0 | 60 | 21 | 0 | 141 | 63 | 34 |
| Octal | 376 | 11 | 252 | 0 | 140 | 41 | 0 | 501 | 143 | 64 |
| Binary | 11111110 | 1001 | 10101010 | 0 | 1100000 | 100001 | 0 | 101000001 | 1100011 | 110100 |
Color Harmonies of #FE09AA
Complementary color
Monochromatic Colors of #FE09AA
Black with #FE09AA
Text Example
Text Example
White with #FE09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09AA; }
p { color: rgb(254,9,170); }
H1.HeaderClassName
{
color: #FE09AA;
}
.AnyTagClassName
{
color: #FE09AA;
}
</style>
background-color css
<style>
a { background-color: #FE09AA; }
a { background-color: rgb(254,9,170); }
div.DivClassName
{
background-color: #FE09AA;
}
.BgClassName
{
background-color: #FE09AA;
}
</style>
border-color css
<style>
span { border-color: #FE09AA; }
span { border-color: rgb(254,9,170); }
td.TdClassName
{
border-color: #FE09AA;
}
.TagClassName
{
border-color: #FE09AA;
}
</style>