Shades of Hollywood Cerise #FE09AB
Tints of Hollywood Cerise #FE09AB
RGB
CMYK
RGB Variations
Color information
#FE09AB (or 0xFE09AB) is known color: Hollywood Cerise. HEX triplet: FE, 09 and AB. RGB value is (254,9,171). Sum of RGB (Red+Green+Blue) = 254+9+171=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE09AB is #01F654. Grayscale: #646464. Windows color (decimal): -128597 or 11209214. OLE color: 11209214.
HSL color Cylindrical-coordinate representation of color #FE09AB: hue angle of 320.33º 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 #FE09AB is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.00 |
| HSL | 320.33º | 0.99% | 0.52% | - |
| HSV(B) | 320.33º | 0.96% | 1% | - |
| XYZ | 48.32 | 24.21 | 40.65 | - |
| YUV | 100.72 | 167.67 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 171 | 0 | 0.96 | 0.33 | 0.00 | 320.33 | 0.99 | 0.52 |
| Hex | FE | 9 | AB | 0 | 60 | 21 | 0 | 140 | 63 | 34 |
| Octal | 376 | 11 | 253 | 0 | 140 | 41 | 0 | 500 | 143 | 64 |
| Binary | 11111110 | 1001 | 10101011 | 0 | 1100000 | 100001 | 0 | 101000000 | 1100011 | 110100 |
Color Harmonies of #FE09AB
Complementary color
Monochromatic Colors of #FE09AB
Black with #FE09AB
Text Example
Text Example
White with #FE09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09AB; }
p { color: rgb(254,9,171); }
H1.HeaderClassName
{
color: #FE09AB;
}
.AnyTagClassName
{
color: #FE09AB;
}
</style>
background-color css
<style>
a { background-color: #FE09AB; }
a { background-color: rgb(254,9,171); }
div.DivClassName
{
background-color: #FE09AB;
}
.BgClassName
{
background-color: #FE09AB;
}
</style>
border-color css
<style>
span { border-color: #FE09AB; }
span { border-color: rgb(254,9,171); }
td.TdClassName
{
border-color: #FE09AB;
}
.TagClassName
{
border-color: #FE09AB;
}
</style>