Shades of Alizarin #F5293F
Tints of Alizarin #F5293F
RGB
CMYK
RGB Variations
Color information
#F5293F (or 0xF5293F) is known color: Alizarin. HEX triplet: F5, 29 and 3F. RGB value is (245,41,63). Sum of RGB (Red+Green+Blue) = 245+41+63=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F5293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5293F is #0AD6C0. Grayscale: #686868. Windows color (decimal): -710337 or 4139509. OLE color: 4139509.
HSL color Cylindrical-coordinate representation of color #F5293F: hue angle of 353.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5293F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 63 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.04 |
| HSL | 353.53º | 0.91% | 0.56% | - |
| HSV(B) | 353.53º | 0.83% | 0.96% | - |
| XYZ | 39.35 | 21.36 | 6.75 | - |
| YUV | 104.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 63 | 0 | 0.83 | 0.74 | 0.04 | 353.53 | 0.91 | 0.56 |
| Hex | F5 | 29 | 3F | 0 | 53 | 4A | 4 | 162 | 5B | 38 |
| Octal | 365 | 51 | 77 | 0 | 123 | 112 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 101001 | 111111 | 0 | 1010011 | 1001010 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5293F
Complementary color
Monochromatic Colors of #F5293F
Black with #F5293F
Text Example
Text Example
White with #F5293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5293F; }
p { color: rgb(245,41,63); }
H1.HeaderClassName
{
color: #F5293F;
}
.AnyTagClassName
{
color: #F5293F;
}
</style>
background-color css
<style>
a { background-color: #F5293F; }
a { background-color: rgb(245,41,63); }
div.DivClassName
{
background-color: #F5293F;
}
.BgClassName
{
background-color: #F5293F;
}
</style>
border-color css
<style>
span { border-color: #F5293F; }
span { border-color: rgb(245,41,63); }
td.TdClassName
{
border-color: #F5293F;
}
.TagClassName
{
border-color: #F5293F;
}
</style>