Shades of Amaranth #F71D4E
Tints of Amaranth #F71D4E
RGB
CMYK
RGB Variations
Color information
#F71D4E (or 0xF71D4E) is known color: Amaranth. HEX triplet: F7, 1D and 4E. RGB value is (247,29,78). Sum of RGB (Red+Green+Blue) = 247+29+78=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71D4E is #08E2B1. Grayscale: #636363. Windows color (decimal): -582322 or 5119479. OLE color: 5119479.
HSL color Cylindrical-coordinate representation of color #F71D4E: hue angle of 346.51º 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 #F71D4E is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.03 |
| HSL | 346.51º | 0.93% | 0.54% | - |
| HSV(B) | 346.51º | 0.88% | 0.97% | - |
| XYZ | 40.17 | 21.2 | 9.18 | - |
| YUV | 99.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 78 | 0 | 0.88 | 0.68 | 0.03 | 346.51 | 0.93 | 0.54 |
| Hex | F7 | 1D | 4E | 0 | 58 | 44 | 3 | 15B | 5D | 36 |
| Octal | 367 | 35 | 116 | 0 | 130 | 104 | 3 | 533 | 135 | 66 |
| Binary | 11110111 | 11101 | 1001110 | 0 | 1011000 | 1000100 | 11 | 101011011 | 1011101 | 110110 |
Color Harmonies of #F71D4E
Complementary color
Monochromatic Colors of #F71D4E
Black with #F71D4E
Text Example
Text Example
White with #F71D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D4E; }
p { color: rgb(247,29,78); }
H1.HeaderClassName
{
color: #F71D4E;
}
.AnyTagClassName
{
color: #F71D4E;
}
</style>
background-color css
<style>
a { background-color: #F71D4E; }
a { background-color: rgb(247,29,78); }
div.DivClassName
{
background-color: #F71D4E;
}
.BgClassName
{
background-color: #F71D4E;
}
</style>
border-color css
<style>
span { border-color: #F71D4E; }
span { border-color: rgb(247,29,78); }
td.TdClassName
{
border-color: #F71D4E;
}
.TagClassName
{
border-color: #F71D4E;
}
</style>