Shades of Amaranth #F72E4D
Tints of Amaranth #F72E4D
RGB
CMYK
RGB Variations
Color information
#F72E4D (or 0xF72E4D) is known color: Amaranth. HEX triplet: F7, 2E and 4D. RGB value is (247,46,77). Sum of RGB (Red+Green+Blue) = 247+46+77=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72E4D is #08D1B2. Grayscale: #6D6D6D. Windows color (decimal): -577971 or 5058295. OLE color: 5058295.
HSL color Cylindrical-coordinate representation of color #F72E4D: hue angle of 350.75º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72E4D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 46 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.03 |
| HSL | 350.75º | 0.93% | 0.57% | - |
| HSV(B) | 350.75º | 0.81% | 0.97% | - |
| XYZ | 40.67 | 22.26 | 9.17 | - |
| YUV | 109.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 46 | 77 | 0 | 0.81 | 0.69 | 0.03 | 350.75 | 0.93 | 0.57 |
| Hex | F7 | 2E | 4D | 0 | 51 | 45 | 3 | 15F | 5D | 39 |
| Octal | 367 | 56 | 115 | 0 | 121 | 105 | 3 | 537 | 135 | 71 |
| Binary | 11110111 | 101110 | 1001101 | 0 | 1010001 | 1000101 | 11 | 101011111 | 1011101 | 111001 |
Color Harmonies of #F72E4D
Complementary color
Monochromatic Colors of #F72E4D
Black with #F72E4D
Text Example
Text Example
White with #F72E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72E4D; }
p { color: rgb(247,46,77); }
H1.HeaderClassName
{
color: #F72E4D;
}
.AnyTagClassName
{
color: #F72E4D;
}
</style>
background-color css
<style>
a { background-color: #F72E4D; }
a { background-color: rgb(247,46,77); }
div.DivClassName
{
background-color: #F72E4D;
}
.BgClassName
{
background-color: #F72E4D;
}
</style>
border-color css
<style>
span { border-color: #F72E4D; }
span { border-color: rgb(247,46,77); }
td.TdClassName
{
border-color: #F72E4D;
}
.TagClassName
{
border-color: #F72E4D;
}
</style>