Shades of Hollywood Cerise #F40292
Tints of Hollywood Cerise #F40292
RGB
CMYK
RGB Variations
Color information
#F40292 (or 0xF40292) is known color: Hollywood Cerise. HEX triplet: F4, 02 and 92. RGB value is (244,2,146). Sum of RGB (Red+Green+Blue) = 244+2+146=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F40292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40292 is #0BFD6D. Grayscale: #5A5A5A. Windows color (decimal): -785774 or 9569012. OLE color: 9569012.
HSL color Cylindrical-coordinate representation of color #F40292: hue angle of 324.3º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40292 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.04 |
| HSL | 324.3º | 0.98% | 0.48% | - |
| HSV(B) | 324.3º | 0.99% | 0.96% | - |
| XYZ | 42.52 | 21.35 | 29.07 | - |
| YUV | 90.77 | 159.17 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 146 | 0 | 0.99 | 0.40 | 0.04 | 324.3 | 0.98 | 0.48 |
| Hex | F4 | 2 | 92 | 0 | 63 | 28 | 4 | 144 | 62 | 30 |
| Octal | 364 | 2 | 222 | 0 | 143 | 50 | 4 | 504 | 142 | 60 |
| Binary | 11110100 | 10 | 10010010 | 0 | 1100011 | 101000 | 100 | 101000100 | 1100010 | 110000 |
Color Harmonies of #F40292
Complementary color
Monochromatic Colors of #F40292
Black with #F40292
Text Example
Text Example
White with #F40292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40292; }
p { color: rgb(244,2,146); }
H1.HeaderClassName
{
color: #F40292;
}
.AnyTagClassName
{
color: #F40292;
}
</style>
background-color css
<style>
a { background-color: #F40292; }
a { background-color: rgb(244,2,146); }
div.DivClassName
{
background-color: #F40292;
}
.BgClassName
{
background-color: #F40292;
}
</style>
border-color css
<style>
span { border-color: #F40292; }
span { border-color: rgb(244,2,146); }
td.TdClassName
{
border-color: #F40292;
}
.TagClassName
{
border-color: #F40292;
}
</style>