Shades of Alizarin #F73B3F
Tints of Alizarin #F73B3F
RGB
CMYK
RGB Variations
Color information
#F73B3F (or 0xF73B3F) is known color: Alizarin. HEX triplet: F7, 3B and 3F. RGB value is (247,59,63). Sum of RGB (Red+Green+Blue) = 247+59+63=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73B3F is #08C4C0. Grayscale: #737373. Windows color (decimal): -574657 or 4144119. OLE color: 4144119.
HSL color Cylindrical-coordinate representation of color #F73B3F: hue angle of 358.72º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73B3F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 63 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.03 |
| HSL | 358.72º | 0.92% | 0.6% | - |
| HSV(B) | 358.72º | 0.76% | 0.97% | - |
| XYZ | 40.82 | 23.26 | 7.04 | - |
| YUV | 115.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 63 | 0 | 0.76 | 0.74 | 0.03 | 358.72 | 0.92 | 0.6 |
| Hex | F7 | 3B | 3F | 0 | 4C | 4A | 3 | 167 | 5C | 3C |
| Octal | 367 | 73 | 77 | 0 | 114 | 112 | 3 | 547 | 134 | 74 |
| Binary | 11110111 | 111011 | 111111 | 0 | 1001100 | 1001010 | 11 | 101100111 | 1011100 | 111100 |
Color Harmonies of #F73B3F
Complementary color
Monochromatic Colors of #F73B3F
Black with #F73B3F
Text Example
Text Example
White with #F73B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73B3F; }
p { color: rgb(247,59,63); }
H1.HeaderClassName
{
color: #F73B3F;
}
.AnyTagClassName
{
color: #F73B3F;
}
</style>
background-color css
<style>
a { background-color: #F73B3F; }
a { background-color: rgb(247,59,63); }
div.DivClassName
{
background-color: #F73B3F;
}
.BgClassName
{
background-color: #F73B3F;
}
</style>
border-color css
<style>
span { border-color: #F73B3F; }
span { border-color: rgb(247,59,63); }
td.TdClassName
{
border-color: #F73B3F;
}
.TagClassName
{
border-color: #F73B3F;
}
</style>