Shades of Amaranth #F7194F
Tints of Amaranth #F7194F
RGB
CMYK
RGB Variations
Color information
#F7194F (or 0xF7194F) is known color: Amaranth. HEX triplet: F7, 19 and 4F. RGB value is (247,25,79). Sum of RGB (Red+Green+Blue) = 247+25+79=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F7194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7194F is #08E6B0. Grayscale: #616161. Windows color (decimal): -583345 or 5183991. OLE color: 5183991.
HSL color Cylindrical-coordinate representation of color #F7194F: hue angle of 345.41º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7194F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 79 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.03 |
| HSL | 345.41º | 0.93% | 0.53% | - |
| HSV(B) | 345.41º | 0.9% | 0.97% | - |
| XYZ | 40.12 | 21.03 | 9.34 | - |
| YUV | 97.53 | 117.55 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 79 | 0 | 0.90 | 0.68 | 0.03 | 345.41 | 0.93 | 0.53 |
| Hex | F7 | 19 | 4F | 0 | 5A | 44 | 3 | 159 | 5D | 35 |
| Octal | 367 | 31 | 117 | 0 | 132 | 104 | 3 | 531 | 135 | 65 |
| Binary | 11110111 | 11001 | 1001111 | 0 | 1011010 | 1000100 | 11 | 101011001 | 1011101 | 110101 |
Color Harmonies of #F7194F
Complementary color
Monochromatic Colors of #F7194F
Black with #F7194F
Text Example
Text Example
White with #F7194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7194F; }
p { color: rgb(247,25,79); }
H1.HeaderClassName
{
color: #F7194F;
}
.AnyTagClassName
{
color: #F7194F;
}
</style>
background-color css
<style>
a { background-color: #F7194F; }
a { background-color: rgb(247,25,79); }
div.DivClassName
{
background-color: #F7194F;
}
.BgClassName
{
background-color: #F7194F;
}
</style>
border-color css
<style>
span { border-color: #F7194F; }
span { border-color: rgb(247,25,79); }
td.TdClassName
{
border-color: #F7194F;
}
.TagClassName
{
border-color: #F7194F;
}
</style>