Shades of Alizarin #F2202F
Tints of Alizarin #F2202F
RGB
CMYK
RGB Variations
Color information
#F2202F (or 0xF2202F) is known color: Alizarin. HEX triplet: F2, 20 and 2F. RGB value is (242,32,47). Sum of RGB (Red+Green+Blue) = 242+32+47=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202F is #0DDFD0. Grayscale: #606060. Windows color (decimal): -909265 or 3088626. OLE color: 3088626.
HSL color Cylindrical-coordinate representation of color #F2202F: hue angle of 355.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 #F2202F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 47 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.05 |
| HSL | 355.71º | 0.89% | 0.54% | - |
| HSV(B) | 355.71º | 0.87% | 0.95% | - |
| XYZ | 37.65 | 20.12 | 4.59 | - |
| YUV | 96.5 | 100.07 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 47 | 0 | 0.87 | 0.81 | 0.05 | 355.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | 2F | 0 | 57 | 51 | 5 | 164 | 59 | 36 |
| Octal | 362 | 40 | 57 | 0 | 127 | 121 | 5 | 544 | 131 | 66 |
| Binary | 11110010 | 100000 | 101111 | 0 | 1010111 | 1010001 | 101 | 101100100 | 1011001 | 110110 |
Color Harmonies of #F2202F
Complementary color
Monochromatic Colors of #F2202F
Black with #F2202F
Text Example
Text Example
White with #F2202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2202F; }
p { color: rgb(242,32,47); }
H1.HeaderClassName
{
color: #F2202F;
}
.AnyTagClassName
{
color: #F2202F;
}
</style>
background-color css
<style>
a { background-color: #F2202F; }
a { background-color: rgb(242,32,47); }
div.DivClassName
{
background-color: #F2202F;
}
.BgClassName
{
background-color: #F2202F;
}
</style>
border-color css
<style>
span { border-color: #F2202F; }
span { border-color: rgb(242,32,47); }
td.TdClassName
{
border-color: #F2202F;
}
.TagClassName
{
border-color: #F2202F;
}
</style>