Shades of Alizarin #F2223A
Tints of Alizarin #F2223A
RGB
CMYK
RGB Variations
Color information
#F2223A (or 0xF2223A) is known color: Alizarin. HEX triplet: F2, 22 and 3A. RGB value is (242,34,58). Sum of RGB (Red+Green+Blue) = 242+34+58=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2223A is #0DDDC5. Grayscale: #636363. Windows color (decimal): -908742 or 3810034. OLE color: 3810034.
HSL color Cylindrical-coordinate representation of color #F2223A: hue angle of 353.08º 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 #F2223A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 58 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.05 |
| HSL | 353.08º | 0.89% | 0.54% | - |
| HSV(B) | 353.08º | 0.86% | 0.95% | - |
| XYZ | 37.95 | 20.33 | 5.93 | - |
| YUV | 98.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 58 | 0 | 0.86 | 0.76 | 0.05 | 353.08 | 0.89 | 0.54 |
| Hex | F2 | 22 | 3A | 0 | 56 | 4C | 5 | 161 | 59 | 36 |
| Octal | 362 | 42 | 72 | 0 | 126 | 114 | 5 | 541 | 131 | 66 |
| Binary | 11110010 | 100010 | 111010 | 0 | 1010110 | 1001100 | 101 | 101100001 | 1011001 | 110110 |
Color Harmonies of #F2223A
Complementary color
Monochromatic Colors of #F2223A
Black with #F2223A
Text Example
Text Example
White with #F2223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2223A; }
p { color: rgb(242,34,58); }
H1.HeaderClassName
{
color: #F2223A;
}
.AnyTagClassName
{
color: #F2223A;
}
</style>
background-color css
<style>
a { background-color: #F2223A; }
a { background-color: rgb(242,34,58); }
div.DivClassName
{
background-color: #F2223A;
}
.BgClassName
{
background-color: #F2223A;
}
</style>
border-color css
<style>
span { border-color: #F2223A; }
span { border-color: rgb(242,34,58); }
td.TdClassName
{
border-color: #F2223A;
}
.TagClassName
{
border-color: #F2223A;
}
</style>