Shades of Alizarin #F72F3A
Tints of Alizarin #F72F3A
RGB
CMYK
RGB Variations
Color information
#F72F3A (or 0xF72F3A) is known color: Alizarin. HEX triplet: F7, 2F and 3A. RGB value is (247,47,58). Sum of RGB (Red+Green+Blue) = 247+47+58=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72F3A is #08D0C5. Grayscale: #6C6C6C. Windows color (decimal): -577734 or 3813367. OLE color: 3813367.
HSL color Cylindrical-coordinate representation of color #F72F3A: hue angle of 356.7º 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 #F72F3A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 58 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.03 |
| HSL | 356.7º | 0.93% | 0.58% | - |
| HSV(B) | 356.7º | 0.81% | 0.97% | - |
| XYZ | 40.14 | 22.11 | 6.16 | - |
| YUV | 108.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 58 | 0 | 0.81 | 0.77 | 0.03 | 356.7 | 0.93 | 0.58 |
| Hex | F7 | 2F | 3A | 0 | 51 | 4D | 3 | 165 | 5D | 3A |
| Octal | 367 | 57 | 72 | 0 | 121 | 115 | 3 | 545 | 135 | 72 |
| Binary | 11110111 | 101111 | 111010 | 0 | 1010001 | 1001101 | 11 | 101100101 | 1011101 | 111010 |
Color Harmonies of #F72F3A
Complementary color
Monochromatic Colors of #F72F3A
Black with #F72F3A
Text Example
Text Example
White with #F72F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F3A; }
p { color: rgb(247,47,58); }
H1.HeaderClassName
{
color: #F72F3A;
}
.AnyTagClassName
{
color: #F72F3A;
}
</style>
background-color css
<style>
a { background-color: #F72F3A; }
a { background-color: rgb(247,47,58); }
div.DivClassName
{
background-color: #F72F3A;
}
.BgClassName
{
background-color: #F72F3A;
}
</style>
border-color css
<style>
span { border-color: #F72F3A; }
span { border-color: rgb(247,47,58); }
td.TdClassName
{
border-color: #F72F3A;
}
.TagClassName
{
border-color: #F72F3A;
}
</style>