Shades of Hollywood Cerise #FE0AAA
Tints of Hollywood Cerise #FE0AAA
RGB
CMYK
RGB Variations
Color information
#FE0AAA (or 0xFE0AAA) is known color: Hollywood Cerise. HEX triplet: FE, 0A and AA. RGB value is (254,10,170). Sum of RGB (Red+Green+Blue) = 254+10+170=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AAA is #01F555. Grayscale: #646464. Windows color (decimal): -128342 or 11143934. OLE color: 11143934.
HSL color Cylindrical-coordinate representation of color #FE0AAA: hue angle of 320.66º 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 #FE0AAA is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.00 |
| HSL | 320.66º | 0.99% | 0.52% | - |
| HSV(B) | 320.66º | 0.96% | 1% | - |
| XYZ | 48.24 | 24.19 | 40.16 | - |
| YUV | 101.2 | 166.84 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 170 | 0 | 0.96 | 0.33 | 0.00 | 320.66 | 0.99 | 0.52 |
| Hex | FE | A | AA | 0 | 60 | 21 | 0 | 141 | 63 | 34 |
| Octal | 376 | 12 | 252 | 0 | 140 | 41 | 0 | 501 | 143 | 64 |
| Binary | 11111110 | 1010 | 10101010 | 0 | 1100000 | 100001 | 0 | 101000001 | 1100011 | 110100 |
Color Harmonies of #FE0AAA
Complementary color
Monochromatic Colors of #FE0AAA
Black with #FE0AAA
Text Example
Text Example
White with #FE0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AAA; }
p { color: rgb(254,10,170); }
H1.HeaderClassName
{
color: #FE0AAA;
}
.AnyTagClassName
{
color: #FE0AAA;
}
</style>
background-color css
<style>
a { background-color: #FE0AAA; }
a { background-color: rgb(254,10,170); }
div.DivClassName
{
background-color: #FE0AAA;
}
.BgClassName
{
background-color: #FE0AAA;
}
</style>
border-color css
<style>
span { border-color: #FE0AAA; }
span { border-color: rgb(254,10,170); }
td.TdClassName
{
border-color: #FE0AAA;
}
.TagClassName
{
border-color: #FE0AAA;
}
</style>