Shades of Amaranth #F7294C
Tints of Amaranth #F7294C
RGB
CMYK
RGB Variations
Color information
#F7294C (or 0xF7294C) is known color: Amaranth. HEX triplet: F7, 29 and 4C. RGB value is (247,41,76). Sum of RGB (Red+Green+Blue) = 247+41+76=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7294C is #08D6B3. Grayscale: #6A6A6A. Windows color (decimal): -579252 or 4991479. OLE color: 4991479.
HSL color Cylindrical-coordinate representation of color #F7294C: hue angle of 349.81º 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 #F7294C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 76 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.03 |
| HSL | 349.81º | 0.93% | 0.56% | - |
| HSV(B) | 349.81º | 0.83% | 0.97% | - |
| XYZ | 40.46 | 21.88 | 8.93 | - |
| YUV | 106.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 76 | 0 | 0.83 | 0.69 | 0.03 | 349.81 | 0.93 | 0.56 |
| Hex | F7 | 29 | 4C | 0 | 53 | 45 | 3 | 15E | 5D | 38 |
| Octal | 367 | 51 | 114 | 0 | 123 | 105 | 3 | 536 | 135 | 70 |
| Binary | 11110111 | 101001 | 1001100 | 0 | 1010011 | 1000101 | 11 | 101011110 | 1011101 | 111000 |
Color Harmonies of #F7294C
Complementary color
Monochromatic Colors of #F7294C
Black with #F7294C
Text Example
Text Example
White with #F7294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7294C; }
p { color: rgb(247,41,76); }
H1.HeaderClassName
{
color: #F7294C;
}
.AnyTagClassName
{
color: #F7294C;
}
</style>
background-color css
<style>
a { background-color: #F7294C; }
a { background-color: rgb(247,41,76); }
div.DivClassName
{
background-color: #F7294C;
}
.BgClassName
{
background-color: #F7294C;
}
</style>
border-color css
<style>
span { border-color: #F7294C; }
span { border-color: rgb(247,41,76); }
td.TdClassName
{
border-color: #F7294C;
}
.TagClassName
{
border-color: #F7294C;
}
</style>