Shades of Alizarin #F2243A
Tints of Alizarin #F2243A
RGB
CMYK
RGB Variations
Color information
#F2243A (or 0xF2243A) is known color: Alizarin. HEX triplet: F2, 24 and 3A. RGB value is (242,36,58). Sum of RGB (Red+Green+Blue) = 242+36+58=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2243A is #0DDBC5. Grayscale: #646464. Windows color (decimal): -908230 or 3810546. OLE color: 3810546.
HSL color Cylindrical-coordinate representation of color #F2243A: hue angle of 353.59º 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 #F2243A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 58 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.05 |
| HSL | 353.59º | 0.89% | 0.55% | - |
| HSV(B) | 353.59º | 0.85% | 0.95% | - |
| XYZ | 38.01 | 20.44 | 5.95 | - |
| YUV | 100.1 | 104.25 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 58 | 0 | 0.85 | 0.76 | 0.05 | 353.59 | 0.89 | 0.55 |
| Hex | F2 | 24 | 3A | 0 | 55 | 4C | 5 | 162 | 59 | 37 |
| Octal | 362 | 44 | 72 | 0 | 125 | 114 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100100 | 111010 | 0 | 1010101 | 1001100 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F2243A
Complementary color
Monochromatic Colors of #F2243A
Black with #F2243A
Text Example
Text Example
White with #F2243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2243A; }
p { color: rgb(242,36,58); }
H1.HeaderClassName
{
color: #F2243A;
}
.AnyTagClassName
{
color: #F2243A;
}
</style>
background-color css
<style>
a { background-color: #F2243A; }
a { background-color: rgb(242,36,58); }
div.DivClassName
{
background-color: #F2243A;
}
.BgClassName
{
background-color: #F2243A;
}
</style>
border-color css
<style>
span { border-color: #F2243A; }
span { border-color: rgb(242,36,58); }
td.TdClassName
{
border-color: #F2243A;
}
.TagClassName
{
border-color: #F2243A;
}
</style>