Shades of Amaranth #F53845
Tints of Amaranth #F53845
RGB
CMYK
RGB Variations
Color information
#F53845 (or 0xF53845) is known color: Amaranth. HEX triplet: F5, 38 and 45. RGB value is (245,56,69). Sum of RGB (Red+Green+Blue) = 245+56+69=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F53845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53845 is #0AC7BA. Grayscale: #727272. Windows color (decimal): -706491 or 4536565. OLE color: 4536565.
HSL color Cylindrical-coordinate representation of color #F53845: hue angle of 355.87º 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 #F53845 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 69 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.04 |
| HSL | 355.87º | 0.9% | 0.59% | - |
| HSV(B) | 355.87º | 0.77% | 0.96% | - |
| XYZ | 40.14 | 22.67 | 7.89 | - |
| YUV | 113.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 69 | 0 | 0.77 | 0.72 | 0.04 | 355.87 | 0.9 | 0.59 |
| Hex | F5 | 38 | 45 | 0 | 4D | 48 | 4 | 164 | 5A | 3B |
| Octal | 365 | 70 | 105 | 0 | 115 | 110 | 4 | 544 | 132 | 73 |
| Binary | 11110101 | 111000 | 1000101 | 0 | 1001101 | 1001000 | 100 | 101100100 | 1011010 | 111011 |
Color Harmonies of #F53845
Complementary color
Monochromatic Colors of #F53845
Black with #F53845
Text Example
Text Example
White with #F53845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53845; }
p { color: rgb(245,56,69); }
H1.HeaderClassName
{
color: #F53845;
}
.AnyTagClassName
{
color: #F53845;
}
</style>
background-color css
<style>
a { background-color: #F53845; }
a { background-color: rgb(245,56,69); }
div.DivClassName
{
background-color: #F53845;
}
.BgClassName
{
background-color: #F53845;
}
</style>
border-color css
<style>
span { border-color: #F53845; }
span { border-color: rgb(245,56,69); }
td.TdClassName
{
border-color: #F53845;
}
.TagClassName
{
border-color: #F53845;
}
</style>