Shades of Alizarin #F5293C
Tints of Alizarin #F5293C
RGB
CMYK
RGB Variations
Color information
#F5293C (or 0xF5293C) is known color: Alizarin. HEX triplet: F5, 29 and 3C. RGB value is (245,41,60). Sum of RGB (Red+Green+Blue) = 245+41+60=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5293C is #0AD6C3. Grayscale: #686868. Windows color (decimal): -710340 or 3942901. OLE color: 3942901.
HSL color Cylindrical-coordinate representation of color #F5293C: hue angle of 354.41º 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 #F5293C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 60 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.04 |
| HSL | 354.41º | 0.91% | 0.56% | - |
| HSV(B) | 354.41º | 0.83% | 0.96% | - |
| XYZ | 39.26 | 21.32 | 6.32 | - |
| YUV | 104.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 60 | 0 | 0.83 | 0.76 | 0.04 | 354.41 | 0.91 | 0.56 |
| Hex | F5 | 29 | 3C | 0 | 53 | 4C | 4 | 162 | 5B | 38 |
| Octal | 365 | 51 | 74 | 0 | 123 | 114 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 101001 | 111100 | 0 | 1010011 | 1001100 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5293C
Complementary color
Monochromatic Colors of #F5293C
Black with #F5293C
Text Example
Text Example
White with #F5293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5293C; }
p { color: rgb(245,41,60); }
H1.HeaderClassName
{
color: #F5293C;
}
.AnyTagClassName
{
color: #F5293C;
}
</style>
background-color css
<style>
a { background-color: #F5293C; }
a { background-color: rgb(245,41,60); }
div.DivClassName
{
background-color: #F5293C;
}
.BgClassName
{
background-color: #F5293C;
}
</style>
border-color css
<style>
span { border-color: #F5293C; }
span { border-color: rgb(245,41,60); }
td.TdClassName
{
border-color: #F5293C;
}
.TagClassName
{
border-color: #F5293C;
}
</style>