Shades of Hollywood Cerise #FE049E
Tints of Hollywood Cerise #FE049E
RGB
CMYK
RGB Variations
Color information
#FE049E (or 0xFE049E) is known color: Hollywood Cerise. HEX triplet: FE, 04 and 9E. RGB value is (254,4,158). Sum of RGB (Red+Green+Blue) = 254+4+158=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE049E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE049E is #01FB61. Grayscale: #5F5F5F. Windows color (decimal): -129890 or 10355966. OLE color: 10355966.
HSL color Cylindrical-coordinate representation of color #FE049E: hue angle of 323.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE049E is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.00 |
| HSL | 323.04º | 0.99% | 0.51% | - |
| HSV(B) | 323.04º | 0.98% | 1% | - |
| XYZ | 47.09 | 23.63 | 34.43 | - |
| YUV | 96.31 | 162.83 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 158 | 0 | 0.98 | 0.38 | 0.00 | 323.04 | 0.99 | 0.51 |
| Hex | FE | 4 | 9E | 0 | 62 | 26 | 0 | 143 | 63 | 33 |
| Octal | 376 | 4 | 236 | 0 | 142 | 46 | 0 | 503 | 143 | 63 |
| Binary | 11111110 | 100 | 10011110 | 0 | 1100010 | 100110 | 0 | 101000011 | 1100011 | 110011 |
Color Harmonies of #FE049E
Complementary color
Monochromatic Colors of #FE049E
Black with #FE049E
Text Example
Text Example
White with #FE049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE049E; }
p { color: rgb(254,4,158); }
H1.HeaderClassName
{
color: #FE049E;
}
.AnyTagClassName
{
color: #FE049E;
}
</style>
background-color css
<style>
a { background-color: #FE049E; }
a { background-color: rgb(254,4,158); }
div.DivClassName
{
background-color: #FE049E;
}
.BgClassName
{
background-color: #FE049E;
}
</style>
border-color css
<style>
span { border-color: #FE049E; }
span { border-color: rgb(254,4,158); }
td.TdClassName
{
border-color: #FE049E;
}
.TagClassName
{
border-color: #FE049E;
}
</style>