Shades of Alizarin #F72242
Tints of Alizarin #F72242
RGB
CMYK
RGB Variations
Color information
#F72242 (or 0xF72242) is known color: Alizarin. HEX triplet: F7, 22 and 42. RGB value is (247,34,66). Sum of RGB (Red+Green+Blue) = 247+34+66=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F72242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72242 is #08DDBD. Grayscale: #656565. Windows color (decimal): -581054 or 4334327. OLE color: 4334327.
HSL color Cylindrical-coordinate representation of color #F72242: hue angle of 350.99º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F72242 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.03 |
| HSL | 350.99º | 0.93% | 0.55% | - |
| HSV(B) | 350.99º | 0.86% | 0.97% | - |
| XYZ | 39.91 | 21.31 | 7.16 | - |
| YUV | 101.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 66 | 0 | 0.86 | 0.73 | 0.03 | 350.99 | 0.93 | 0.55 |
| Hex | F7 | 22 | 42 | 0 | 56 | 49 | 3 | 15F | 5D | 37 |
| Octal | 367 | 42 | 102 | 0 | 126 | 111 | 3 | 537 | 135 | 67 |
| Binary | 11110111 | 100010 | 1000010 | 0 | 1010110 | 1001001 | 11 | 101011111 | 1011101 | 110111 |
Color Harmonies of #F72242
Complementary color
Monochromatic Colors of #F72242
Black with #F72242
Text Example
Text Example
White with #F72242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72242; }
p { color: rgb(247,34,66); }
H1.HeaderClassName
{
color: #F72242;
}
.AnyTagClassName
{
color: #F72242;
}
</style>
background-color css
<style>
a { background-color: #F72242; }
a { background-color: rgb(247,34,66); }
div.DivClassName
{
background-color: #F72242;
}
.BgClassName
{
background-color: #F72242;
}
</style>
border-color css
<style>
span { border-color: #F72242; }
span { border-color: rgb(247,34,66); }
td.TdClassName
{
border-color: #F72242;
}
.TagClassName
{
border-color: #F72242;
}
</style>