Shades of Amaranth #F53046
Tints of Amaranth #F53046
RGB
CMYK
RGB Variations
Color information
#F53046 (or 0xF53046) is known color: Amaranth. HEX triplet: F5, 30 and 46. RGB value is (245,48,70). Sum of RGB (Red+Green+Blue) = 245+48+70=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F53046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53046 is #0ACFB9. Grayscale: #6D6D6D. Windows color (decimal): -708538 or 4600053. OLE color: 4600053.
HSL color Cylindrical-coordinate representation of color #F53046: hue angle of 353.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53046 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 70 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.04 |
| HSL | 353.3º | 0.91% | 0.57% | - |
| HSV(B) | 353.3º | 0.8% | 0.96% | - |
| XYZ | 39.82 | 21.97 | 7.94 | - |
| YUV | 109.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 70 | 0 | 0.80 | 0.71 | 0.04 | 353.3 | 0.91 | 0.57 |
| Hex | F5 | 30 | 46 | 0 | 50 | 47 | 4 | 161 | 5B | 39 |
| Octal | 365 | 60 | 106 | 0 | 120 | 107 | 4 | 541 | 133 | 71 |
| Binary | 11110101 | 110000 | 1000110 | 0 | 1010000 | 1000111 | 100 | 101100001 | 1011011 | 111001 |
Color Harmonies of #F53046
Complementary color
Monochromatic Colors of #F53046
Black with #F53046
Text Example
Text Example
White with #F53046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53046; }
p { color: rgb(245,48,70); }
H1.HeaderClassName
{
color: #F53046;
}
.AnyTagClassName
{
color: #F53046;
}
</style>
background-color css
<style>
a { background-color: #F53046; }
a { background-color: rgb(245,48,70); }
div.DivClassName
{
background-color: #F53046;
}
.BgClassName
{
background-color: #F53046;
}
</style>
border-color css
<style>
span { border-color: #F53046; }
span { border-color: rgb(245,48,70); }
td.TdClassName
{
border-color: #F53046;
}
.TagClassName
{
border-color: #F53046;
}
</style>