Shades of Amaranth #F53C46
Tints of Amaranth #F53C46
RGB
CMYK
RGB Variations
Color information
#F53C46 (or 0xF53C46) is known color: Amaranth. HEX triplet: F5, 3C and 46. RGB value is (245,60,70). Sum of RGB (Red+Green+Blue) = 245+60+70=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53C46 is #0AC3B9. Grayscale: #747474. Windows color (decimal): -705466 or 4603125. OLE color: 4603125.
HSL color Cylindrical-coordinate representation of color #F53C46: hue angle of 356.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53C46 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 70 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.04 |
| HSL | 356.76º | 0.9% | 0.6% | - |
| HSV(B) | 356.76º | 0.76% | 0.96% | - |
| XYZ | 40.38 | 23.09 | 8.12 | - |
| YUV | 116.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 70 | 0 | 0.76 | 0.71 | 0.04 | 356.76 | 0.9 | 0.6 |
| Hex | F5 | 3C | 46 | 0 | 4C | 47 | 4 | 165 | 5A | 3C |
| Octal | 365 | 74 | 106 | 0 | 114 | 107 | 4 | 545 | 132 | 74 |
| Binary | 11110101 | 111100 | 1000110 | 0 | 1001100 | 1000111 | 100 | 101100101 | 1011010 | 111100 |
Color Harmonies of #F53C46
Complementary color
Monochromatic Colors of #F53C46
Black with #F53C46
Text Example
Text Example
White with #F53C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53C46; }
p { color: rgb(245,60,70); }
H1.HeaderClassName
{
color: #F53C46;
}
.AnyTagClassName
{
color: #F53C46;
}
</style>
background-color css
<style>
a { background-color: #F53C46; }
a { background-color: rgb(245,60,70); }
div.DivClassName
{
background-color: #F53C46;
}
.BgClassName
{
background-color: #F53C46;
}
</style>
border-color css
<style>
span { border-color: #F53C46; }
span { border-color: rgb(245,60,70); }
td.TdClassName
{
border-color: #F53C46;
}
.TagClassName
{
border-color: #F53C46;
}
</style>