Shades of Hollywood Cerise #FE0AAB
Tints of Hollywood Cerise #FE0AAB
RGB
CMYK
RGB Variations
Color information
#FE0AAB (or 0xFE0AAB) is known color: Hollywood Cerise. HEX triplet: FE, 0A and AB. RGB value is (254,10,171). Sum of RGB (Red+Green+Blue) = 254+10+171=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AAB is #01F554. Grayscale: #646464. Windows color (decimal): -128341 or 11209470. OLE color: 11209470.
HSL color Cylindrical-coordinate representation of color #FE0AAB: hue angle of 320.41º 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 #FE0AAB is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.00 |
| HSL | 320.41º | 0.99% | 0.52% | - |
| HSV(B) | 320.41º | 0.96% | 1% | - |
| XYZ | 48.33 | 24.23 | 40.66 | - |
| YUV | 101.31 | 167.34 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 171 | 0 | 0.96 | 0.33 | 0.00 | 320.41 | 0.99 | 0.52 |
| Hex | FE | A | AB | 0 | 60 | 21 | 0 | 140 | 63 | 34 |
| Octal | 376 | 12 | 253 | 0 | 140 | 41 | 0 | 500 | 143 | 64 |
| Binary | 11111110 | 1010 | 10101011 | 0 | 1100000 | 100001 | 0 | 101000000 | 1100011 | 110100 |
Color Harmonies of #FE0AAB
Complementary color
Monochromatic Colors of #FE0AAB
Black with #FE0AAB
Text Example
Text Example
White with #FE0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AAB; }
p { color: rgb(254,10,171); }
H1.HeaderClassName
{
color: #FE0AAB;
}
.AnyTagClassName
{
color: #FE0AAB;
}
</style>
background-color css
<style>
a { background-color: #FE0AAB; }
a { background-color: rgb(254,10,171); }
div.DivClassName
{
background-color: #FE0AAB;
}
.BgClassName
{
background-color: #FE0AAB;
}
</style>
border-color css
<style>
span { border-color: #FE0AAB; }
span { border-color: rgb(254,10,171); }
td.TdClassName
{
border-color: #FE0AAB;
}
.TagClassName
{
border-color: #FE0AAB;
}
</style>