Shades of Hollywood Cerise #F113A2
Tints of Hollywood Cerise #F113A2
RGB
CMYK
RGB Variations
Color information
#F113A2 (or 0xF113A2) is known color: Hollywood Cerise. HEX triplet: F1, 13 and A2. RGB value is (241,19,162). Sum of RGB (Red+Green+Blue) = 241+19+162=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F113A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113A2 is #0EEC5D. Grayscale: #656565. Windows color (decimal): -978014 or 10621937. OLE color: 10621937.
HSL color Cylindrical-coordinate representation of color #F113A2: hue angle of 321.35º 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 #F113A2 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 162 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.05 |
| HSL | 321.35º | 0.89% | 0.51% | - |
| HSV(B) | 321.35º | 0.92% | 0.95% | - |
| XYZ | 43.03 | 21.78 | 36.12 | - |
| YUV | 101.68 | 162.05 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 162 | 0 | 0.92 | 0.33 | 0.05 | 321.35 | 0.89 | 0.51 |
| Hex | F1 | 13 | A2 | 0 | 5C | 21 | 5 | 141 | 59 | 33 |
| Octal | 361 | 23 | 242 | 0 | 134 | 41 | 5 | 501 | 131 | 63 |
| Binary | 11110001 | 10011 | 10100010 | 0 | 1011100 | 100001 | 101 | 101000001 | 1011001 | 110011 |
Color Harmonies of #F113A2
Complementary color
Monochromatic Colors of #F113A2
Black with #F113A2
Text Example
Text Example
White with #F113A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113A2; }
p { color: rgb(241,19,162); }
H1.HeaderClassName
{
color: #F113A2;
}
.AnyTagClassName
{
color: #F113A2;
}
</style>
background-color css
<style>
a { background-color: #F113A2; }
a { background-color: rgb(241,19,162); }
div.DivClassName
{
background-color: #F113A2;
}
.BgClassName
{
background-color: #F113A2;
}
</style>
border-color css
<style>
span { border-color: #F113A2; }
span { border-color: rgb(241,19,162); }
td.TdClassName
{
border-color: #F113A2;
}
.TagClassName
{
border-color: #F113A2;
}
</style>