Shades of Alizarin #F2213C
Tints of Alizarin #F2213C
RGB
CMYK
RGB Variations
Color information
#F2213C (or 0xF2213C) is known color: Alizarin. HEX triplet: F2, 21 and 3C. RGB value is (242,33,60). Sum of RGB (Red+Green+Blue) = 242+33+60=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2213C is #0DDEC3. Grayscale: #626262. Windows color (decimal): -908996 or 3940850. OLE color: 3940850.
HSL color Cylindrical-coordinate representation of color #F2213C: hue angle of 352.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2213C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 60 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.05 |
| HSL | 352.25º | 0.89% | 0.54% | - |
| HSV(B) | 352.25º | 0.86% | 0.95% | - |
| XYZ | 37.98 | 20.29 | 6.19 | - |
| YUV | 98.57 | 106.24 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 60 | 0 | 0.86 | 0.75 | 0.05 | 352.25 | 0.89 | 0.54 |
| Hex | F2 | 21 | 3C | 0 | 56 | 4B | 5 | 160 | 59 | 36 |
| Octal | 362 | 41 | 74 | 0 | 126 | 113 | 5 | 540 | 131 | 66 |
| Binary | 11110010 | 100001 | 111100 | 0 | 1010110 | 1001011 | 101 | 101100000 | 1011001 | 110110 |
Color Harmonies of #F2213C
Complementary color
Monochromatic Colors of #F2213C
Black with #F2213C
Text Example
Text Example
White with #F2213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2213C; }
p { color: rgb(242,33,60); }
H1.HeaderClassName
{
color: #F2213C;
}
.AnyTagClassName
{
color: #F2213C;
}
</style>
background-color css
<style>
a { background-color: #F2213C; }
a { background-color: rgb(242,33,60); }
div.DivClassName
{
background-color: #F2213C;
}
.BgClassName
{
background-color: #F2213C;
}
</style>
border-color css
<style>
span { border-color: #F2213C; }
span { border-color: rgb(242,33,60); }
td.TdClassName
{
border-color: #F2213C;
}
.TagClassName
{
border-color: #F2213C;
}
</style>