Shades of Hollywood Cerise #FE0AA5
Tints of Hollywood Cerise #FE0AA5
RGB
CMYK
RGB Variations
Color information
#FE0AA5 (or 0xFE0AA5) is known color: Hollywood Cerise. HEX triplet: FE, 0A and A5. RGB value is (254,10,165). Sum of RGB (Red+Green+Blue) = 254+10+165=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AA5 is #01F55A. Grayscale: #646464. Windows color (decimal): -128347 or 10816254. OLE color: 10816254.
HSL color Cylindrical-coordinate representation of color #FE0AA5: hue angle of 321.89º 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 #FE0AA5 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 165 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.00 |
| HSL | 321.89º | 0.99% | 0.52% | - |
| HSV(B) | 321.89º | 0.96% | 1% | - |
| XYZ | 47.77 | 24 | 37.71 | - |
| YUV | 100.63 | 164.34 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 165 | 0 | 0.96 | 0.35 | 0.00 | 321.89 | 0.99 | 0.52 |
| Hex | FE | A | A5 | 0 | 60 | 23 | 0 | 142 | 63 | 34 |
| Octal | 376 | 12 | 245 | 0 | 140 | 43 | 0 | 502 | 143 | 64 |
| Binary | 11111110 | 1010 | 10100101 | 0 | 1100000 | 100011 | 0 | 101000010 | 1100011 | 110100 |
Color Harmonies of #FE0AA5
Complementary color
Monochromatic Colors of #FE0AA5
Black with #FE0AA5
Text Example
Text Example
White with #FE0AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AA5; }
p { color: rgb(254,10,165); }
H1.HeaderClassName
{
color: #FE0AA5;
}
.AnyTagClassName
{
color: #FE0AA5;
}
</style>
background-color css
<style>
a { background-color: #FE0AA5; }
a { background-color: rgb(254,10,165); }
div.DivClassName
{
background-color: #FE0AA5;
}
.BgClassName
{
background-color: #FE0AA5;
}
</style>
border-color css
<style>
span { border-color: #FE0AA5; }
span { border-color: rgb(254,10,165); }
td.TdClassName
{
border-color: #FE0AA5;
}
.TagClassName
{
border-color: #FE0AA5;
}
</style>