Shades of Alizarin #F72A3E
Tints of Alizarin #F72A3E
RGB
CMYK
RGB Variations
Color information
#F72A3E (or 0xF72A3E) is known color: Alizarin. HEX triplet: F7, 2A and 3E. RGB value is (247,42,62). Sum of RGB (Red+Green+Blue) = 247+42+62=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72A3E is #08D5C1. Grayscale: #696969. Windows color (decimal): -579010 or 4074231. OLE color: 4074231.
HSL color Cylindrical-coordinate representation of color #F72A3E: hue angle of 354.15º 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 #F72A3E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 62 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.03 |
| HSL | 354.15º | 0.93% | 0.57% | - |
| HSV(B) | 354.15º | 0.83% | 0.97% | - |
| XYZ | 40.06 | 21.78 | 6.65 | - |
| YUV | 105.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 62 | 0 | 0.83 | 0.75 | 0.03 | 354.15 | 0.93 | 0.57 |
| Hex | F7 | 2A | 3E | 0 | 53 | 4B | 3 | 162 | 5D | 39 |
| Octal | 367 | 52 | 76 | 0 | 123 | 113 | 3 | 542 | 135 | 71 |
| Binary | 11110111 | 101010 | 111110 | 0 | 1010011 | 1001011 | 11 | 101100010 | 1011101 | 111001 |
Color Harmonies of #F72A3E
Complementary color
Monochromatic Colors of #F72A3E
Black with #F72A3E
Text Example
Text Example
White with #F72A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72A3E; }
p { color: rgb(247,42,62); }
H1.HeaderClassName
{
color: #F72A3E;
}
.AnyTagClassName
{
color: #F72A3E;
}
</style>
background-color css
<style>
a { background-color: #F72A3E; }
a { background-color: rgb(247,42,62); }
div.DivClassName
{
background-color: #F72A3E;
}
.BgClassName
{
background-color: #F72A3E;
}
</style>
border-color css
<style>
span { border-color: #F72A3E; }
span { border-color: rgb(247,42,62); }
td.TdClassName
{
border-color: #F72A3E;
}
.TagClassName
{
border-color: #F72A3E;
}
</style>