Shades of Hollywood Cerise #FE09A6
Tints of Hollywood Cerise #FE09A6
RGB
CMYK
RGB Variations
Color information
#FE09A6 (or 0xFE09A6) is known color: Hollywood Cerise. HEX triplet: FE, 09 and A6. RGB value is (254,9,166). Sum of RGB (Red+Green+Blue) = 254+9+166=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE09A6 is #01F659. Grayscale: #636363. Windows color (decimal): -128602 or 10881534. OLE color: 10881534.
HSL color Cylindrical-coordinate representation of color #FE09A6: hue angle of 321.55º 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 #FE09A6 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.00 |
| HSL | 321.55º | 0.99% | 0.52% | - |
| HSV(B) | 321.55º | 0.96% | 1% | - |
| XYZ | 47.85 | 24.02 | 38.19 | - |
| YUV | 100.15 | 165.17 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 166 | 0 | 0.96 | 0.35 | 0.00 | 321.55 | 0.99 | 0.52 |
| Hex | FE | 9 | A6 | 0 | 60 | 23 | 0 | 142 | 63 | 34 |
| Octal | 376 | 11 | 246 | 0 | 140 | 43 | 0 | 502 | 143 | 64 |
| Binary | 11111110 | 1001 | 10100110 | 0 | 1100000 | 100011 | 0 | 101000010 | 1100011 | 110100 |
Color Harmonies of #FE09A6
Complementary color
Monochromatic Colors of #FE09A6
Black with #FE09A6
Text Example
Text Example
White with #FE09A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09A6; }
p { color: rgb(254,9,166); }
H1.HeaderClassName
{
color: #FE09A6;
}
.AnyTagClassName
{
color: #FE09A6;
}
</style>
background-color css
<style>
a { background-color: #FE09A6; }
a { background-color: rgb(254,9,166); }
div.DivClassName
{
background-color: #FE09A6;
}
.BgClassName
{
background-color: #FE09A6;
}
</style>
border-color css
<style>
span { border-color: #FE09A6; }
span { border-color: rgb(254,9,166); }
td.TdClassName
{
border-color: #FE09A6;
}
.TagClassName
{
border-color: #FE09A6;
}
</style>