Shades of Hollywood Cerise #F40199
Tints of Hollywood Cerise #F40199
RGB
CMYK
RGB Variations
Color information
#F40199 (or 0xF40199) is known color: Hollywood Cerise. HEX triplet: F4, 01 and 99. RGB value is (244,1,153). Sum of RGB (Red+Green+Blue) = 244+1+153=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F40199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40199 is #0BFE66. Grayscale: #5A5A5A. Windows color (decimal): -786023 or 10027508. OLE color: 10027508.
HSL color Cylindrical-coordinate representation of color #F40199: hue angle of 322.47º 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 #F40199 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.04 |
| HSL | 322.47º | 0.99% | 0.48% | - |
| HSV(B) | 322.47º | 1% | 0.96% | - |
| XYZ | 43.07 | 21.55 | 32.03 | - |
| YUV | 90.99 | 163.01 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 153 | 0 | 1.00 | 0.37 | 0.04 | 322.47 | 0.99 | 0.48 |
| Hex | F4 | 1 | 99 | 0 | 64 | 25 | 4 | 142 | 63 | 30 |
| Octal | 364 | 1 | 231 | 0 | 144 | 45 | 4 | 502 | 143 | 60 |
| Binary | 11110100 | 1 | 10011001 | 0 | 1100100 | 100101 | 100 | 101000010 | 1100011 | 110000 |
Color Harmonies of #F40199
Complementary color
Monochromatic Colors of #F40199
Black with #F40199
Text Example
Text Example
White with #F40199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40199; }
p { color: rgb(244,1,153); }
H1.HeaderClassName
{
color: #F40199;
}
.AnyTagClassName
{
color: #F40199;
}
</style>
background-color css
<style>
a { background-color: #F40199; }
a { background-color: rgb(244,1,153); }
div.DivClassName
{
background-color: #F40199;
}
.BgClassName
{
background-color: #F40199;
}
</style>
border-color css
<style>
span { border-color: #F40199; }
span { border-color: rgb(244,1,153); }
td.TdClassName
{
border-color: #F40199;
}
.TagClassName
{
border-color: #F40199;
}
</style>