Shades of Alizarin #F22141
Tints of Alizarin #F22141
RGB
CMYK
RGB Variations
Color information
#F22141 (or 0xF22141) is known color: Alizarin. HEX triplet: F2, 21 and 41. RGB value is (242,33,65). Sum of RGB (Red+Green+Blue) = 242+33+65=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F22141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22141 is #0DDEBE. Grayscale: #636363. Windows color (decimal): -908991 or 4268530. OLE color: 4268530.
HSL color Cylindrical-coordinate representation of color #F22141: hue angle of 350.81º 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 #F22141 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 65 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.05 |
| HSL | 350.81º | 0.89% | 0.54% | - |
| HSV(B) | 350.81º | 0.86% | 0.95% | - |
| XYZ | 38.12 | 20.35 | 6.92 | - |
| YUV | 99.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 65 | 0 | 0.86 | 0.73 | 0.05 | 350.81 | 0.89 | 0.54 |
| Hex | F2 | 21 | 41 | 0 | 56 | 49 | 5 | 15F | 59 | 36 |
| Octal | 362 | 41 | 101 | 0 | 126 | 111 | 5 | 537 | 131 | 66 |
| Binary | 11110010 | 100001 | 1000001 | 0 | 1010110 | 1001001 | 101 | 101011111 | 1011001 | 110110 |
Color Harmonies of #F22141
Complementary color
Monochromatic Colors of #F22141
Black with #F22141
Text Example
Text Example
White with #F22141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22141; }
p { color: rgb(242,33,65); }
H1.HeaderClassName
{
color: #F22141;
}
.AnyTagClassName
{
color: #F22141;
}
</style>
background-color css
<style>
a { background-color: #F22141; }
a { background-color: rgb(242,33,65); }
div.DivClassName
{
background-color: #F22141;
}
.BgClassName
{
background-color: #F22141;
}
</style>
border-color css
<style>
span { border-color: #F22141; }
span { border-color: rgb(242,33,65); }
td.TdClassName
{
border-color: #F22141;
}
.TagClassName
{
border-color: #F22141;
}
</style>