Shades of Alizarin #F22639
Tints of Alizarin #F22639
RGB
CMYK
RGB Variations
Color information
#F22639 (or 0xF22639) is known color: Alizarin. HEX triplet: F2, 26 and 39. RGB value is (242,38,57). Sum of RGB (Red+Green+Blue) = 242+38+57=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F22639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22639 is #0DD9C6. Grayscale: #656565. Windows color (decimal): -907719 or 3745522. OLE color: 3745522.
HSL color Cylindrical-coordinate representation of color #F22639: hue angle of 354.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22639 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 57 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.05 |
| HSL | 354.41º | 0.89% | 0.55% | - |
| HSV(B) | 354.41º | 0.84% | 0.95% | - |
| XYZ | 38.05 | 20.56 | 5.83 | - |
| YUV | 101.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 57 | 0 | 0.84 | 0.76 | 0.05 | 354.41 | 0.89 | 0.55 |
| Hex | F2 | 26 | 39 | 0 | 54 | 4C | 5 | 162 | 59 | 37 |
| Octal | 362 | 46 | 71 | 0 | 124 | 114 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100110 | 111001 | 0 | 1010100 | 1001100 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F22639
Complementary color
Monochromatic Colors of #F22639
Black with #F22639
Text Example
Text Example
White with #F22639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22639; }
p { color: rgb(242,38,57); }
H1.HeaderClassName
{
color: #F22639;
}
.AnyTagClassName
{
color: #F22639;
}
</style>
background-color css
<style>
a { background-color: #F22639; }
a { background-color: rgb(242,38,57); }
div.DivClassName
{
background-color: #F22639;
}
.BgClassName
{
background-color: #F22639;
}
</style>
border-color css
<style>
span { border-color: #F22639; }
span { border-color: rgb(242,38,57); }
td.TdClassName
{
border-color: #F22639;
}
.TagClassName
{
border-color: #F22639;
}
</style>