Shades of Hollywood Cerise #F40FA0
Tints of Hollywood Cerise #F40FA0
RGB
CMYK
RGB Variations
Color information
#F40FA0 (or 0xF40FA0) is known color: Hollywood Cerise. HEX triplet: F4, 0F and A0. RGB value is (244,15,160). Sum of RGB (Red+Green+Blue) = 244+15+160=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40FA0 is #0BF05F. Grayscale: #636363. Windows color (decimal): -782432 or 10489844. OLE color: 10489844.
HSL color Cylindrical-coordinate representation of color #F40FA0: hue angle of 322.01º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FA0 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 160 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.04 |
| HSL | 322.01º | 0.91% | 0.51% | - |
| HSV(B) | 322.01º | 0.94% | 0.96% | - |
| XYZ | 43.82 | 22.11 | 35.22 | - |
| YUV | 100 | 161.87 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 160 | 0 | 0.94 | 0.34 | 0.04 | 322.01 | 0.91 | 0.51 |
| Hex | F4 | F | A0 | 0 | 5E | 22 | 4 | 142 | 5B | 33 |
| Octal | 364 | 17 | 240 | 0 | 136 | 42 | 4 | 502 | 133 | 63 |
| Binary | 11110100 | 1111 | 10100000 | 0 | 1011110 | 100010 | 100 | 101000010 | 1011011 | 110011 |
Color Harmonies of #F40FA0
Complementary color
Monochromatic Colors of #F40FA0
Black with #F40FA0
Text Example
Text Example
White with #F40FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FA0; }
p { color: rgb(244,15,160); }
H1.HeaderClassName
{
color: #F40FA0;
}
.AnyTagClassName
{
color: #F40FA0;
}
</style>
background-color css
<style>
a { background-color: #F40FA0; }
a { background-color: rgb(244,15,160); }
div.DivClassName
{
background-color: #F40FA0;
}
.BgClassName
{
background-color: #F40FA0;
}
</style>
border-color css
<style>
span { border-color: #F40FA0; }
span { border-color: rgb(244,15,160); }
td.TdClassName
{
border-color: #F40FA0;
}
.TagClassName
{
border-color: #F40FA0;
}
</style>