Shades of Hollywood Cerise #F4019E
Tints of Hollywood Cerise #F4019E
RGB
CMYK
RGB Variations
Color information
#F4019E (or 0xF4019E) is known color: Hollywood Cerise. HEX triplet: F4, 01 and 9E. RGB value is (244,1,158). Sum of RGB (Red+Green+Blue) = 244+1+158=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4019E is #0BFE61. Grayscale: #5B5B5B. Windows color (decimal): -786018 or 10355188. OLE color: 10355188.
HSL color Cylindrical-coordinate representation of color #F4019E: hue angle of 321.23º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4019E is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.04 |
| HSL | 321.23º | 0.99% | 0.48% | - |
| HSV(B) | 321.23º | 1% | 0.96% | - |
| XYZ | 43.49 | 21.72 | 34.25 | - |
| YUV | 91.56 | 165.51 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 158 | 0 | 1.00 | 0.35 | 0.04 | 321.23 | 0.99 | 0.48 |
| Hex | F4 | 1 | 9E | 0 | 64 | 23 | 4 | 141 | 63 | 30 |
| Octal | 364 | 1 | 236 | 0 | 144 | 43 | 4 | 501 | 143 | 60 |
| Binary | 11110100 | 1 | 10011110 | 0 | 1100100 | 100011 | 100 | 101000001 | 1100011 | 110000 |
Color Harmonies of #F4019E
Complementary color
Monochromatic Colors of #F4019E
Black with #F4019E
Text Example
Text Example
White with #F4019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4019E; }
p { color: rgb(244,1,158); }
H1.HeaderClassName
{
color: #F4019E;
}
.AnyTagClassName
{
color: #F4019E;
}
</style>
background-color css
<style>
a { background-color: #F4019E; }
a { background-color: rgb(244,1,158); }
div.DivClassName
{
background-color: #F4019E;
}
.BgClassName
{
background-color: #F4019E;
}
</style>
border-color css
<style>
span { border-color: #F4019E; }
span { border-color: rgb(244,1,158); }
td.TdClassName
{
border-color: #F4019E;
}
.TagClassName
{
border-color: #F4019E;
}
</style>