Shades of Amaranth #F72845
Tints of Amaranth #F72845
RGB
CMYK
RGB Variations
Color information
#F72845 (or 0xF72845) is known color: Amaranth. HEX triplet: F7, 28 and 45. RGB value is (247,40,69). Sum of RGB (Red+Green+Blue) = 247+40+69=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F72845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72845 is #08D7BA. Grayscale: #696969. Windows color (decimal): -579515 or 4532471. OLE color: 4532471.
HSL color Cylindrical-coordinate representation of color #F72845: hue angle of 351.59º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F72845 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 69 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.03 |
| HSL | 351.59º | 0.93% | 0.56% | - |
| HSV(B) | 351.59º | 0.84% | 0.97% | - |
| XYZ | 40.19 | 21.72 | 7.7 | - |
| YUV | 105.2 | 107.58 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 69 | 0 | 0.84 | 0.72 | 0.03 | 351.59 | 0.93 | 0.56 |
| Hex | F7 | 28 | 45 | 0 | 54 | 48 | 3 | 160 | 5D | 38 |
| Octal | 367 | 50 | 105 | 0 | 124 | 110 | 3 | 540 | 135 | 70 |
| Binary | 11110111 | 101000 | 1000101 | 0 | 1010100 | 1001000 | 11 | 101100000 | 1011101 | 111000 |
Color Harmonies of #F72845
Complementary color
Monochromatic Colors of #F72845
Black with #F72845
Text Example
Text Example
White with #F72845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72845; }
p { color: rgb(247,40,69); }
H1.HeaderClassName
{
color: #F72845;
}
.AnyTagClassName
{
color: #F72845;
}
</style>
background-color css
<style>
a { background-color: #F72845; }
a { background-color: rgb(247,40,69); }
div.DivClassName
{
background-color: #F72845;
}
.BgClassName
{
background-color: #F72845;
}
</style>
border-color css
<style>
span { border-color: #F72845; }
span { border-color: rgb(247,40,69); }
td.TdClassName
{
border-color: #F72845;
}
.TagClassName
{
border-color: #F72845;
}
</style>