Shades of Hollywood Cerise #F412A1
Tints of Hollywood Cerise #F412A1
RGB
CMYK
RGB Variations
Color information
#F412A1 (or 0xF412A1) is known color: Hollywood Cerise. HEX triplet: F4, 12 and A1. RGB value is (244,18,161). Sum of RGB (Red+Green+Blue) = 244+18+161=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F412A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F412A1 is #0BED5E. Grayscale: #656565. Windows color (decimal): -781663 or 10556148. OLE color: 10556148.
HSL color Cylindrical-coordinate representation of color #F412A1: hue angle of 322.04º 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 #F412A1 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 161 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.04 |
| HSL | 322.04º | 0.91% | 0.51% | - |
| HSV(B) | 322.04º | 0.93% | 0.96% | - |
| XYZ | 43.96 | 22.24 | 35.69 | - |
| YUV | 101.88 | 161.37 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 161 | 0 | 0.93 | 0.34 | 0.04 | 322.04 | 0.91 | 0.51 |
| Hex | F4 | 12 | A1 | 0 | 5D | 22 | 4 | 142 | 5B | 33 |
| Octal | 364 | 22 | 241 | 0 | 135 | 42 | 4 | 502 | 133 | 63 |
| Binary | 11110100 | 10010 | 10100001 | 0 | 1011101 | 100010 | 100 | 101000010 | 1011011 | 110011 |
Color Harmonies of #F412A1
Complementary color
Monochromatic Colors of #F412A1
Black with #F412A1
Text Example
Text Example
White with #F412A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412A1; }
p { color: rgb(244,18,161); }
H1.HeaderClassName
{
color: #F412A1;
}
.AnyTagClassName
{
color: #F412A1;
}
</style>
background-color css
<style>
a { background-color: #F412A1; }
a { background-color: rgb(244,18,161); }
div.DivClassName
{
background-color: #F412A1;
}
.BgClassName
{
background-color: #F412A1;
}
</style>
border-color css
<style>
span { border-color: #F412A1; }
span { border-color: rgb(244,18,161); }
td.TdClassName
{
border-color: #F412A1;
}
.TagClassName
{
border-color: #F412A1;
}
</style>