Shades of Amaranth #F72F4D
Tints of Amaranth #F72F4D
RGB
CMYK
RGB Variations
Color information
#F72F4D (or 0xF72F4D) is known color: Amaranth. HEX triplet: F7, 2F and 4D. RGB value is (247,47,77). Sum of RGB (Red+Green+Blue) = 247+47+77=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72F4D is #08D0B2. Grayscale: #6E6E6E. Windows color (decimal): -577715 or 5058551. OLE color: 5058551.
HSL color Cylindrical-coordinate representation of color #F72F4D: hue angle of 351º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F4D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.03 |
| HSL | 351º | 0.93% | 0.58% | - |
| HSV(B) | 351º | 0.81% | 0.97% | - |
| XYZ | 40.71 | 22.34 | 9.19 | - |
| YUV | 110.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 77 | 0 | 0.81 | 0.69 | 0.03 | 351 | 0.93 | 0.58 |
| Hex | F7 | 2F | 4D | 0 | 51 | 45 | 3 | 15F | 5D | 3A |
| Octal | 367 | 57 | 115 | 0 | 121 | 105 | 3 | 537 | 135 | 72 |
| Binary | 11110111 | 101111 | 1001101 | 0 | 1010001 | 1000101 | 11 | 101011111 | 1011101 | 111010 |
Color Harmonies of #F72F4D
Complementary color
Monochromatic Colors of #F72F4D
Black with #F72F4D
Text Example
Text Example
White with #F72F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F4D; }
p { color: rgb(247,47,77); }
H1.HeaderClassName
{
color: #F72F4D;
}
.AnyTagClassName
{
color: #F72F4D;
}
</style>
background-color css
<style>
a { background-color: #F72F4D; }
a { background-color: rgb(247,47,77); }
div.DivClassName
{
background-color: #F72F4D;
}
.BgClassName
{
background-color: #F72F4D;
}
</style>
border-color css
<style>
span { border-color: #F72F4D; }
span { border-color: rgb(247,47,77); }
td.TdClassName
{
border-color: #F72F4D;
}
.TagClassName
{
border-color: #F72F4D;
}
</style>