Shades of Hollywood Cerise #F411A3
Tints of Hollywood Cerise #F411A3
RGB
CMYK
RGB Variations
Color information
#F411A3 (or 0xF411A3) is known color: Hollywood Cerise. HEX triplet: F4, 11 and A3. RGB value is (244,17,163). Sum of RGB (Red+Green+Blue) = 244+17+163=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F411A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411A3 is #0BEE5C. Grayscale: #656565. Windows color (decimal): -781917 or 10686964. OLE color: 10686964.
HSL color Cylindrical-coordinate representation of color #F411A3: hue angle of 321.41º 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 #F411A3 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 163 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.04 |
| HSL | 321.41º | 0.91% | 0.51% | - |
| HSV(B) | 321.41º | 0.93% | 0.96% | - |
| XYZ | 44.12 | 22.28 | 36.63 | - |
| YUV | 101.52 | 162.71 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 163 | 0 | 0.93 | 0.33 | 0.04 | 321.41 | 0.91 | 0.51 |
| Hex | F4 | 11 | A3 | 0 | 5D | 21 | 4 | 141 | 5B | 33 |
| Octal | 364 | 21 | 243 | 0 | 135 | 41 | 4 | 501 | 133 | 63 |
| Binary | 11110100 | 10001 | 10100011 | 0 | 1011101 | 100001 | 100 | 101000001 | 1011011 | 110011 |
Color Harmonies of #F411A3
Complementary color
Monochromatic Colors of #F411A3
Black with #F411A3
Text Example
Text Example
White with #F411A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411A3; }
p { color: rgb(244,17,163); }
H1.HeaderClassName
{
color: #F411A3;
}
.AnyTagClassName
{
color: #F411A3;
}
</style>
background-color css
<style>
a { background-color: #F411A3; }
a { background-color: rgb(244,17,163); }
div.DivClassName
{
background-color: #F411A3;
}
.BgClassName
{
background-color: #F411A3;
}
</style>
border-color css
<style>
span { border-color: #F411A3; }
span { border-color: rgb(244,17,163); }
td.TdClassName
{
border-color: #F411A3;
}
.TagClassName
{
border-color: #F411A3;
}
</style>