Shades of Hollywood Cerise #FF049E
Tints of Hollywood Cerise #FF049E
RGB
CMYK
RGB Variations
Color information
#FF049E (or 0xFF049E) is known color: Hollywood Cerise. HEX triplet: FF, 04 and 9E. RGB value is (255,4,158). Sum of RGB (Red+Green+Blue) = 255+4+158=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF049E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF049E is #00FB61. Grayscale: #606060. Windows color (decimal): -64354 or 10355967. OLE color: 10355967.
HSL color Cylindrical-coordinate representation of color #FF049E: hue angle of 323.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF049E is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.38 | 0 |
| HSL | 323.19º | 1% | 0.51% | - |
| HSV(B) | 323.19º | 0.98% | 1% | - |
| XYZ | 47.45 | 23.82 | 34.44 | - |
| YUV | 96.61 | 162.66 | 240.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 158 | 0 | 0.98 | 0.38 | 0 | 323.19 | 1 | 0.51 |
| Hex | FF | 4 | 9E | 0 | 62 | 26 | 0 | 143 | 64 | 33 |
| Octal | 377 | 4 | 236 | 0 | 142 | 46 | 0 | 503 | 144 | 63 |
| Binary | 11111111 | 100 | 10011110 | 0 | 1100010 | 100110 | 0 | 101000011 | 1100100 | 110011 |
Color Harmonies of #FF049E
Complementary color
Monochromatic Colors of #FF049E
Black with #FF049E
Text Example
Text Example
White with #FF049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF049E; }
p { color: rgb(255,4,158); }
H1.HeaderClassName
{
color: #FF049E;
}
.AnyTagClassName
{
color: #FF049E;
}
</style>
background-color css
<style>
a { background-color: #FF049E; }
a { background-color: rgb(255,4,158); }
div.DivClassName
{
background-color: #FF049E;
}
.BgClassName
{
background-color: #FF049E;
}
</style>
border-color css
<style>
span { border-color: #FF049E; }
span { border-color: rgb(255,4,158); }
td.TdClassName
{
border-color: #FF049E;
}
.TagClassName
{
border-color: #FF049E;
}
</style>