Shades of Alizarin #F2313C
Tints of Alizarin #F2313C
RGB
CMYK
RGB Variations
Color information
#F2313C (or 0xF2313C) is known color: Alizarin. HEX triplet: F2, 31 and 3C. RGB value is (242,49,60). Sum of RGB (Red+Green+Blue) = 242+49+60=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2313C is #0DCEC3. Grayscale: #6C6C6C. Windows color (decimal): -904900 or 3944946. OLE color: 3944946.
HSL color Cylindrical-coordinate representation of color #F2313C: hue angle of 356.58º 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 #F2313C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 60 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.05 |
| HSL | 356.58º | 0.88% | 0.57% | - |
| HSV(B) | 356.58º | 0.8% | 0.95% | - |
| XYZ | 38.53 | 21.4 | 6.37 | - |
| YUV | 107.96 | 100.94 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 60 | 0 | 0.80 | 0.75 | 0.05 | 356.58 | 0.88 | 0.57 |
| Hex | F2 | 31 | 3C | 0 | 50 | 4B | 5 | 165 | 58 | 39 |
| Octal | 362 | 61 | 74 | 0 | 120 | 113 | 5 | 545 | 130 | 71 |
| Binary | 11110010 | 110001 | 111100 | 0 | 1010000 | 1001011 | 101 | 101100101 | 1011000 | 111001 |
Color Harmonies of #F2313C
Complementary color
Monochromatic Colors of #F2313C
Black with #F2313C
Text Example
Text Example
White with #F2313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2313C; }
p { color: rgb(242,49,60); }
H1.HeaderClassName
{
color: #F2313C;
}
.AnyTagClassName
{
color: #F2313C;
}
</style>
background-color css
<style>
a { background-color: #F2313C; }
a { background-color: rgb(242,49,60); }
div.DivClassName
{
background-color: #F2313C;
}
.BgClassName
{
background-color: #F2313C;
}
</style>
border-color css
<style>
span { border-color: #F2313C; }
span { border-color: rgb(242,49,60); }
td.TdClassName
{
border-color: #F2313C;
}
.TagClassName
{
border-color: #F2313C;
}
</style>