Shades of Amaranth #F7204A
Tints of Amaranth #F7204A
RGB
CMYK
RGB Variations
Color information
#F7204A (or 0xF7204A) is known color: Amaranth. HEX triplet: F7, 20 and 4A. RGB value is (247,32,74). Sum of RGB (Red+Green+Blue) = 247+32+74=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F7204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7204A is #08DFB5. Grayscale: #656565. Windows color (decimal): -581558 or 4858103. OLE color: 4858103.
HSL color Cylindrical-coordinate representation of color #F7204A: hue angle of 348.28º 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 #F7204A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 74 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.03 |
| HSL | 348.28º | 0.93% | 0.55% | - |
| HSV(B) | 348.28º | 0.87% | 0.97% | - |
| XYZ | 40.11 | 21.3 | 8.48 | - |
| YUV | 101.07 | 112.73 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 74 | 0 | 0.87 | 0.70 | 0.03 | 348.28 | 0.93 | 0.55 |
| Hex | F7 | 20 | 4A | 0 | 57 | 46 | 3 | 15C | 5D | 37 |
| Octal | 367 | 40 | 112 | 0 | 127 | 106 | 3 | 534 | 135 | 67 |
| Binary | 11110111 | 100000 | 1001010 | 0 | 1010111 | 1000110 | 11 | 101011100 | 1011101 | 110111 |
Color Harmonies of #F7204A
Complementary color
Monochromatic Colors of #F7204A
Black with #F7204A
Text Example
Text Example
White with #F7204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7204A; }
p { color: rgb(247,32,74); }
H1.HeaderClassName
{
color: #F7204A;
}
.AnyTagClassName
{
color: #F7204A;
}
</style>
background-color css
<style>
a { background-color: #F7204A; }
a { background-color: rgb(247,32,74); }
div.DivClassName
{
background-color: #F7204A;
}
.BgClassName
{
background-color: #F7204A;
}
</style>
border-color css
<style>
span { border-color: #F7204A; }
span { border-color: rgb(247,32,74); }
td.TdClassName
{
border-color: #F7204A;
}
.TagClassName
{
border-color: #F7204A;
}
</style>