Shades of Alizarin #F73041
Tints of Alizarin #F73041
RGB
CMYK
RGB Variations
Color information
#F73041 (or 0xF73041) is known color: Alizarin. HEX triplet: F7, 30 and 41. RGB value is (247,48,65). Sum of RGB (Red+Green+Blue) = 247+48+65=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F73041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73041 is #08CFBE. Grayscale: #6D6D6D. Windows color (decimal): -577471 or 4272375. OLE color: 4272375.
HSL color Cylindrical-coordinate representation of color #F73041: hue angle of 354.87º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73041 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 65 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.03 |
| HSL | 354.87º | 0.93% | 0.58% | - |
| HSV(B) | 354.87º | 0.81% | 0.97% | - |
| XYZ | 40.37 | 22.27 | 7.17 | - |
| YUV | 109.44 | 102.93 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 65 | 0 | 0.81 | 0.74 | 0.03 | 354.87 | 0.93 | 0.58 |
| Hex | F7 | 30 | 41 | 0 | 51 | 4A | 3 | 163 | 5D | 3A |
| Octal | 367 | 60 | 101 | 0 | 121 | 112 | 3 | 543 | 135 | 72 |
| Binary | 11110111 | 110000 | 1000001 | 0 | 1010001 | 1001010 | 11 | 101100011 | 1011101 | 111010 |
Color Harmonies of #F73041
Complementary color
Monochromatic Colors of #F73041
Black with #F73041
Text Example
Text Example
White with #F73041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73041; }
p { color: rgb(247,48,65); }
H1.HeaderClassName
{
color: #F73041;
}
.AnyTagClassName
{
color: #F73041;
}
</style>
background-color css
<style>
a { background-color: #F73041; }
a { background-color: rgb(247,48,65); }
div.DivClassName
{
background-color: #F73041;
}
.BgClassName
{
background-color: #F73041;
}
</style>
border-color css
<style>
span { border-color: #F73041; }
span { border-color: rgb(247,48,65); }
td.TdClassName
{
border-color: #F73041;
}
.TagClassName
{
border-color: #F73041;
}
</style>