Shades of Alizarin #F0313C
Tints of Alizarin #F0313C
RGB
CMYK
RGB Variations
Color information
#F0313C (or 0xF0313C) is known color: Alizarin. HEX triplet: F0, 31 and 3C. RGB value is (240,49,60). Sum of RGB (Red+Green+Blue) = 240+49+60=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0313C is #0FCEC3. Grayscale: #6B6B6B. Windows color (decimal): -1035972 or 3944944. OLE color: 3944944.
HSL color Cylindrical-coordinate representation of color #F0313C: hue angle of 356.54º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0313C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 60 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.06 |
| HSL | 356.54º | 0.86% | 0.57% | - |
| HSV(B) | 356.54º | 0.8% | 0.94% | - |
| XYZ | 37.85 | 21.05 | 6.34 | - |
| YUV | 107.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 60 | 0 | 0.80 | 0.75 | 0.06 | 356.54 | 0.86 | 0.57 |
| Hex | F0 | 31 | 3C | 0 | 50 | 4B | 6 | 165 | 56 | 39 |
| Octal | 360 | 61 | 74 | 0 | 120 | 113 | 6 | 545 | 126 | 71 |
| Binary | 11110000 | 110001 | 111100 | 0 | 1010000 | 1001011 | 110 | 101100101 | 1010110 | 111001 |
Color Harmonies of #F0313C
Complementary color
Monochromatic Colors of #F0313C
Black with #F0313C
Text Example
Text Example
White with #F0313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0313C; }
p { color: rgb(240,49,60); }
H1.HeaderClassName
{
color: #F0313C;
}
.AnyTagClassName
{
color: #F0313C;
}
</style>
background-color css
<style>
a { background-color: #F0313C; }
a { background-color: rgb(240,49,60); }
div.DivClassName
{
background-color: #F0313C;
}
.BgClassName
{
background-color: #F0313C;
}
</style>
border-color css
<style>
span { border-color: #F0313C; }
span { border-color: rgb(240,49,60); }
td.TdClassName
{
border-color: #F0313C;
}
.TagClassName
{
border-color: #F0313C;
}
</style>