Shades of Alizarin #F72940
Tints of Alizarin #F72940
RGB
CMYK
RGB Variations
Color information
#F72940 (or 0xF72940) is known color: Alizarin. HEX triplet: F7, 29 and 40. RGB value is (247,41,64). Sum of RGB (Red+Green+Blue) = 247+41+64=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F72940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72940 is #08D6BF. Grayscale: #696969. Windows color (decimal): -579264 or 4205047. OLE color: 4205047.
HSL color Cylindrical-coordinate representation of color #F72940: hue angle of 353.3º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72940 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 64 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.03 |
| HSL | 353.3º | 0.93% | 0.56% | - |
| HSV(B) | 353.3º | 0.83% | 0.97% | - |
| XYZ | 40.08 | 21.73 | 6.93 | - |
| YUV | 105.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 64 | 0 | 0.83 | 0.74 | 0.03 | 353.3 | 0.93 | 0.56 |
| Hex | F7 | 29 | 40 | 0 | 53 | 4A | 3 | 161 | 5D | 38 |
| Octal | 367 | 51 | 100 | 0 | 123 | 112 | 3 | 541 | 135 | 70 |
| Binary | 11110111 | 101001 | 1000000 | 0 | 1010011 | 1001010 | 11 | 101100001 | 1011101 | 111000 |
Color Harmonies of #F72940
Complementary color
Monochromatic Colors of #F72940
Black with #F72940
Text Example
Text Example
White with #F72940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72940; }
p { color: rgb(247,41,64); }
H1.HeaderClassName
{
color: #F72940;
}
.AnyTagClassName
{
color: #F72940;
}
</style>
background-color css
<style>
a { background-color: #F72940; }
a { background-color: rgb(247,41,64); }
div.DivClassName
{
background-color: #F72940;
}
.BgClassName
{
background-color: #F72940;
}
</style>
border-color css
<style>
span { border-color: #F72940; }
span { border-color: rgb(247,41,64); }
td.TdClassName
{
border-color: #F72940;
}
.TagClassName
{
border-color: #F72940;
}
</style>