Shades of Alizarin #F72A40
Tints of Alizarin #F72A40
RGB
CMYK
RGB Variations
Color information
#F72A40 (or 0xF72A40) is known color: Alizarin. HEX triplet: F7, 2A and 40. RGB value is (247,42,64). Sum of RGB (Red+Green+Blue) = 247+42+64=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72A40 is #08D5BF. Grayscale: #696969. Windows color (decimal): -579008 or 4205303. OLE color: 4205303.
HSL color Cylindrical-coordinate representation of color #F72A40: hue angle of 353.56º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72A40 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 64 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.03 |
| HSL | 353.56º | 0.93% | 0.57% | - |
| HSV(B) | 353.56º | 0.83% | 0.97% | - |
| XYZ | 40.11 | 21.8 | 6.94 | - |
| YUV | 105.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 64 | 0 | 0.83 | 0.74 | 0.03 | 353.56 | 0.93 | 0.57 |
| Hex | F7 | 2A | 40 | 0 | 53 | 4A | 3 | 162 | 5D | 39 |
| Octal | 367 | 52 | 100 | 0 | 123 | 112 | 3 | 542 | 135 | 71 |
| Binary | 11110111 | 101010 | 1000000 | 0 | 1010011 | 1001010 | 11 | 101100010 | 1011101 | 111001 |
Color Harmonies of #F72A40
Complementary color
Monochromatic Colors of #F72A40
Black with #F72A40
Text Example
Text Example
White with #F72A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72A40; }
p { color: rgb(247,42,64); }
H1.HeaderClassName
{
color: #F72A40;
}
.AnyTagClassName
{
color: #F72A40;
}
</style>
background-color css
<style>
a { background-color: #F72A40; }
a { background-color: rgb(247,42,64); }
div.DivClassName
{
background-color: #F72A40;
}
.BgClassName
{
background-color: #F72A40;
}
</style>
border-color css
<style>
span { border-color: #F72A40; }
span { border-color: rgb(247,42,64); }
td.TdClassName
{
border-color: #F72A40;
}
.TagClassName
{
border-color: #F72A40;
}
</style>