Shades of Alizarin #F22036
Tints of Alizarin #F22036
RGB
CMYK
RGB Variations
Color information
#F22036 (or 0xF22036) is known color: Alizarin. HEX triplet: F2, 20 and 36. RGB value is (242,32,54). Sum of RGB (Red+Green+Blue) = 242+32+54=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F22036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22036 is #0DDFC9. Grayscale: #616161. Windows color (decimal): -909258 or 3547378. OLE color: 3547378.
HSL color Cylindrical-coordinate representation of color #F22036: hue angle of 353.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22036 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 54 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.05 |
| HSL | 353.71º | 0.89% | 0.54% | - |
| HSV(B) | 353.71º | 0.87% | 0.95% | - |
| XYZ | 37.8 | 20.18 | 5.39 | - |
| YUV | 97.3 | 103.57 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 54 | 0 | 0.87 | 0.78 | 0.05 | 353.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | 36 | 0 | 57 | 4E | 5 | 162 | 59 | 36 |
| Octal | 362 | 40 | 66 | 0 | 127 | 116 | 5 | 542 | 131 | 66 |
| Binary | 11110010 | 100000 | 110110 | 0 | 1010111 | 1001110 | 101 | 101100010 | 1011001 | 110110 |
Color Harmonies of #F22036
Complementary color
Monochromatic Colors of #F22036
Black with #F22036
Text Example
Text Example
White with #F22036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22036; }
p { color: rgb(242,32,54); }
H1.HeaderClassName
{
color: #F22036;
}
.AnyTagClassName
{
color: #F22036;
}
</style>
background-color css
<style>
a { background-color: #F22036; }
a { background-color: rgb(242,32,54); }
div.DivClassName
{
background-color: #F22036;
}
.BgClassName
{
background-color: #F22036;
}
</style>
border-color css
<style>
span { border-color: #F22036; }
span { border-color: rgb(242,32,54); }
td.TdClassName
{
border-color: #F22036;
}
.TagClassName
{
border-color: #F22036;
}
</style>