Shades of Alizarin #F72D3A
Tints of Alizarin #F72D3A
RGB
CMYK
RGB Variations
Color information
#F72D3A (or 0xF72D3A) is known color: Alizarin. HEX triplet: F7, 2D and 3A. RGB value is (247,45,58). Sum of RGB (Red+Green+Blue) = 247+45+58=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D3A is #08D2C5. Grayscale: #6B6B6B. Windows color (decimal): -578246 or 3812855. OLE color: 3812855.
HSL color Cylindrical-coordinate representation of color #F72D3A: hue angle of 356.14º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72D3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.03 |
| HSL | 356.14º | 0.93% | 0.57% | - |
| HSV(B) | 356.14º | 0.82% | 0.97% | - |
| XYZ | 40.06 | 21.96 | 6.13 | - |
| YUV | 106.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 58 | 0 | 0.82 | 0.77 | 0.03 | 356.14 | 0.93 | 0.57 |
| Hex | F7 | 2D | 3A | 0 | 52 | 4D | 3 | 164 | 5D | 39 |
| Octal | 367 | 55 | 72 | 0 | 122 | 115 | 3 | 544 | 135 | 71 |
| Binary | 11110111 | 101101 | 111010 | 0 | 1010010 | 1001101 | 11 | 101100100 | 1011101 | 111001 |
Color Harmonies of #F72D3A
Complementary color
Monochromatic Colors of #F72D3A
Black with #F72D3A
Text Example
Text Example
White with #F72D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D3A; }
p { color: rgb(247,45,58); }
H1.HeaderClassName
{
color: #F72D3A;
}
.AnyTagClassName
{
color: #F72D3A;
}
</style>
background-color css
<style>
a { background-color: #F72D3A; }
a { background-color: rgb(247,45,58); }
div.DivClassName
{
background-color: #F72D3A;
}
.BgClassName
{
background-color: #F72D3A;
}
</style>
border-color css
<style>
span { border-color: #F72D3A; }
span { border-color: rgb(247,45,58); }
td.TdClassName
{
border-color: #F72D3A;
}
.TagClassName
{
border-color: #F72D3A;
}
</style>