Shades of Amaranth #F71E5A
Tints of Amaranth #F71E5A
RGB
CMYK
RGB Variations
Color information
#F71E5A (or 0xF71E5A) is known color: Amaranth. HEX triplet: F7, 1E and 5A. RGB value is (247,30,90). Sum of RGB (Red+Green+Blue) = 247+30+90=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E5A is #08E1A5. Grayscale: #656565. Windows color (decimal): -582054 or 5906167. OLE color: 5906167.
HSL color Cylindrical-coordinate representation of color #F71E5A: hue angle of 343.41º 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 #F71E5A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 90 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.03 |
| HSL | 343.41º | 0.93% | 0.54% | - |
| HSV(B) | 343.41º | 0.88% | 0.97% | - |
| XYZ | 40.67 | 21.44 | 11.67 | - |
| YUV | 101.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 90 | 0 | 0.88 | 0.64 | 0.03 | 343.41 | 0.93 | 0.54 |
| Hex | F7 | 1E | 5A | 0 | 58 | 40 | 3 | 157 | 5D | 36 |
| Octal | 367 | 36 | 132 | 0 | 130 | 100 | 3 | 527 | 135 | 66 |
| Binary | 11110111 | 11110 | 1011010 | 0 | 1011000 | 1000000 | 11 | 101010111 | 1011101 | 110110 |
Color Harmonies of #F71E5A
Complementary color
Monochromatic Colors of #F71E5A
Black with #F71E5A
Text Example
Text Example
White with #F71E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E5A; }
p { color: rgb(247,30,90); }
H1.HeaderClassName
{
color: #F71E5A;
}
.AnyTagClassName
{
color: #F71E5A;
}
</style>
background-color css
<style>
a { background-color: #F71E5A; }
a { background-color: rgb(247,30,90); }
div.DivClassName
{
background-color: #F71E5A;
}
.BgClassName
{
background-color: #F71E5A;
}
</style>
border-color css
<style>
span { border-color: #F71E5A; }
span { border-color: rgb(247,30,90); }
td.TdClassName
{
border-color: #F71E5A;
}
.TagClassName
{
border-color: #F71E5A;
}
</style>