Shades of Alizarin #F22439
Tints of Alizarin #F22439
RGB
CMYK
RGB Variations
Color information
#F22439 (or 0xF22439) is known color: Alizarin. HEX triplet: F2, 24 and 39. RGB value is (242,36,57). Sum of RGB (Red+Green+Blue) = 242+36+57=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F22439 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22439 is #0DDBC6. Grayscale: #646464. Windows color (decimal): -908231 or 3745010. OLE color: 3745010.
HSL color Cylindrical-coordinate representation of color #F22439: hue angle of 353.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22439 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 57 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.05 |
| HSL | 353.88º | 0.89% | 0.55% | - |
| HSV(B) | 353.88º | 0.85% | 0.95% | - |
| XYZ | 37.99 | 20.43 | 5.81 | - |
| YUV | 99.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 57 | 0 | 0.85 | 0.76 | 0.05 | 353.88 | 0.89 | 0.55 |
| Hex | F2 | 24 | 39 | 0 | 55 | 4C | 5 | 162 | 59 | 37 |
| Octal | 362 | 44 | 71 | 0 | 125 | 114 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100100 | 111001 | 0 | 1010101 | 1001100 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F22439
Complementary color
Monochromatic Colors of #F22439
Black with #F22439
Text Example
Text Example
White with #F22439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22439; }
p { color: rgb(242,36,57); }
H1.HeaderClassName
{
color: #F22439;
}
.AnyTagClassName
{
color: #F22439;
}
</style>
background-color css
<style>
a { background-color: #F22439; }
a { background-color: rgb(242,36,57); }
div.DivClassName
{
background-color: #F22439;
}
.BgClassName
{
background-color: #F22439;
}
</style>
border-color css
<style>
span { border-color: #F22439; }
span { border-color: rgb(242,36,57); }
td.TdClassName
{
border-color: #F22439;
}
.TagClassName
{
border-color: #F22439;
}
</style>