Shades of Alizarin #F0313F
Tints of Alizarin #F0313F
RGB
CMYK
RGB Variations
Color information
#F0313F (or 0xF0313F) is known color: Alizarin. HEX triplet: F0, 31 and 3F. RGB value is (240,49,63). Sum of RGB (Red+Green+Blue) = 240+49+63=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0313F is #0FCEC0. Grayscale: #6B6B6B. Windows color (decimal): -1035969 or 4141552. OLE color: 4141552.
HSL color Cylindrical-coordinate representation of color #F0313F: hue angle of 355.6º 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 #F0313F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 63 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.06 |
| HSL | 355.6º | 0.86% | 0.57% | - |
| HSV(B) | 355.6º | 0.8% | 0.94% | - |
| XYZ | 37.93 | 21.08 | 6.77 | - |
| YUV | 107.71 | 102.78 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 63 | 0 | 0.80 | 0.74 | 0.06 | 355.6 | 0.86 | 0.57 |
| Hex | F0 | 31 | 3F | 0 | 50 | 4A | 6 | 164 | 56 | 39 |
| Octal | 360 | 61 | 77 | 0 | 120 | 112 | 6 | 544 | 126 | 71 |
| Binary | 11110000 | 110001 | 111111 | 0 | 1010000 | 1001010 | 110 | 101100100 | 1010110 | 111001 |
Color Harmonies of #F0313F
Complementary color
Monochromatic Colors of #F0313F
Black with #F0313F
Text Example
Text Example
White with #F0313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0313F; }
p { color: rgb(240,49,63); }
H1.HeaderClassName
{
color: #F0313F;
}
.AnyTagClassName
{
color: #F0313F;
}
</style>
background-color css
<style>
a { background-color: #F0313F; }
a { background-color: rgb(240,49,63); }
div.DivClassName
{
background-color: #F0313F;
}
.BgClassName
{
background-color: #F0313F;
}
</style>
border-color css
<style>
span { border-color: #F0313F; }
span { border-color: rgb(240,49,63); }
td.TdClassName
{
border-color: #F0313F;
}
.TagClassName
{
border-color: #F0313F;
}
</style>