Shades of Alizarin #F22740
Tints of Alizarin #F22740
RGB
CMYK
RGB Variations
Color information
#F22740 (or 0xF22740) is known color: Alizarin. HEX triplet: F2, 27 and 40. RGB value is (242,39,64). Sum of RGB (Red+Green+Blue) = 242+39+64=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F22740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22740 is #0DD8BF. Grayscale: #666666. Windows color (decimal): -907456 or 4204530. OLE color: 4204530.
HSL color Cylindrical-coordinate representation of color #F22740: hue angle of 352.61º 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 #F22740 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 64 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.05 |
| HSL | 352.61º | 0.89% | 0.55% | - |
| HSV(B) | 352.61º | 0.84% | 0.95% | - |
| XYZ | 38.27 | 20.7 | 6.83 | - |
| YUV | 102.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 64 | 0 | 0.84 | 0.74 | 0.05 | 352.61 | 0.89 | 0.55 |
| Hex | F2 | 27 | 40 | 0 | 54 | 4A | 5 | 161 | 59 | 37 |
| Octal | 362 | 47 | 100 | 0 | 124 | 112 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 100111 | 1000000 | 0 | 1010100 | 1001010 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F22740
Complementary color
Monochromatic Colors of #F22740
Black with #F22740
Text Example
Text Example
White with #F22740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22740; }
p { color: rgb(242,39,64); }
H1.HeaderClassName
{
color: #F22740;
}
.AnyTagClassName
{
color: #F22740;
}
</style>
background-color css
<style>
a { background-color: #F22740; }
a { background-color: rgb(242,39,64); }
div.DivClassName
{
background-color: #F22740;
}
.BgClassName
{
background-color: #F22740;
}
</style>
border-color css
<style>
span { border-color: #F22740; }
span { border-color: rgb(242,39,64); }
td.TdClassName
{
border-color: #F22740;
}
.TagClassName
{
border-color: #F22740;
}
</style>