Shades of Alizarin #F2243C
Tints of Alizarin #F2243C
RGB
CMYK
RGB Variations
Color information
#F2243C (or 0xF2243C) is known color: Alizarin. HEX triplet: F2, 24 and 3C. RGB value is (242,36,60). Sum of RGB (Red+Green+Blue) = 242+36+60=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2243C is #0DDBC3. Grayscale: #646464. Windows color (decimal): -908228 or 3941618. OLE color: 3941618.
HSL color Cylindrical-coordinate representation of color #F2243C: hue angle of 353.01º 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 #F2243C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 60 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.05 |
| HSL | 353.01º | 0.89% | 0.55% | - |
| HSV(B) | 353.01º | 0.85% | 0.95% | - |
| XYZ | 38.06 | 20.47 | 6.22 | - |
| YUV | 100.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 60 | 0 | 0.85 | 0.75 | 0.05 | 353.01 | 0.89 | 0.55 |
| Hex | F2 | 24 | 3C | 0 | 55 | 4B | 5 | 161 | 59 | 37 |
| Octal | 362 | 44 | 74 | 0 | 125 | 113 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 100100 | 111100 | 0 | 1010101 | 1001011 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F2243C
Complementary color
Monochromatic Colors of #F2243C
Black with #F2243C
Text Example
Text Example
White with #F2243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2243C; }
p { color: rgb(242,36,60); }
H1.HeaderClassName
{
color: #F2243C;
}
.AnyTagClassName
{
color: #F2243C;
}
</style>
background-color css
<style>
a { background-color: #F2243C; }
a { background-color: rgb(242,36,60); }
div.DivClassName
{
background-color: #F2243C;
}
.BgClassName
{
background-color: #F2243C;
}
</style>
border-color css
<style>
span { border-color: #F2243C; }
span { border-color: rgb(242,36,60); }
td.TdClassName
{
border-color: #F2243C;
}
.TagClassName
{
border-color: #F2243C;
}
</style>