Shades of Hollywood Cerise #FE0AA6
Tints of Hollywood Cerise #FE0AA6
RGB
CMYK
RGB Variations
Color information
#FE0AA6 (or 0xFE0AA6) is known color: Hollywood Cerise. HEX triplet: FE, 0A and A6. RGB value is (254,10,166). Sum of RGB (Red+Green+Blue) = 254+10+166=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AA6 is #01F559. Grayscale: #646464. Windows color (decimal): -128346 or 10881790. OLE color: 10881790.
HSL color Cylindrical-coordinate representation of color #FE0AA6: hue angle of 321.64º 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 #FE0AA6 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 166 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.00 |
| HSL | 321.64º | 0.99% | 0.52% | - |
| HSV(B) | 321.64º | 0.96% | 1% | - |
| XYZ | 47.86 | 24.04 | 38.19 | - |
| YUV | 100.74 | 164.84 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 166 | 0 | 0.96 | 0.35 | 0.00 | 321.64 | 0.99 | 0.52 |
| Hex | FE | A | A6 | 0 | 60 | 23 | 0 | 142 | 63 | 34 |
| Octal | 376 | 12 | 246 | 0 | 140 | 43 | 0 | 502 | 143 | 64 |
| Binary | 11111110 | 1010 | 10100110 | 0 | 1100000 | 100011 | 0 | 101000010 | 1100011 | 110100 |
Color Harmonies of #FE0AA6
Complementary color
Monochromatic Colors of #FE0AA6
Black with #FE0AA6
Text Example
Text Example
White with #FE0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AA6; }
p { color: rgb(254,10,166); }
H1.HeaderClassName
{
color: #FE0AA6;
}
.AnyTagClassName
{
color: #FE0AA6;
}
</style>
background-color css
<style>
a { background-color: #FE0AA6; }
a { background-color: rgb(254,10,166); }
div.DivClassName
{
background-color: #FE0AA6;
}
.BgClassName
{
background-color: #FE0AA6;
}
</style>
border-color css
<style>
span { border-color: #FE0AA6; }
span { border-color: rgb(254,10,166); }
td.TdClassName
{
border-color: #FE0AA6;
}
.TagClassName
{
border-color: #FE0AA6;
}
</style>