Shades of Alizarin #F0313D
Tints of Alizarin #F0313D
RGB
CMYK
RGB Variations
Color information
#F0313D (or 0xF0313D) is known color: Alizarin. HEX triplet: F0, 31 and 3D. RGB value is (240,49,61). Sum of RGB (Red+Green+Blue) = 240+49+61=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0313D is #0FCEC2. Grayscale: #6B6B6B. Windows color (decimal): -1035971 or 4010480. OLE color: 4010480.
HSL color Cylindrical-coordinate representation of color #F0313D: hue angle of 356.23º 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 #F0313D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 61 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.06 |
| HSL | 356.23º | 0.86% | 0.57% | - |
| HSV(B) | 356.23º | 0.8% | 0.94% | - |
| XYZ | 37.88 | 21.06 | 6.48 | - |
| YUV | 107.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 61 | 0 | 0.80 | 0.75 | 0.06 | 356.23 | 0.86 | 0.57 |
| Hex | F0 | 31 | 3D | 0 | 50 | 4B | 6 | 164 | 56 | 39 |
| Octal | 360 | 61 | 75 | 0 | 120 | 113 | 6 | 544 | 126 | 71 |
| Binary | 11110000 | 110001 | 111101 | 0 | 1010000 | 1001011 | 110 | 101100100 | 1010110 | 111001 |
Color Harmonies of #F0313D
Complementary color
Monochromatic Colors of #F0313D
Black with #F0313D
Text Example
Text Example
White with #F0313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0313D; }
p { color: rgb(240,49,61); }
H1.HeaderClassName
{
color: #F0313D;
}
.AnyTagClassName
{
color: #F0313D;
}
</style>
background-color css
<style>
a { background-color: #F0313D; }
a { background-color: rgb(240,49,61); }
div.DivClassName
{
background-color: #F0313D;
}
.BgClassName
{
background-color: #F0313D;
}
</style>
border-color css
<style>
span { border-color: #F0313D; }
span { border-color: rgb(240,49,61); }
td.TdClassName
{
border-color: #F0313D;
}
.TagClassName
{
border-color: #F0313D;
}
</style>