Shades of Hollywood Cerise #F411A2
Tints of Hollywood Cerise #F411A2
RGB
CMYK
RGB Variations
Color information
#F411A2 (or 0xF411A2) is known color: Hollywood Cerise. HEX triplet: F4, 11 and A2. RGB value is (244,17,162). Sum of RGB (Red+Green+Blue) = 244+17+162=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F411A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411A2 is #0BEE5D. Grayscale: #656565. Windows color (decimal): -781918 or 10621428. OLE color: 10621428.
HSL color Cylindrical-coordinate representation of color #F411A2: hue angle of 321.67º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411A2 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.04 |
| HSL | 321.67º | 0.91% | 0.51% | - |
| HSV(B) | 321.67º | 0.93% | 0.96% | - |
| XYZ | 44.03 | 22.24 | 36.16 | - |
| YUV | 101.4 | 162.21 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 162 | 0 | 0.93 | 0.34 | 0.04 | 321.67 | 0.91 | 0.51 |
| Hex | F4 | 11 | A2 | 0 | 5D | 22 | 4 | 142 | 5B | 33 |
| Octal | 364 | 21 | 242 | 0 | 135 | 42 | 4 | 502 | 133 | 63 |
| Binary | 11110100 | 10001 | 10100010 | 0 | 1011101 | 100010 | 100 | 101000010 | 1011011 | 110011 |
Color Harmonies of #F411A2
Complementary color
Monochromatic Colors of #F411A2
Black with #F411A2
Text Example
Text Example
White with #F411A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411A2; }
p { color: rgb(244,17,162); }
H1.HeaderClassName
{
color: #F411A2;
}
.AnyTagClassName
{
color: #F411A2;
}
</style>
background-color css
<style>
a { background-color: #F411A2; }
a { background-color: rgb(244,17,162); }
div.DivClassName
{
background-color: #F411A2;
}
.BgClassName
{
background-color: #F411A2;
}
</style>
border-color css
<style>
span { border-color: #F411A2; }
span { border-color: rgb(244,17,162); }
td.TdClassName
{
border-color: #F411A2;
}
.TagClassName
{
border-color: #F411A2;
}
</style>