Shades of Alizarin #F2313B
Tints of Alizarin #F2313B
RGB
CMYK
RGB Variations
Color information
#F2313B (or 0xF2313B) is known color: Alizarin. HEX triplet: F2, 31 and 3B. RGB value is (242,49,59). Sum of RGB (Red+Green+Blue) = 242+49+59=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2313B is #0DCEC4. Grayscale: #6B6B6B. Windows color (decimal): -904901 or 3879410. OLE color: 3879410.
HSL color Cylindrical-coordinate representation of color #F2313B: hue angle of 356.89º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2313B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.05 |
| HSL | 356.89º | 0.88% | 0.57% | - |
| HSV(B) | 356.89º | 0.8% | 0.95% | - |
| XYZ | 38.51 | 21.39 | 6.24 | - |
| YUV | 107.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 59 | 0 | 0.80 | 0.76 | 0.05 | 356.89 | 0.88 | 0.57 |
| Hex | F2 | 31 | 3B | 0 | 50 | 4C | 5 | 165 | 58 | 39 |
| Octal | 362 | 61 | 73 | 0 | 120 | 114 | 5 | 545 | 130 | 71 |
| Binary | 11110010 | 110001 | 111011 | 0 | 1010000 | 1001100 | 101 | 101100101 | 1011000 | 111001 |
Color Harmonies of #F2313B
Complementary color
Monochromatic Colors of #F2313B
Black with #F2313B
Text Example
Text Example
White with #F2313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2313B; }
p { color: rgb(242,49,59); }
H1.HeaderClassName
{
color: #F2313B;
}
.AnyTagClassName
{
color: #F2313B;
}
</style>
background-color css
<style>
a { background-color: #F2313B; }
a { background-color: rgb(242,49,59); }
div.DivClassName
{
background-color: #F2313B;
}
.BgClassName
{
background-color: #F2313B;
}
</style>
border-color css
<style>
span { border-color: #F2313B; }
span { border-color: rgb(242,49,59); }
td.TdClassName
{
border-color: #F2313B;
}
.TagClassName
{
border-color: #F2313B;
}
</style>