Shades of Amaranth #F53844
Tints of Amaranth #F53844
RGB
CMYK
RGB Variations
Color information
#F53844 (or 0xF53844) is known color: Amaranth. HEX triplet: F5, 38 and 44. RGB value is (245,56,68). Sum of RGB (Red+Green+Blue) = 245+56+68=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F53844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53844 is #0AC7BB. Grayscale: #727272. Windows color (decimal): -706492 or 4471029. OLE color: 4471029.
HSL color Cylindrical-coordinate representation of color #F53844: hue angle of 356.19º 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 #F53844 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 68 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.04 |
| HSL | 356.19º | 0.9% | 0.59% | - |
| HSV(B) | 356.19º | 0.77% | 0.96% | - |
| XYZ | 40.11 | 22.66 | 7.73 | - |
| YUV | 113.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 68 | 0 | 0.77 | 0.72 | 0.04 | 356.19 | 0.9 | 0.59 |
| Hex | F5 | 38 | 44 | 0 | 4D | 48 | 4 | 164 | 5A | 3B |
| Octal | 365 | 70 | 104 | 0 | 115 | 110 | 4 | 544 | 132 | 73 |
| Binary | 11110101 | 111000 | 1000100 | 0 | 1001101 | 1001000 | 100 | 101100100 | 1011010 | 111011 |
Color Harmonies of #F53844
Complementary color
Monochromatic Colors of #F53844
Black with #F53844
Text Example
Text Example
White with #F53844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53844; }
p { color: rgb(245,56,68); }
H1.HeaderClassName
{
color: #F53844;
}
.AnyTagClassName
{
color: #F53844;
}
</style>
background-color css
<style>
a { background-color: #F53844; }
a { background-color: rgb(245,56,68); }
div.DivClassName
{
background-color: #F53844;
}
.BgClassName
{
background-color: #F53844;
}
</style>
border-color css
<style>
span { border-color: #F53844; }
span { border-color: rgb(245,56,68); }
td.TdClassName
{
border-color: #F53844;
}
.TagClassName
{
border-color: #F53844;
}
</style>