Shades of Amaranth #F53749
Tints of Amaranth #F53749
RGB
CMYK
RGB Variations
Color information
#F53749 (or 0xF53749) is known color: Amaranth. HEX triplet: F5, 37 and 49. RGB value is (245,55,73). Sum of RGB (Red+Green+Blue) = 245+55+73=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F53749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53749 is #0AC8B6. Grayscale: #717171. Windows color (decimal): -706743 or 4798453. OLE color: 4798453.
HSL color Cylindrical-coordinate representation of color #F53749: hue angle of 354.32º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53749 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 73 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.04 |
| HSL | 354.32º | 0.9% | 0.59% | - |
| HSV(B) | 354.32º | 0.78% | 0.96% | - |
| XYZ | 40.22 | 22.63 | 8.55 | - |
| YUV | 113.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 73 | 0 | 0.78 | 0.70 | 0.04 | 354.32 | 0.9 | 0.59 |
| Hex | F5 | 37 | 49 | 0 | 4E | 46 | 4 | 162 | 5A | 3B |
| Octal | 365 | 67 | 111 | 0 | 116 | 106 | 4 | 542 | 132 | 73 |
| Binary | 11110101 | 110111 | 1001001 | 0 | 1001110 | 1000110 | 100 | 101100010 | 1011010 | 111011 |
Color Harmonies of #F53749
Complementary color
Monochromatic Colors of #F53749
Black with #F53749
Text Example
Text Example
White with #F53749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53749; }
p { color: rgb(245,55,73); }
H1.HeaderClassName
{
color: #F53749;
}
.AnyTagClassName
{
color: #F53749;
}
</style>
background-color css
<style>
a { background-color: #F53749; }
a { background-color: rgb(245,55,73); }
div.DivClassName
{
background-color: #F53749;
}
.BgClassName
{
background-color: #F53749;
}
</style>
border-color css
<style>
span { border-color: #F53749; }
span { border-color: rgb(245,55,73); }
td.TdClassName
{
border-color: #F53749;
}
.TagClassName
{
border-color: #F53749;
}
</style>