Shades of Alizarin #F73140
Tints of Alizarin #F73140
RGB
CMYK
RGB Variations
Color information
#F73140 (or 0xF73140) is known color: Alizarin. HEX triplet: F7, 31 and 40. RGB value is (247,49,64). Sum of RGB (Red+Green+Blue) = 247+49+64=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F73140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73140 is #08CEBF. Grayscale: #6E6E6E. Windows color (decimal): -577216 or 4207095. OLE color: 4207095.
HSL color Cylindrical-coordinate representation of color #F73140: hue angle of 355.45º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73140 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 64 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.03 |
| HSL | 355.45º | 0.93% | 0.58% | - |
| HSV(B) | 355.45º | 0.8% | 0.97% | - |
| XYZ | 40.38 | 22.34 | 7.03 | - |
| YUV | 109.91 | 102.1 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 64 | 0 | 0.80 | 0.74 | 0.03 | 355.45 | 0.93 | 0.58 |
| Hex | F7 | 31 | 40 | 0 | 50 | 4A | 3 | 163 | 5D | 3A |
| Octal | 367 | 61 | 100 | 0 | 120 | 112 | 3 | 543 | 135 | 72 |
| Binary | 11110111 | 110001 | 1000000 | 0 | 1010000 | 1001010 | 11 | 101100011 | 1011101 | 111010 |
Color Harmonies of #F73140
Complementary color
Monochromatic Colors of #F73140
Black with #F73140
Text Example
Text Example
White with #F73140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73140; }
p { color: rgb(247,49,64); }
H1.HeaderClassName
{
color: #F73140;
}
.AnyTagClassName
{
color: #F73140;
}
</style>
background-color css
<style>
a { background-color: #F73140; }
a { background-color: rgb(247,49,64); }
div.DivClassName
{
background-color: #F73140;
}
.BgClassName
{
background-color: #F73140;
}
</style>
border-color css
<style>
span { border-color: #F73140; }
span { border-color: rgb(247,49,64); }
td.TdClassName
{
border-color: #F73140;
}
.TagClassName
{
border-color: #F73140;
}
</style>