Shades of Hollywood Cerise #FE09AC
Tints of Hollywood Cerise #FE09AC
RGB
CMYK
RGB Variations
Color information
#FE09AC (or 0xFE09AC) is known color: Hollywood Cerise. HEX triplet: FE, 09 and AC. RGB value is (254,9,172). Sum of RGB (Red+Green+Blue) = 254+9+172=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE09AC is #01F653. Grayscale: #646464. Windows color (decimal): -128596 or 11274750. OLE color: 11274750.
HSL color Cylindrical-coordinate representation of color #FE09AC: hue angle of 320.08º 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 #FE09AC is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.00 |
| HSL | 320.08º | 0.99% | 0.52% | - |
| HSV(B) | 320.08º | 0.96% | 1% | - |
| XYZ | 48.42 | 24.24 | 41.16 | - |
| YUV | 100.84 | 168.17 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 172 | 0 | 0.96 | 0.32 | 0.00 | 320.08 | 0.99 | 0.52 |
| Hex | FE | 9 | AC | 0 | 60 | 20 | 0 | 140 | 63 | 34 |
| Octal | 376 | 11 | 254 | 0 | 140 | 40 | 0 | 500 | 143 | 64 |
| Binary | 11111110 | 1001 | 10101100 | 0 | 1100000 | 100000 | 0 | 101000000 | 1100011 | 110100 |
Color Harmonies of #FE09AC
Complementary color
Monochromatic Colors of #FE09AC
Black with #FE09AC
Text Example
Text Example
White with #FE09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09AC; }
p { color: rgb(254,9,172); }
H1.HeaderClassName
{
color: #FE09AC;
}
.AnyTagClassName
{
color: #FE09AC;
}
</style>
background-color css
<style>
a { background-color: #FE09AC; }
a { background-color: rgb(254,9,172); }
div.DivClassName
{
background-color: #FE09AC;
}
.BgClassName
{
background-color: #FE09AC;
}
</style>
border-color css
<style>
span { border-color: #FE09AC; }
span { border-color: rgb(254,9,172); }
td.TdClassName
{
border-color: #FE09AC;
}
.TagClassName
{
border-color: #FE09AC;
}
</style>