Shades of Amaranth #F72949
Tints of Amaranth #F72949
RGB
CMYK
RGB Variations
Color information
#F72949 (or 0xF72949) is known color: Amaranth. HEX triplet: F7, 29 and 49. RGB value is (247,41,73). Sum of RGB (Red+Green+Blue) = 247+41+73=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F72949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72949 is #08D6B6. Grayscale: #6A6A6A. Windows color (decimal): -579255 or 4794871. OLE color: 4794871.
HSL color Cylindrical-coordinate representation of color #F72949: hue angle of 350.68º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72949 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 73 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.03 |
| HSL | 350.68º | 0.93% | 0.56% | - |
| HSV(B) | 350.68º | 0.83% | 0.97% | - |
| XYZ | 40.35 | 21.84 | 8.39 | - |
| YUV | 106.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 73 | 0 | 0.83 | 0.70 | 0.03 | 350.68 | 0.93 | 0.56 |
| Hex | F7 | 29 | 49 | 0 | 53 | 46 | 3 | 15F | 5D | 38 |
| Octal | 367 | 51 | 111 | 0 | 123 | 106 | 3 | 537 | 135 | 70 |
| Binary | 11110111 | 101001 | 1001001 | 0 | 1010011 | 1000110 | 11 | 101011111 | 1011101 | 111000 |
Color Harmonies of #F72949
Complementary color
Monochromatic Colors of #F72949
Black with #F72949
Text Example
Text Example
White with #F72949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72949; }
p { color: rgb(247,41,73); }
H1.HeaderClassName
{
color: #F72949;
}
.AnyTagClassName
{
color: #F72949;
}
</style>
background-color css
<style>
a { background-color: #F72949; }
a { background-color: rgb(247,41,73); }
div.DivClassName
{
background-color: #F72949;
}
.BgClassName
{
background-color: #F72949;
}
</style>
border-color css
<style>
span { border-color: #F72949; }
span { border-color: rgb(247,41,73); }
td.TdClassName
{
border-color: #F72949;
}
.TagClassName
{
border-color: #F72949;
}
</style>