Shades of Alizarin #F5293B
Tints of Alizarin #F5293B
RGB
CMYK
RGB Variations
Color information
#F5293B (or 0xF5293B) is known color: Alizarin. HEX triplet: F5, 29 and 3B. RGB value is (245,41,59). Sum of RGB (Red+Green+Blue) = 245+41+59=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5293B is #0AD6C4. Grayscale: #686868. Windows color (decimal): -710341 or 3877365. OLE color: 3877365.
HSL color Cylindrical-coordinate representation of color #F5293B: hue angle of 354.71º 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 #F5293B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 354.71º | 0.91% | 0.56% | - |
| HSV(B) | 354.71º | 0.83% | 0.96% | - |
| XYZ | 39.24 | 21.31 | 6.18 | - |
| YUV | 104.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 59 | 0 | 0.83 | 0.76 | 0.04 | 354.71 | 0.91 | 0.56 |
| Hex | F5 | 29 | 3B | 0 | 53 | 4C | 4 | 163 | 5B | 38 |
| Octal | 365 | 51 | 73 | 0 | 123 | 114 | 4 | 543 | 133 | 70 |
| Binary | 11110101 | 101001 | 111011 | 0 | 1010011 | 1001100 | 100 | 101100011 | 1011011 | 111000 |
Color Harmonies of #F5293B
Complementary color
Monochromatic Colors of #F5293B
Black with #F5293B
Text Example
Text Example
White with #F5293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5293B; }
p { color: rgb(245,41,59); }
H1.HeaderClassName
{
color: #F5293B;
}
.AnyTagClassName
{
color: #F5293B;
}
</style>
background-color css
<style>
a { background-color: #F5293B; }
a { background-color: rgb(245,41,59); }
div.DivClassName
{
background-color: #F5293B;
}
.BgClassName
{
background-color: #F5293B;
}
</style>
border-color css
<style>
span { border-color: #F5293B; }
span { border-color: rgb(245,41,59); }
td.TdClassName
{
border-color: #F5293B;
}
.TagClassName
{
border-color: #F5293B;
}
</style>