Shades of Amaranth #F7294E
Tints of Amaranth #F7294E
RGB
CMYK
RGB Variations
Color information
#F7294E (or 0xF7294E) is known color: Amaranth. HEX triplet: F7, 29 and 4E. RGB value is (247,41,78). Sum of RGB (Red+Green+Blue) = 247+41+78=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F7294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7294E is #08D6B1. Grayscale: #6A6A6A. Windows color (decimal): -579250 or 5122551. OLE color: 5122551.
HSL color Cylindrical-coordinate representation of color #F7294E: hue angle of 349.22º 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 #F7294E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 78 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.03 |
| HSL | 349.22º | 0.93% | 0.56% | - |
| HSV(B) | 349.22º | 0.83% | 0.97% | - |
| XYZ | 40.53 | 21.91 | 9.3 | - |
| YUV | 106.81 | 111.75 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 78 | 0 | 0.83 | 0.68 | 0.03 | 349.22 | 0.93 | 0.56 |
| Hex | F7 | 29 | 4E | 0 | 53 | 44 | 3 | 15D | 5D | 38 |
| Octal | 367 | 51 | 116 | 0 | 123 | 104 | 3 | 535 | 135 | 70 |
| Binary | 11110111 | 101001 | 1001110 | 0 | 1010011 | 1000100 | 11 | 101011101 | 1011101 | 111000 |
Color Harmonies of #F7294E
Complementary color
Monochromatic Colors of #F7294E
Black with #F7294E
Text Example
Text Example
White with #F7294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7294E; }
p { color: rgb(247,41,78); }
H1.HeaderClassName
{
color: #F7294E;
}
.AnyTagClassName
{
color: #F7294E;
}
</style>
background-color css
<style>
a { background-color: #F7294E; }
a { background-color: rgb(247,41,78); }
div.DivClassName
{
background-color: #F7294E;
}
.BgClassName
{
background-color: #F7294E;
}
</style>
border-color css
<style>
span { border-color: #F7294E; }
span { border-color: rgb(247,41,78); }
td.TdClassName
{
border-color: #F7294E;
}
.TagClassName
{
border-color: #F7294E;
}
</style>