Shades of Alizarin #F73640
Tints of Alizarin #F73640
RGB
CMYK
RGB Variations
Color information
#F73640 (or 0xF73640) is known color: Alizarin. HEX triplet: F7, 36 and 40. RGB value is (247,54,64). Sum of RGB (Red+Green+Blue) = 247+54+64=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F73640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73640 is #08C9BF. Grayscale: #717171. Windows color (decimal): -575936 or 4208375. OLE color: 4208375.
HSL color Cylindrical-coordinate representation of color #F73640: hue angle of 356.89º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F73640 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 64 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.03 |
| HSL | 356.89º | 0.92% | 0.59% | - |
| HSV(B) | 356.89º | 0.78% | 0.97% | - |
| XYZ | 40.6 | 22.78 | 7.11 | - |
| YUV | 112.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 64 | 0 | 0.78 | 0.74 | 0.03 | 356.89 | 0.92 | 0.59 |
| Hex | F7 | 36 | 40 | 0 | 4E | 4A | 3 | 165 | 5C | 3B |
| Octal | 367 | 66 | 100 | 0 | 116 | 112 | 3 | 545 | 134 | 73 |
| Binary | 11110111 | 110110 | 1000000 | 0 | 1001110 | 1001010 | 11 | 101100101 | 1011100 | 111011 |
Color Harmonies of #F73640
Complementary color
Monochromatic Colors of #F73640
Black with #F73640
Text Example
Text Example
White with #F73640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73640; }
p { color: rgb(247,54,64); }
H1.HeaderClassName
{
color: #F73640;
}
.AnyTagClassName
{
color: #F73640;
}
</style>
background-color css
<style>
a { background-color: #F73640; }
a { background-color: rgb(247,54,64); }
div.DivClassName
{
background-color: #F73640;
}
.BgClassName
{
background-color: #F73640;
}
</style>
border-color css
<style>
span { border-color: #F73640; }
span { border-color: rgb(247,54,64); }
td.TdClassName
{
border-color: #F73640;
}
.TagClassName
{
border-color: #F73640;
}
</style>