Shades of Alizarin #F2213A
Tints of Alizarin #F2213A
RGB
CMYK
RGB Variations
Color information
#F2213A (or 0xF2213A) is known color: Alizarin. HEX triplet: F2, 21 and 3A. RGB value is (242,33,58). Sum of RGB (Red+Green+Blue) = 242+33+58=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F2213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2213A is #0DDEC5. Grayscale: #626262. Windows color (decimal): -908998 or 3809778. OLE color: 3809778.
HSL color Cylindrical-coordinate representation of color #F2213A: hue angle of 352.82º 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 #F2213A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 58 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.05 |
| HSL | 352.82º | 0.89% | 0.54% | - |
| HSV(B) | 352.82º | 0.86% | 0.95% | - |
| XYZ | 37.93 | 20.27 | 5.92 | - |
| YUV | 98.34 | 105.24 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 58 | 0 | 0.86 | 0.76 | 0.05 | 352.82 | 0.89 | 0.54 |
| Hex | F2 | 21 | 3A | 0 | 56 | 4C | 5 | 161 | 59 | 36 |
| Octal | 362 | 41 | 72 | 0 | 126 | 114 | 5 | 541 | 131 | 66 |
| Binary | 11110010 | 100001 | 111010 | 0 | 1010110 | 1001100 | 101 | 101100001 | 1011001 | 110110 |
Color Harmonies of #F2213A
Complementary color
Monochromatic Colors of #F2213A
Black with #F2213A
Text Example
Text Example
White with #F2213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2213A; }
p { color: rgb(242,33,58); }
H1.HeaderClassName
{
color: #F2213A;
}
.AnyTagClassName
{
color: #F2213A;
}
</style>
background-color css
<style>
a { background-color: #F2213A; }
a { background-color: rgb(242,33,58); }
div.DivClassName
{
background-color: #F2213A;
}
.BgClassName
{
background-color: #F2213A;
}
</style>
border-color css
<style>
span { border-color: #F2213A; }
span { border-color: rgb(242,33,58); }
td.TdClassName
{
border-color: #F2213A;
}
.TagClassName
{
border-color: #F2213A;
}
</style>