Shades of Alizarin #F2243B
Tints of Alizarin #F2243B
RGB
CMYK
RGB Variations
Color information
#F2243B (or 0xF2243B) is known color: Alizarin. HEX triplet: F2, 24 and 3B. RGB value is (242,36,59). Sum of RGB (Red+Green+Blue) = 242+36+59=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2243B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2243B is #0DDBC4. Grayscale: #646464. Windows color (decimal): -908229 or 3876082. OLE color: 3876082.
HSL color Cylindrical-coordinate representation of color #F2243B: hue angle of 353.3º 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 #F2243B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.05 |
| HSL | 353.3º | 0.89% | 0.55% | - |
| HSV(B) | 353.3º | 0.85% | 0.95% | - |
| XYZ | 38.04 | 20.45 | 6.08 | - |
| YUV | 100.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 59 | 0 | 0.85 | 0.76 | 0.05 | 353.3 | 0.89 | 0.55 |
| Hex | F2 | 24 | 3B | 0 | 55 | 4C | 5 | 161 | 59 | 37 |
| Octal | 362 | 44 | 73 | 0 | 125 | 114 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 100100 | 111011 | 0 | 1010101 | 1001100 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F2243B
Complementary color
Monochromatic Colors of #F2243B
Black with #F2243B
Text Example
Text Example
White with #F2243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2243B; }
p { color: rgb(242,36,59); }
H1.HeaderClassName
{
color: #F2243B;
}
.AnyTagClassName
{
color: #F2243B;
}
</style>
background-color css
<style>
a { background-color: #F2243B; }
a { background-color: rgb(242,36,59); }
div.DivClassName
{
background-color: #F2243B;
}
.BgClassName
{
background-color: #F2243B;
}
</style>
border-color css
<style>
span { border-color: #F2243B; }
span { border-color: rgb(242,36,59); }
td.TdClassName
{
border-color: #F2243B;
}
.TagClassName
{
border-color: #F2243B;
}
</style>