Shades of Alizarin #F2203D
Tints of Alizarin #F2203D
RGB
CMYK
RGB Variations
Color information
#F2203D (or 0xF2203D) is known color: Alizarin. HEX triplet: F2, 20 and 3D. RGB value is (242,32,61). Sum of RGB (Red+Green+Blue) = 242+32+61=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2203D is #0DDFC2. Grayscale: #626262. Windows color (decimal): -909251 or 4006130. OLE color: 4006130.
HSL color Cylindrical-coordinate representation of color #F2203D: hue angle of 351.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2203D is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.05 |
| HSL | 351.71º | 0.89% | 0.54% | - |
| HSV(B) | 351.71º | 0.87% | 0.95% | - |
| XYZ | 37.98 | 20.25 | 6.32 | - |
| YUV | 98.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 61 | 0 | 0.87 | 0.75 | 0.05 | 351.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | 3D | 0 | 57 | 4B | 5 | 160 | 59 | 36 |
| Octal | 362 | 40 | 75 | 0 | 127 | 113 | 5 | 540 | 131 | 66 |
| Binary | 11110010 | 100000 | 111101 | 0 | 1010111 | 1001011 | 101 | 101100000 | 1011001 | 110110 |
Color Harmonies of #F2203D
Complementary color
Monochromatic Colors of #F2203D
Black with #F2203D
Text Example
Text Example
White with #F2203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2203D; }
p { color: rgb(242,32,61); }
H1.HeaderClassName
{
color: #F2203D;
}
.AnyTagClassName
{
color: #F2203D;
}
</style>
background-color css
<style>
a { background-color: #F2203D; }
a { background-color: rgb(242,32,61); }
div.DivClassName
{
background-color: #F2203D;
}
.BgClassName
{
background-color: #F2203D;
}
</style>
border-color css
<style>
span { border-color: #F2203D; }
span { border-color: rgb(242,32,61); }
td.TdClassName
{
border-color: #F2203D;
}
.TagClassName
{
border-color: #F2203D;
}
</style>