Shades of Amaranth #F72546
Tints of Amaranth #F72546
RGB
CMYK
RGB Variations
Color information
#F72546 (or 0xF72546) is known color: Amaranth. HEX triplet: F7, 25 and 46. RGB value is (247,37,70). Sum of RGB (Red+Green+Blue) = 247+37+70=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F72546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72546 is #08DAB9. Grayscale: #676767. Windows color (decimal): -580282 or 4597239. OLE color: 4597239.
HSL color Cylindrical-coordinate representation of color #F72546: hue angle of 350.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72546 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 70 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.03 |
| HSL | 350.57º | 0.93% | 0.56% | - |
| HSV(B) | 350.57º | 0.85% | 0.97% | - |
| XYZ | 40.12 | 21.54 | 7.84 | - |
| YUV | 103.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 70 | 0 | 0.85 | 0.72 | 0.03 | 350.57 | 0.93 | 0.56 |
| Hex | F7 | 25 | 46 | 0 | 55 | 48 | 3 | 15F | 5D | 38 |
| Octal | 367 | 45 | 106 | 0 | 125 | 110 | 3 | 537 | 135 | 70 |
| Binary | 11110111 | 100101 | 1000110 | 0 | 1010101 | 1001000 | 11 | 101011111 | 1011101 | 111000 |
Color Harmonies of #F72546
Complementary color
Monochromatic Colors of #F72546
Black with #F72546
Text Example
Text Example
White with #F72546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72546; }
p { color: rgb(247,37,70); }
H1.HeaderClassName
{
color: #F72546;
}
.AnyTagClassName
{
color: #F72546;
}
</style>
background-color css
<style>
a { background-color: #F72546; }
a { background-color: rgb(247,37,70); }
div.DivClassName
{
background-color: #F72546;
}
.BgClassName
{
background-color: #F72546;
}
</style>
border-color css
<style>
span { border-color: #F72546; }
span { border-color: rgb(247,37,70); }
td.TdClassName
{
border-color: #F72546;
}
.TagClassName
{
border-color: #F72546;
}
</style>