Shades of Alizarin #F2293B
Tints of Alizarin #F2293B
RGB
CMYK
RGB Variations
Color information
#F2293B (or 0xF2293B) is known color: Alizarin. HEX triplet: F2, 29 and 3B. RGB value is (242,41,59). Sum of RGB (Red+Green+Blue) = 242+41+59=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2293B is #0DD6C4. Grayscale: #676767. Windows color (decimal): -906949 or 3877362. OLE color: 3877362.
HSL color Cylindrical-coordinate representation of color #F2293B: hue angle of 354.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2293B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.05 |
| HSL | 354.63º | 0.89% | 0.55% | - |
| HSV(B) | 354.63º | 0.83% | 0.95% | - |
| XYZ | 38.2 | 20.78 | 6.14 | - |
| YUV | 103.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 59 | 0 | 0.83 | 0.76 | 0.05 | 354.63 | 0.89 | 0.55 |
| Hex | F2 | 29 | 3B | 0 | 53 | 4C | 5 | 163 | 59 | 37 |
| Octal | 362 | 51 | 73 | 0 | 123 | 114 | 5 | 543 | 131 | 67 |
| Binary | 11110010 | 101001 | 111011 | 0 | 1010011 | 1001100 | 101 | 101100011 | 1011001 | 110111 |
Color Harmonies of #F2293B
Complementary color
Monochromatic Colors of #F2293B
Black with #F2293B
Text Example
Text Example
White with #F2293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2293B; }
p { color: rgb(242,41,59); }
H1.HeaderClassName
{
color: #F2293B;
}
.AnyTagClassName
{
color: #F2293B;
}
</style>
background-color css
<style>
a { background-color: #F2293B; }
a { background-color: rgb(242,41,59); }
div.DivClassName
{
background-color: #F2293B;
}
.BgClassName
{
background-color: #F2293B;
}
</style>
border-color css
<style>
span { border-color: #F2293B; }
span { border-color: rgb(242,41,59); }
td.TdClassName
{
border-color: #F2293B;
}
.TagClassName
{
border-color: #F2293B;
}
</style>