Shades of Alizarin #F72E3C
Tints of Alizarin #F72E3C
RGB
CMYK
RGB Variations
Color information
#F72E3C (or 0xF72E3C) is known color: Alizarin. HEX triplet: F7, 2E and 3C. RGB value is (247,46,60). Sum of RGB (Red+Green+Blue) = 247+46+60=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72E3C is #08D1C3. Grayscale: #6B6B6B. Windows color (decimal): -577988 or 3944183. OLE color: 3944183.
HSL color Cylindrical-coordinate representation of color #F72E3C: hue angle of 355.82º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72E3C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 46 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.03 |
| HSL | 355.82º | 0.93% | 0.57% | - |
| HSV(B) | 355.82º | 0.81% | 0.97% | - |
| XYZ | 40.15 | 22.05 | 6.42 | - |
| YUV | 107.7 | 101.09 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 46 | 60 | 0 | 0.81 | 0.76 | 0.03 | 355.82 | 0.93 | 0.57 |
| Hex | F7 | 2E | 3C | 0 | 51 | 4C | 3 | 164 | 5D | 39 |
| Octal | 367 | 56 | 74 | 0 | 121 | 114 | 3 | 544 | 135 | 71 |
| Binary | 11110111 | 101110 | 111100 | 0 | 1010001 | 1001100 | 11 | 101100100 | 1011101 | 111001 |
Color Harmonies of #F72E3C
Complementary color
Monochromatic Colors of #F72E3C
Black with #F72E3C
Text Example
Text Example
White with #F72E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72E3C; }
p { color: rgb(247,46,60); }
H1.HeaderClassName
{
color: #F72E3C;
}
.AnyTagClassName
{
color: #F72E3C;
}
</style>
background-color css
<style>
a { background-color: #F72E3C; }
a { background-color: rgb(247,46,60); }
div.DivClassName
{
background-color: #F72E3C;
}
.BgClassName
{
background-color: #F72E3C;
}
</style>
border-color css
<style>
span { border-color: #F72E3C; }
span { border-color: rgb(247,46,60); }
td.TdClassName
{
border-color: #F72E3C;
}
.TagClassName
{
border-color: #F72E3C;
}
</style>