Shades of Amaranth #F71D50
Tints of Amaranth #F71D50
RGB
CMYK
RGB Variations
Color information
#F71D50 (or 0xF71D50) is known color: Amaranth. HEX triplet: F7, 1D and 50. RGB value is (247,29,80). Sum of RGB (Red+Green+Blue) = 247+29+80=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71D50 is #08E2AF. Grayscale: #646464. Windows color (decimal): -582320 or 5250551. OLE color: 5250551.
HSL color Cylindrical-coordinate representation of color #F71D50: hue angle of 345.96º 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 #F71D50 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 80 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.03 |
| HSL | 345.96º | 0.93% | 0.54% | - |
| HSV(B) | 345.96º | 0.88% | 0.97% | - |
| XYZ | 40.25 | 21.23 | 9.57 | - |
| YUV | 100 | 116.72 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 80 | 0 | 0.88 | 0.68 | 0.03 | 345.96 | 0.93 | 0.54 |
| Hex | F7 | 1D | 50 | 0 | 58 | 44 | 3 | 15A | 5D | 36 |
| Octal | 367 | 35 | 120 | 0 | 130 | 104 | 3 | 532 | 135 | 66 |
| Binary | 11110111 | 11101 | 1010000 | 0 | 1011000 | 1000100 | 11 | 101011010 | 1011101 | 110110 |
Color Harmonies of #F71D50
Complementary color
Monochromatic Colors of #F71D50
Black with #F71D50
Text Example
Text Example
White with #F71D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D50; }
p { color: rgb(247,29,80); }
H1.HeaderClassName
{
color: #F71D50;
}
.AnyTagClassName
{
color: #F71D50;
}
</style>
background-color css
<style>
a { background-color: #F71D50; }
a { background-color: rgb(247,29,80); }
div.DivClassName
{
background-color: #F71D50;
}
.BgClassName
{
background-color: #F71D50;
}
</style>
border-color css
<style>
span { border-color: #F71D50; }
span { border-color: rgb(247,29,80); }
td.TdClassName
{
border-color: #F71D50;
}
.TagClassName
{
border-color: #F71D50;
}
</style>