Shades of Alizarin #F2203B
Tints of Alizarin #F2203B
RGB
CMYK
RGB Variations
Color information
#F2203B (or 0xF2203B) is known color: Alizarin. HEX triplet: F2, 20 and 3B. RGB value is (242,32,59). Sum of RGB (Red+Green+Blue) = 242+32+59=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F2203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2203B is #0DDFC4. Grayscale: #616161. Windows color (decimal): -909253 or 3875058. OLE color: 3875058.
HSL color Cylindrical-coordinate representation of color #F2203B: hue angle of 352.29º 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 #F2203B is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 59 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.05 |
| HSL | 352.29º | 0.89% | 0.54% | - |
| HSV(B) | 352.29º | 0.87% | 0.95% | - |
| XYZ | 37.92 | 20.23 | 6.04 | - |
| YUV | 97.87 | 106.07 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 59 | 0 | 0.87 | 0.76 | 0.05 | 352.29 | 0.89 | 0.54 |
| Hex | F2 | 20 | 3B | 0 | 57 | 4C | 5 | 160 | 59 | 36 |
| Octal | 362 | 40 | 73 | 0 | 127 | 114 | 5 | 540 | 131 | 66 |
| Binary | 11110010 | 100000 | 111011 | 0 | 1010111 | 1001100 | 101 | 101100000 | 1011001 | 110110 |
Color Harmonies of #F2203B
Complementary color
Monochromatic Colors of #F2203B
Black with #F2203B
Text Example
Text Example
White with #F2203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2203B; }
p { color: rgb(242,32,59); }
H1.HeaderClassName
{
color: #F2203B;
}
.AnyTagClassName
{
color: #F2203B;
}
</style>
background-color css
<style>
a { background-color: #F2203B; }
a { background-color: rgb(242,32,59); }
div.DivClassName
{
background-color: #F2203B;
}
.BgClassName
{
background-color: #F2203B;
}
</style>
border-color css
<style>
span { border-color: #F2203B; }
span { border-color: rgb(242,32,59); }
td.TdClassName
{
border-color: #F2203B;
}
.TagClassName
{
border-color: #F2203B;
}
</style>