Shades of Hollywood Cerise #F112A2
Tints of Hollywood Cerise #F112A2
RGB
CMYK
RGB Variations
Color information
#F112A2 (or 0xF112A2) is known color: Hollywood Cerise. HEX triplet: F1, 12 and A2. RGB value is (241,18,162). Sum of RGB (Red+Green+Blue) = 241+18+162=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F112A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F112A2 is #0EED5D. Grayscale: #646464. Windows color (decimal): -978270 or 10621681. OLE color: 10621681.
HSL color Cylindrical-coordinate representation of color #F112A2: hue angle of 321.26º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112A2 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 162 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.05 |
| HSL | 321.26º | 0.89% | 0.51% | - |
| HSV(B) | 321.26º | 0.93% | 0.95% | - |
| XYZ | 43.01 | 21.74 | 36.11 | - |
| YUV | 101.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 162 | 0 | 0.93 | 0.33 | 0.05 | 321.26 | 0.89 | 0.51 |
| Hex | F1 | 12 | A2 | 0 | 5D | 21 | 5 | 141 | 59 | 33 |
| Octal | 361 | 22 | 242 | 0 | 135 | 41 | 5 | 501 | 131 | 63 |
| Binary | 11110001 | 10010 | 10100010 | 0 | 1011101 | 100001 | 101 | 101000001 | 1011001 | 110011 |
Color Harmonies of #F112A2
Complementary color
Monochromatic Colors of #F112A2
Black with #F112A2
Text Example
Text Example
White with #F112A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112A2; }
p { color: rgb(241,18,162); }
H1.HeaderClassName
{
color: #F112A2;
}
.AnyTagClassName
{
color: #F112A2;
}
</style>
background-color css
<style>
a { background-color: #F112A2; }
a { background-color: rgb(241,18,162); }
div.DivClassName
{
background-color: #F112A2;
}
.BgClassName
{
background-color: #F112A2;
}
</style>
border-color css
<style>
span { border-color: #F112A2; }
span { border-color: rgb(241,18,162); }
td.TdClassName
{
border-color: #F112A2;
}
.TagClassName
{
border-color: #F112A2;
}
</style>