Shades of Hollywood Cerise #FE099E
Tints of Hollywood Cerise #FE099E
RGB
CMYK
RGB Variations
Color information
#FE099E (or 0xFE099E) is known color: Hollywood Cerise. HEX triplet: FE, 09 and 9E. RGB value is (254,9,158). Sum of RGB (Red+Green+Blue) = 254+9+158=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE099E is #01F661. Grayscale: #626262. Windows color (decimal): -128610 or 10357246. OLE color: 10357246.
HSL color Cylindrical-coordinate representation of color #FE099E: hue angle of 323.51º 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 #FE099E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.00 |
| HSL | 323.51º | 0.99% | 0.52% | - |
| HSV(B) | 323.51º | 0.96% | 1% | - |
| XYZ | 47.14 | 23.73 | 34.44 | - |
| YUV | 99.24 | 161.17 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 158 | 0 | 0.96 | 0.38 | 0.00 | 323.51 | 0.99 | 0.52 |
| Hex | FE | 9 | 9E | 0 | 60 | 26 | 0 | 144 | 63 | 34 |
| Octal | 376 | 11 | 236 | 0 | 140 | 46 | 0 | 504 | 143 | 64 |
| Binary | 11111110 | 1001 | 10011110 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100011 | 110100 |
Color Harmonies of #FE099E
Complementary color
Monochromatic Colors of #FE099E
Black with #FE099E
Text Example
Text Example
White with #FE099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE099E; }
p { color: rgb(254,9,158); }
H1.HeaderClassName
{
color: #FE099E;
}
.AnyTagClassName
{
color: #FE099E;
}
</style>
background-color css
<style>
a { background-color: #FE099E; }
a { background-color: rgb(254,9,158); }
div.DivClassName
{
background-color: #FE099E;
}
.BgClassName
{
background-color: #FE099E;
}
</style>
border-color css
<style>
span { border-color: #FE099E; }
span { border-color: rgb(254,9,158); }
td.TdClassName
{
border-color: #FE099E;
}
.TagClassName
{
border-color: #FE099E;
}
</style>