Shades of Amaranth #F52546
Tints of Amaranth #F52546
RGB
CMYK
RGB Variations
Color information
#F52546 (or 0xF52546) is known color: Amaranth. HEX triplet: F5, 25 and 46. RGB value is (245,37,70). Sum of RGB (Red+Green+Blue) = 245+37+70=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F52546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52546 is #0ADAB9. Grayscale: #676767. Windows color (decimal): -711354 or 4597237. OLE color: 4597237.
HSL color Cylindrical-coordinate representation of color #F52546: hue angle of 350.48º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52546 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 70 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.04 |
| HSL | 350.48º | 0.91% | 0.55% | - |
| HSV(B) | 350.48º | 0.85% | 0.96% | - |
| XYZ | 39.42 | 21.18 | 7.8 | - |
| YUV | 102.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 70 | 0 | 0.85 | 0.71 | 0.04 | 350.48 | 0.91 | 0.55 |
| Hex | F5 | 25 | 46 | 0 | 55 | 47 | 4 | 15E | 5B | 37 |
| Octal | 365 | 45 | 106 | 0 | 125 | 107 | 4 | 536 | 133 | 67 |
| Binary | 11110101 | 100101 | 1000110 | 0 | 1010101 | 1000111 | 100 | 101011110 | 1011011 | 110111 |
Color Harmonies of #F52546
Complementary color
Monochromatic Colors of #F52546
Black with #F52546
Text Example
Text Example
White with #F52546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52546; }
p { color: rgb(245,37,70); }
H1.HeaderClassName
{
color: #F52546;
}
.AnyTagClassName
{
color: #F52546;
}
</style>
background-color css
<style>
a { background-color: #F52546; }
a { background-color: rgb(245,37,70); }
div.DivClassName
{
background-color: #F52546;
}
.BgClassName
{
background-color: #F52546;
}
</style>
border-color css
<style>
span { border-color: #F52546; }
span { border-color: rgb(245,37,70); }
td.TdClassName
{
border-color: #F52546;
}
.TagClassName
{
border-color: #F52546;
}
</style>