Shades of Amaranth #F71D4A
Tints of Amaranth #F71D4A
RGB
CMYK
RGB Variations
Color information
#F71D4A (or 0xF71D4A) is known color: Amaranth. HEX triplet: F7, 1D and 4A. RGB value is (247,29,74). Sum of RGB (Red+Green+Blue) = 247+29+74=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D4A is #08E2B5. Grayscale: #636363. Windows color (decimal): -582326 or 4857335. OLE color: 4857335.
HSL color Cylindrical-coordinate representation of color #F71D4A: hue angle of 347.61º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71D4A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 74 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.03 |
| HSL | 347.61º | 0.93% | 0.54% | - |
| HSV(B) | 347.61º | 0.88% | 0.97% | - |
| XYZ | 40.03 | 21.15 | 8.45 | - |
| YUV | 99.31 | 113.72 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 74 | 0 | 0.88 | 0.70 | 0.03 | 347.61 | 0.93 | 0.54 |
| Hex | F7 | 1D | 4A | 0 | 58 | 46 | 3 | 15C | 5D | 36 |
| Octal | 367 | 35 | 112 | 0 | 130 | 106 | 3 | 534 | 135 | 66 |
| Binary | 11110111 | 11101 | 1001010 | 0 | 1011000 | 1000110 | 11 | 101011100 | 1011101 | 110110 |
Color Harmonies of #F71D4A
Complementary color
Monochromatic Colors of #F71D4A
Black with #F71D4A
Text Example
Text Example
White with #F71D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D4A; }
p { color: rgb(247,29,74); }
H1.HeaderClassName
{
color: #F71D4A;
}
.AnyTagClassName
{
color: #F71D4A;
}
</style>
background-color css
<style>
a { background-color: #F71D4A; }
a { background-color: rgb(247,29,74); }
div.DivClassName
{
background-color: #F71D4A;
}
.BgClassName
{
background-color: #F71D4A;
}
</style>
border-color css
<style>
span { border-color: #F71D4A; }
span { border-color: rgb(247,29,74); }
td.TdClassName
{
border-color: #F71D4A;
}
.TagClassName
{
border-color: #F71D4A;
}
</style>