Shades of Alizarin #F7363F
Tints of Alizarin #F7363F
RGB
CMYK
RGB Variations
Color information
#F7363F (or 0xF7363F) is known color: Alizarin. HEX triplet: F7, 36 and 3F. RGB value is (247,54,63). Sum of RGB (Red+Green+Blue) = 247+54+63=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7363F is #08C9C0. Grayscale: #707070. Windows color (decimal): -575937 or 4142839. OLE color: 4142839.
HSL color Cylindrical-coordinate representation of color #F7363F: hue angle of 357.2º 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 #F7363F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 63 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.03 |
| HSL | 357.2º | 0.92% | 0.59% | - |
| HSV(B) | 357.2º | 0.78% | 0.97% | - |
| XYZ | 40.57 | 22.77 | 6.96 | - |
| YUV | 112.73 | 99.94 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 63 | 0 | 0.78 | 0.74 | 0.03 | 357.2 | 0.92 | 0.59 |
| Hex | F7 | 36 | 3F | 0 | 4E | 4A | 3 | 165 | 5C | 3B |
| Octal | 367 | 66 | 77 | 0 | 116 | 112 | 3 | 545 | 134 | 73 |
| Binary | 11110111 | 110110 | 111111 | 0 | 1001110 | 1001010 | 11 | 101100101 | 1011100 | 111011 |
Color Harmonies of #F7363F
Complementary color
Monochromatic Colors of #F7363F
Black with #F7363F
Text Example
Text Example
White with #F7363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7363F; }
p { color: rgb(247,54,63); }
H1.HeaderClassName
{
color: #F7363F;
}
.AnyTagClassName
{
color: #F7363F;
}
</style>
background-color css
<style>
a { background-color: #F7363F; }
a { background-color: rgb(247,54,63); }
div.DivClassName
{
background-color: #F7363F;
}
.BgClassName
{
background-color: #F7363F;
}
</style>
border-color css
<style>
span { border-color: #F7363F; }
span { border-color: rgb(247,54,63); }
td.TdClassName
{
border-color: #F7363F;
}
.TagClassName
{
border-color: #F7363F;
}
</style>