Shades of Alizarin #F02031
Tints of Alizarin #F02031
RGB
CMYK
RGB Variations
Color information
#F02031 (or 0xF02031) is known color: Alizarin. HEX triplet: F0, 20 and 31. RGB value is (240,32,49). Sum of RGB (Red+Green+Blue) = 240+32+49=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F02031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02031 is #0FDFCE. Grayscale: #606060. Windows color (decimal): -1040335 or 3219696. OLE color: 3219696.
HSL color Cylindrical-coordinate representation of color #F02031: hue angle of 355.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02031 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 49 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.06 |
| HSL | 355.1º | 0.87% | 0.53% | - |
| HSV(B) | 355.1º | 0.87% | 0.94% | - |
| XYZ | 37.01 | 19.78 | 4.77 | - |
| YUV | 96.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 49 | 0 | 0.87 | 0.80 | 0.06 | 355.1 | 0.87 | 0.53 |
| Hex | F0 | 20 | 31 | 0 | 57 | 50 | 6 | 163 | 57 | 35 |
| Octal | 360 | 40 | 61 | 0 | 127 | 120 | 6 | 543 | 127 | 65 |
| Binary | 11110000 | 100000 | 110001 | 0 | 1010111 | 1010000 | 110 | 101100011 | 1010111 | 110101 |
Color Harmonies of #F02031
Complementary color
Monochromatic Colors of #F02031
Black with #F02031
Text Example
Text Example
White with #F02031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02031; }
p { color: rgb(240,32,49); }
H1.HeaderClassName
{
color: #F02031;
}
.AnyTagClassName
{
color: #F02031;
}
</style>
background-color css
<style>
a { background-color: #F02031; }
a { background-color: rgb(240,32,49); }
div.DivClassName
{
background-color: #F02031;
}
.BgClassName
{
background-color: #F02031;
}
</style>
border-color css
<style>
span { border-color: #F02031; }
span { border-color: rgb(240,32,49); }
td.TdClassName
{
border-color: #F02031;
}
.TagClassName
{
border-color: #F02031;
}
</style>