Shades of Amaranth #F72146
Tints of Amaranth #F72146
RGB
CMYK
RGB Variations
Color information
#F72146 (or 0xF72146) is known color: Amaranth. HEX triplet: F7, 21 and 46. RGB value is (247,33,70). Sum of RGB (Red+Green+Blue) = 247+33+70=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F72146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72146 is #08DEB9. Grayscale: #656565. Windows color (decimal): -581306 or 4596215. OLE color: 4596215.
HSL color Cylindrical-coordinate representation of color #F72146: hue angle of 349.63º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72146 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 70 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.03 |
| HSL | 349.63º | 0.93% | 0.55% | - |
| HSV(B) | 349.63º | 0.87% | 0.97% | - |
| XYZ | 40.01 | 21.3 | 7.8 | - |
| YUV | 101.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 70 | 0 | 0.87 | 0.72 | 0.03 | 349.63 | 0.93 | 0.55 |
| Hex | F7 | 21 | 46 | 0 | 57 | 48 | 3 | 15E | 5D | 37 |
| Octal | 367 | 41 | 106 | 0 | 127 | 110 | 3 | 536 | 135 | 67 |
| Binary | 11110111 | 100001 | 1000110 | 0 | 1010111 | 1001000 | 11 | 101011110 | 1011101 | 110111 |
Color Harmonies of #F72146
Complementary color
Monochromatic Colors of #F72146
Black with #F72146
Text Example
Text Example
White with #F72146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72146; }
p { color: rgb(247,33,70); }
H1.HeaderClassName
{
color: #F72146;
}
.AnyTagClassName
{
color: #F72146;
}
</style>
background-color css
<style>
a { background-color: #F72146; }
a { background-color: rgb(247,33,70); }
div.DivClassName
{
background-color: #F72146;
}
.BgClassName
{
background-color: #F72146;
}
</style>
border-color css
<style>
span { border-color: #F72146; }
span { border-color: rgb(247,33,70); }
td.TdClassName
{
border-color: #F72146;
}
.TagClassName
{
border-color: #F72146;
}
</style>