Shades of Alizarin #F22841
Tints of Alizarin #F22841
RGB
CMYK
RGB Variations
Color information
#F22841 (or 0xF22841) is known color: Alizarin. HEX triplet: F2, 28 and 41. RGB value is (242,40,65). Sum of RGB (Red+Green+Blue) = 242+40+65=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F22841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22841 is #0DD7BE. Grayscale: #676767. Windows color (decimal): -907199 or 4270322. OLE color: 4270322.
HSL color Cylindrical-coordinate representation of color #F22841: hue angle of 352.57º 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 #F22841 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 65 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.05 |
| HSL | 352.57º | 0.89% | 0.55% | - |
| HSV(B) | 352.57º | 0.83% | 0.95% | - |
| XYZ | 38.33 | 20.78 | 6.99 | - |
| YUV | 103.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 65 | 0 | 0.83 | 0.73 | 0.05 | 352.57 | 0.89 | 0.55 |
| Hex | F2 | 28 | 41 | 0 | 53 | 49 | 5 | 161 | 59 | 37 |
| Octal | 362 | 50 | 101 | 0 | 123 | 111 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 101000 | 1000001 | 0 | 1010011 | 1001001 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F22841
Complementary color
Monochromatic Colors of #F22841
Black with #F22841
Text Example
Text Example
White with #F22841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22841; }
p { color: rgb(242,40,65); }
H1.HeaderClassName
{
color: #F22841;
}
.AnyTagClassName
{
color: #F22841;
}
</style>
background-color css
<style>
a { background-color: #F22841; }
a { background-color: rgb(242,40,65); }
div.DivClassName
{
background-color: #F22841;
}
.BgClassName
{
background-color: #F22841;
}
</style>
border-color css
<style>
span { border-color: #F22841; }
span { border-color: rgb(242,40,65); }
td.TdClassName
{
border-color: #F22841;
}
.TagClassName
{
border-color: #F22841;
}
</style>