Shades of Hollywood Cerise #FE099F
Tints of Hollywood Cerise #FE099F
RGB
CMYK
RGB Variations
Color information
#FE099F (or 0xFE099F) is known color: Hollywood Cerise. HEX triplet: FE, 09 and 9F. RGB value is (254,9,159). Sum of RGB (Red+Green+Blue) = 254+9+159=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE099F is #01F660. Grayscale: #636363. Windows color (decimal): -128609 or 10422782. OLE color: 10422782.
HSL color Cylindrical-coordinate representation of color #FE099F: hue angle of 323.27º 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 #FE099F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.00 |
| HSL | 323.27º | 0.99% | 0.52% | - |
| HSV(B) | 323.27º | 0.96% | 1% | - |
| XYZ | 47.23 | 23.77 | 34.9 | - |
| YUV | 99.36 | 161.67 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 159 | 0 | 0.96 | 0.37 | 0.00 | 323.27 | 0.99 | 0.52 |
| Hex | FE | 9 | 9F | 0 | 60 | 25 | 0 | 143 | 63 | 34 |
| Octal | 376 | 11 | 237 | 0 | 140 | 45 | 0 | 503 | 143 | 64 |
| Binary | 11111110 | 1001 | 10011111 | 0 | 1100000 | 100101 | 0 | 101000011 | 1100011 | 110100 |
Color Harmonies of #FE099F
Complementary color
Monochromatic Colors of #FE099F
Black with #FE099F
Text Example
Text Example
White with #FE099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE099F; }
p { color: rgb(254,9,159); }
H1.HeaderClassName
{
color: #FE099F;
}
.AnyTagClassName
{
color: #FE099F;
}
</style>
background-color css
<style>
a { background-color: #FE099F; }
a { background-color: rgb(254,9,159); }
div.DivClassName
{
background-color: #FE099F;
}
.BgClassName
{
background-color: #FE099F;
}
</style>
border-color css
<style>
span { border-color: #FE099F; }
span { border-color: rgb(254,9,159); }
td.TdClassName
{
border-color: #FE099F;
}
.TagClassName
{
border-color: #FE099F;
}
</style>