Shades of Hollywood Cerise #F40591
Tints of Hollywood Cerise #F40591
RGB
CMYK
RGB Variations
Color information
#F40591 (or 0xF40591) is known color: Hollywood Cerise. HEX triplet: F4, 05 and 91. RGB value is (244,5,145). Sum of RGB (Red+Green+Blue) = 244+5+145=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F40591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40591 is #0BFA6E. Grayscale: #5C5C5C. Windows color (decimal): -785007 or 9504244. OLE color: 9504244.
HSL color Cylindrical-coordinate representation of color #F40591: hue angle of 324.85º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40591 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 145 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.04 |
| HSL | 324.85º | 0.96% | 0.49% | - |
| HSV(B) | 324.85º | 0.98% | 0.96% | - |
| XYZ | 42.47 | 21.39 | 28.68 | - |
| YUV | 92.42 | 157.68 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 145 | 0 | 0.98 | 0.41 | 0.04 | 324.85 | 0.96 | 0.49 |
| Hex | F4 | 5 | 91 | 0 | 62 | 29 | 4 | 145 | 60 | 31 |
| Octal | 364 | 5 | 221 | 0 | 142 | 51 | 4 | 505 | 140 | 61 |
| Binary | 11110100 | 101 | 10010001 | 0 | 1100010 | 101001 | 100 | 101000101 | 1100000 | 110001 |
Color Harmonies of #F40591
Complementary color
Monochromatic Colors of #F40591
Black with #F40591
Text Example
Text Example
White with #F40591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40591; }
p { color: rgb(244,5,145); }
H1.HeaderClassName
{
color: #F40591;
}
.AnyTagClassName
{
color: #F40591;
}
</style>
background-color css
<style>
a { background-color: #F40591; }
a { background-color: rgb(244,5,145); }
div.DivClassName
{
background-color: #F40591;
}
.BgClassName
{
background-color: #F40591;
}
</style>
border-color css
<style>
span { border-color: #F40591; }
span { border-color: rgb(244,5,145); }
td.TdClassName
{
border-color: #F40591;
}
.TagClassName
{
border-color: #F40591;
}
</style>