Shades of Amaranth #F71952
Tints of Amaranth #F71952
RGB
CMYK
RGB Variations
Color information
#F71952 (or 0xF71952) is known color: Amaranth. HEX triplet: F7, 19 and 52. RGB value is (247,25,82). Sum of RGB (Red+Green+Blue) = 247+25+82=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F71952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71952 is #08E6AD. Grayscale: #616161. Windows color (decimal): -583342 or 5380599. OLE color: 5380599.
HSL color Cylindrical-coordinate representation of color #F71952: hue angle of 344.59º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71952 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.03 |
| HSL | 344.59º | 0.93% | 0.53% | - |
| HSV(B) | 344.59º | 0.9% | 0.97% | - |
| XYZ | 40.23 | 21.08 | 9.93 | - |
| YUV | 97.88 | 119.05 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 82 | 0 | 0.90 | 0.67 | 0.03 | 344.59 | 0.93 | 0.53 |
| Hex | F7 | 19 | 52 | 0 | 5A | 43 | 3 | 159 | 5D | 35 |
| Octal | 367 | 31 | 122 | 0 | 132 | 103 | 3 | 531 | 135 | 65 |
| Binary | 11110111 | 11001 | 1010010 | 0 | 1011010 | 1000011 | 11 | 101011001 | 1011101 | 110101 |
Color Harmonies of #F71952
Complementary color
Monochromatic Colors of #F71952
Black with #F71952
Text Example
Text Example
White with #F71952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71952; }
p { color: rgb(247,25,82); }
H1.HeaderClassName
{
color: #F71952;
}
.AnyTagClassName
{
color: #F71952;
}
</style>
background-color css
<style>
a { background-color: #F71952; }
a { background-color: rgb(247,25,82); }
div.DivClassName
{
background-color: #F71952;
}
.BgClassName
{
background-color: #F71952;
}
</style>
border-color css
<style>
span { border-color: #F71952; }
span { border-color: rgb(247,25,82); }
td.TdClassName
{
border-color: #F71952;
}
.TagClassName
{
border-color: #F71952;
}
</style>