Shades of Hollywood Cerise #F013A0
Tints of Hollywood Cerise #F013A0
RGB
CMYK
RGB Variations
Color information
#F013A0 (or 0xF013A0) is known color: Hollywood Cerise. HEX triplet: F0, 13 and A0. RGB value is (240,19,160). Sum of RGB (Red+Green+Blue) = 240+19+160=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F013A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013A0 is #0FEC5F. Grayscale: #646464. Windows color (decimal): -1043552 or 10490864. OLE color: 10490864.
HSL color Cylindrical-coordinate representation of color #F013A0: hue angle of 321.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013A0 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 160 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.06 |
| HSL | 321.72º | 0.88% | 0.51% | - |
| HSV(B) | 321.72º | 0.92% | 0.94% | - |
| XYZ | 42.51 | 21.53 | 35.17 | - |
| YUV | 101.15 | 161.22 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 160 | 0 | 0.92 | 0.33 | 0.06 | 321.72 | 0.88 | 0.51 |
| Hex | F0 | 13 | A0 | 0 | 5C | 21 | 6 | 142 | 58 | 33 |
| Octal | 360 | 23 | 240 | 0 | 134 | 41 | 6 | 502 | 130 | 63 |
| Binary | 11110000 | 10011 | 10100000 | 0 | 1011100 | 100001 | 110 | 101000010 | 1011000 | 110011 |
Color Harmonies of #F013A0
Complementary color
Monochromatic Colors of #F013A0
Black with #F013A0
Text Example
Text Example
White with #F013A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013A0; }
p { color: rgb(240,19,160); }
H1.HeaderClassName
{
color: #F013A0;
}
.AnyTagClassName
{
color: #F013A0;
}
</style>
background-color css
<style>
a { background-color: #F013A0; }
a { background-color: rgb(240,19,160); }
div.DivClassName
{
background-color: #F013A0;
}
.BgClassName
{
background-color: #F013A0;
}
</style>
border-color css
<style>
span { border-color: #F013A0; }
span { border-color: rgb(240,19,160); }
td.TdClassName
{
border-color: #F013A0;
}
.TagClassName
{
border-color: #F013A0;
}
</style>