Shades of Hollywood Cerise #F211A3
Tints of Hollywood Cerise #F211A3
RGB
CMYK
RGB Variations
Color information
#F211A3 (or 0xF211A3) is known color: Hollywood Cerise. HEX triplet: F2, 11 and A3. RGB value is (242,17,163). Sum of RGB (Red+Green+Blue) = 242+17+163=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F211A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F211A3 is #0DEE5C. Grayscale: #646464. Windows color (decimal): -912989 or 10686962. OLE color: 10686962.
HSL color Cylindrical-coordinate representation of color #F211A3: hue angle of 321.07º degrees, saturation: 0.9, 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 #F211A3 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 163 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.05 |
| HSL | 321.07º | 0.9% | 0.51% | - |
| HSV(B) | 321.07º | 0.93% | 0.95% | - |
| XYZ | 43.43 | 21.92 | 36.59 | - |
| YUV | 100.92 | 163.04 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 163 | 0 | 0.93 | 0.33 | 0.05 | 321.07 | 0.9 | 0.51 |
| Hex | F2 | 11 | A3 | 0 | 5D | 21 | 5 | 141 | 5A | 33 |
| Octal | 362 | 21 | 243 | 0 | 135 | 41 | 5 | 501 | 132 | 63 |
| Binary | 11110010 | 10001 | 10100011 | 0 | 1011101 | 100001 | 101 | 101000001 | 1011010 | 110011 |
Color Harmonies of #F211A3
Complementary color
Monochromatic Colors of #F211A3
Black with #F211A3
Text Example
Text Example
White with #F211A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211A3; }
p { color: rgb(242,17,163); }
H1.HeaderClassName
{
color: #F211A3;
}
.AnyTagClassName
{
color: #F211A3;
}
</style>
background-color css
<style>
a { background-color: #F211A3; }
a { background-color: rgb(242,17,163); }
div.DivClassName
{
background-color: #F211A3;
}
.BgClassName
{
background-color: #F211A3;
}
</style>
border-color css
<style>
span { border-color: #F211A3; }
span { border-color: rgb(242,17,163); }
td.TdClassName
{
border-color: #F211A3;
}
.TagClassName
{
border-color: #F211A3;
}
</style>