Shades of Amaranth #F53843
Tints of Amaranth #F53843
RGB
CMYK
RGB Variations
Color information
#F53843 (or 0xF53843) is known color: Amaranth. HEX triplet: F5, 38 and 43. RGB value is (245,56,67). Sum of RGB (Red+Green+Blue) = 245+56+67=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F53843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53843 is #0AC7BC. Grayscale: #717171. Windows color (decimal): -706493 or 4405493. OLE color: 4405493.
HSL color Cylindrical-coordinate representation of color #F53843: hue angle of 356.51º 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 #F53843 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 67 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.04 |
| HSL | 356.51º | 0.9% | 0.59% | - |
| HSV(B) | 356.51º | 0.77% | 0.96% | - |
| XYZ | 40.08 | 22.65 | 7.57 | - |
| YUV | 113.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 67 | 0 | 0.77 | 0.73 | 0.04 | 356.51 | 0.9 | 0.59 |
| Hex | F5 | 38 | 43 | 0 | 4D | 49 | 4 | 165 | 5A | 3B |
| Octal | 365 | 70 | 103 | 0 | 115 | 111 | 4 | 545 | 132 | 73 |
| Binary | 11110101 | 111000 | 1000011 | 0 | 1001101 | 1001001 | 100 | 101100101 | 1011010 | 111011 |
Color Harmonies of #F53843
Complementary color
Monochromatic Colors of #F53843
Black with #F53843
Text Example
Text Example
White with #F53843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53843; }
p { color: rgb(245,56,67); }
H1.HeaderClassName
{
color: #F53843;
}
.AnyTagClassName
{
color: #F53843;
}
</style>
background-color css
<style>
a { background-color: #F53843; }
a { background-color: rgb(245,56,67); }
div.DivClassName
{
background-color: #F53843;
}
.BgClassName
{
background-color: #F53843;
}
</style>
border-color css
<style>
span { border-color: #F53843; }
span { border-color: rgb(245,56,67); }
td.TdClassName
{
border-color: #F53843;
}
.TagClassName
{
border-color: #F53843;
}
</style>