Shades of Amaranth #F71C57
Tints of Amaranth #F71C57
RGB
CMYK
RGB Variations
Color information
#F71C57 (or 0xF71C57) is known color: Amaranth. HEX triplet: F7, 1C and 57. RGB value is (247,28,87). Sum of RGB (Red+Green+Blue) = 247+28+87=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C57 is #08E3A8. Grayscale: #646464. Windows color (decimal): -582569 or 5709047. OLE color: 5709047.
HSL color Cylindrical-coordinate representation of color #F71C57: hue angle of 343.84º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C57 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 87 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.03 |
| HSL | 343.84º | 0.93% | 0.54% | - |
| HSV(B) | 343.84º | 0.89% | 0.97% | - |
| XYZ | 40.49 | 21.29 | 10.99 | - |
| YUV | 100.21 | 120.55 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 87 | 0 | 0.89 | 0.65 | 0.03 | 343.84 | 0.93 | 0.54 |
| Hex | F7 | 1C | 57 | 0 | 59 | 41 | 3 | 158 | 5D | 36 |
| Octal | 367 | 34 | 127 | 0 | 131 | 101 | 3 | 530 | 135 | 66 |
| Binary | 11110111 | 11100 | 1010111 | 0 | 1011001 | 1000001 | 11 | 101011000 | 1011101 | 110110 |
Color Harmonies of #F71C57
Complementary color
Monochromatic Colors of #F71C57
Black with #F71C57
Text Example
Text Example
White with #F71C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C57; }
p { color: rgb(247,28,87); }
H1.HeaderClassName
{
color: #F71C57;
}
.AnyTagClassName
{
color: #F71C57;
}
</style>
background-color css
<style>
a { background-color: #F71C57; }
a { background-color: rgb(247,28,87); }
div.DivClassName
{
background-color: #F71C57;
}
.BgClassName
{
background-color: #F71C57;
}
</style>
border-color css
<style>
span { border-color: #F71C57; }
span { border-color: rgb(247,28,87); }
td.TdClassName
{
border-color: #F71C57;
}
.TagClassName
{
border-color: #F71C57;
}
</style>