Shades of Alizarin #F22941
Tints of Alizarin #F22941
RGB
CMYK
RGB Variations
Color information
#F22941 (or 0xF22941) is known color: Alizarin. HEX triplet: F2, 29 and 41. RGB value is (242,41,65). Sum of RGB (Red+Green+Blue) = 242+41+65=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F22941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22941 is #0DD6BE. Grayscale: #676767. Windows color (decimal): -906943 or 4270578. OLE color: 4270578.
HSL color Cylindrical-coordinate representation of color #F22941: hue angle of 352.84º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22941 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 65 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.05 |
| HSL | 352.84º | 0.89% | 0.55% | - |
| HSV(B) | 352.84º | 0.83% | 0.95% | - |
| XYZ | 38.37 | 20.84 | 7 | - |
| YUV | 103.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 65 | 0 | 0.83 | 0.73 | 0.05 | 352.84 | 0.89 | 0.55 |
| Hex | F2 | 29 | 41 | 0 | 53 | 49 | 5 | 161 | 59 | 37 |
| Octal | 362 | 51 | 101 | 0 | 123 | 111 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 101001 | 1000001 | 0 | 1010011 | 1001001 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F22941
Complementary color
Monochromatic Colors of #F22941
Black with #F22941
Text Example
Text Example
White with #F22941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22941; }
p { color: rgb(242,41,65); }
H1.HeaderClassName
{
color: #F22941;
}
.AnyTagClassName
{
color: #F22941;
}
</style>
background-color css
<style>
a { background-color: #F22941; }
a { background-color: rgb(242,41,65); }
div.DivClassName
{
background-color: #F22941;
}
.BgClassName
{
background-color: #F22941;
}
</style>
border-color css
<style>
span { border-color: #F22941; }
span { border-color: rgb(242,41,65); }
td.TdClassName
{
border-color: #F22941;
}
.TagClassName
{
border-color: #F22941;
}
</style>