Shades of Alizarin #F72F3E
Tints of Alizarin #F72F3E
RGB
CMYK
RGB Variations
Color information
#F72F3E (or 0xF72F3E) is known color: Alizarin. HEX triplet: F7, 2F and 3E. RGB value is (247,47,62). Sum of RGB (Red+Green+Blue) = 247+47+62=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72F3E is #08D0C1. Grayscale: #6C6C6C. Windows color (decimal): -577730 or 4075511. OLE color: 4075511.
HSL color Cylindrical-coordinate representation of color #F72F3E: hue angle of 355.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F3E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 62 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.03 |
| HSL | 355.5º | 0.93% | 0.58% | - |
| HSV(B) | 355.5º | 0.81% | 0.97% | - |
| XYZ | 40.24 | 22.15 | 6.71 | - |
| YUV | 108.51 | 101.76 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 62 | 0 | 0.81 | 0.75 | 0.03 | 355.5 | 0.93 | 0.58 |
| Hex | F7 | 2F | 3E | 0 | 51 | 4B | 3 | 164 | 5D | 3A |
| Octal | 367 | 57 | 76 | 0 | 121 | 113 | 3 | 544 | 135 | 72 |
| Binary | 11110111 | 101111 | 111110 | 0 | 1010001 | 1001011 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F72F3E
Complementary color
Monochromatic Colors of #F72F3E
Black with #F72F3E
Text Example
Text Example
White with #F72F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F3E; }
p { color: rgb(247,47,62); }
H1.HeaderClassName
{
color: #F72F3E;
}
.AnyTagClassName
{
color: #F72F3E;
}
</style>
background-color css
<style>
a { background-color: #F72F3E; }
a { background-color: rgb(247,47,62); }
div.DivClassName
{
background-color: #F72F3E;
}
.BgClassName
{
background-color: #F72F3E;
}
</style>
border-color css
<style>
span { border-color: #F72F3E; }
span { border-color: rgb(247,47,62); }
td.TdClassName
{
border-color: #F72F3E;
}
.TagClassName
{
border-color: #F72F3E;
}
</style>