Shades of Hollywood Cerise #F113A0
Tints of Hollywood Cerise #F113A0
RGB
CMYK
RGB Variations
Color information
#F113A0 (or 0xF113A0) is known color: Hollywood Cerise. HEX triplet: F1, 13 and A0. RGB value is (241,19,160). Sum of RGB (Red+Green+Blue) = 241+19+160=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F113A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113A0 is #0EEC5F. Grayscale: #656565. Windows color (decimal): -978016 or 10490865. OLE color: 10490865.
HSL color Cylindrical-coordinate representation of color #F113A0: hue angle of 321.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113A0 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 160 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.05 |
| HSL | 321.89º | 0.89% | 0.51% | - |
| HSV(B) | 321.89º | 0.92% | 0.95% | - |
| XYZ | 42.85 | 21.7 | 35.19 | - |
| YUV | 101.45 | 161.05 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 160 | 0 | 0.92 | 0.34 | 0.05 | 321.89 | 0.89 | 0.51 |
| Hex | F1 | 13 | A0 | 0 | 5C | 22 | 5 | 142 | 59 | 33 |
| Octal | 361 | 23 | 240 | 0 | 134 | 42 | 5 | 502 | 131 | 63 |
| Binary | 11110001 | 10011 | 10100000 | 0 | 1011100 | 100010 | 101 | 101000010 | 1011001 | 110011 |
Color Harmonies of #F113A0
Complementary color
Monochromatic Colors of #F113A0
Black with #F113A0
Text Example
Text Example
White with #F113A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113A0; }
p { color: rgb(241,19,160); }
H1.HeaderClassName
{
color: #F113A0;
}
.AnyTagClassName
{
color: #F113A0;
}
</style>
background-color css
<style>
a { background-color: #F113A0; }
a { background-color: rgb(241,19,160); }
div.DivClassName
{
background-color: #F113A0;
}
.BgClassName
{
background-color: #F113A0;
}
</style>
border-color css
<style>
span { border-color: #F113A0; }
span { border-color: rgb(241,19,160); }
td.TdClassName
{
border-color: #F113A0;
}
.TagClassName
{
border-color: #F113A0;
}
</style>