Shades of Alizarin #F72C3A
Tints of Alizarin #F72C3A
RGB
CMYK
RGB Variations
Color information
#F72C3A (or 0xF72C3A) is known color: Alizarin. HEX triplet: F7, 2C and 3A. RGB value is (247,44,58). Sum of RGB (Red+Green+Blue) = 247+44+58=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C3A is #08D3C5. Grayscale: #6A6A6A. Windows color (decimal): -578502 or 3812599. OLE color: 3812599.
HSL color Cylindrical-coordinate representation of color #F72C3A: hue angle of 355.86º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72C3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.03 |
| HSL | 355.86º | 0.93% | 0.57% | - |
| HSV(B) | 355.86º | 0.82% | 0.97% | - |
| XYZ | 40.02 | 21.88 | 6.12 | - |
| YUV | 106.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 58 | 0 | 0.82 | 0.77 | 0.03 | 355.86 | 0.93 | 0.57 |
| Hex | F7 | 2C | 3A | 0 | 52 | 4D | 3 | 164 | 5D | 39 |
| Octal | 367 | 54 | 72 | 0 | 122 | 115 | 3 | 544 | 135 | 71 |
| Binary | 11110111 | 101100 | 111010 | 0 | 1010010 | 1001101 | 11 | 101100100 | 1011101 | 111001 |
Color Harmonies of #F72C3A
Complementary color
Monochromatic Colors of #F72C3A
Black with #F72C3A
Text Example
Text Example
White with #F72C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C3A; }
p { color: rgb(247,44,58); }
H1.HeaderClassName
{
color: #F72C3A;
}
.AnyTagClassName
{
color: #F72C3A;
}
</style>
background-color css
<style>
a { background-color: #F72C3A; }
a { background-color: rgb(247,44,58); }
div.DivClassName
{
background-color: #F72C3A;
}
.BgClassName
{
background-color: #F72C3A;
}
</style>
border-color css
<style>
span { border-color: #F72C3A; }
span { border-color: rgb(247,44,58); }
td.TdClassName
{
border-color: #F72C3A;
}
.TagClassName
{
border-color: #F72C3A;
}
</style>