Shades of Alizarin #F02940
Tints of Alizarin #F02940
RGB
CMYK
RGB Variations
Color information
#F02940 (or 0xF02940) is known color: Alizarin. HEX triplet: F0, 29 and 40. RGB value is (240,41,64). Sum of RGB (Red+Green+Blue) = 240+41+64=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F02940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02940 is #0FD6BF. Grayscale: #676767. Windows color (decimal): -1038016 or 4205040. OLE color: 4205040.
HSL color Cylindrical-coordinate representation of color #F02940: hue angle of 353.07º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02940 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 64 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.06 |
| HSL | 353.07º | 0.87% | 0.55% | - |
| HSV(B) | 353.07º | 0.83% | 0.94% | - |
| XYZ | 37.65 | 20.48 | 6.82 | - |
| YUV | 103.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 64 | 0 | 0.83 | 0.73 | 0.06 | 353.07 | 0.87 | 0.55 |
| Hex | F0 | 29 | 40 | 0 | 53 | 49 | 6 | 161 | 57 | 37 |
| Octal | 360 | 51 | 100 | 0 | 123 | 111 | 6 | 541 | 127 | 67 |
| Binary | 11110000 | 101001 | 1000000 | 0 | 1010011 | 1001001 | 110 | 101100001 | 1010111 | 110111 |
Color Harmonies of #F02940
Complementary color
Monochromatic Colors of #F02940
Black with #F02940
Text Example
Text Example
White with #F02940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02940; }
p { color: rgb(240,41,64); }
H1.HeaderClassName
{
color: #F02940;
}
.AnyTagClassName
{
color: #F02940;
}
</style>
background-color css
<style>
a { background-color: #F02940; }
a { background-color: rgb(240,41,64); }
div.DivClassName
{
background-color: #F02940;
}
.BgClassName
{
background-color: #F02940;
}
</style>
border-color css
<style>
span { border-color: #F02940; }
span { border-color: rgb(240,41,64); }
td.TdClassName
{
border-color: #F02940;
}
.TagClassName
{
border-color: #F02940;
}
</style>