Shades of Alizarin #F5393F
Tints of Alizarin #F5393F
RGB
CMYK
RGB Variations
Color information
#F5393F (or 0xF5393F) is known color: Alizarin. HEX triplet: F5, 39 and 3F. RGB value is (245,57,63). Sum of RGB (Red+Green+Blue) = 245+57+63=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F5393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5393F is #0AC6C0. Grayscale: #727272. Windows color (decimal): -706241 or 4143605. OLE color: 4143605.
HSL color Cylindrical-coordinate representation of color #F5393F: hue angle of 358.09º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5393F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.04 |
| HSL | 358.09º | 0.9% | 0.59% | - |
| HSV(B) | 358.09º | 0.77% | 0.96% | - |
| XYZ | 40.02 | 22.7 | 6.97 | - |
| YUV | 113.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 63 | 0 | 0.77 | 0.74 | 0.04 | 358.09 | 0.9 | 0.59 |
| Hex | F5 | 39 | 3F | 0 | 4D | 4A | 4 | 166 | 5A | 3B |
| Octal | 365 | 71 | 77 | 0 | 115 | 112 | 4 | 546 | 132 | 73 |
| Binary | 11110101 | 111001 | 111111 | 0 | 1001101 | 1001010 | 100 | 101100110 | 1011010 | 111011 |
Color Harmonies of #F5393F
Complementary color
Monochromatic Colors of #F5393F
Black with #F5393F
Text Example
Text Example
White with #F5393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5393F; }
p { color: rgb(245,57,63); }
H1.HeaderClassName
{
color: #F5393F;
}
.AnyTagClassName
{
color: #F5393F;
}
</style>
background-color css
<style>
a { background-color: #F5393F; }
a { background-color: rgb(245,57,63); }
div.DivClassName
{
background-color: #F5393F;
}
.BgClassName
{
background-color: #F5393F;
}
</style>
border-color css
<style>
span { border-color: #F5393F; }
span { border-color: rgb(245,57,63); }
td.TdClassName
{
border-color: #F5393F;
}
.TagClassName
{
border-color: #F5393F;
}
</style>