Shades of Amaranth #F71B59
Tints of Amaranth #F71B59
RGB
CMYK
RGB Variations
Color information
#F71B59 (or 0xF71B59) is known color: Amaranth. HEX triplet: F7, 1B and 59. RGB value is (247,27,89). Sum of RGB (Red+Green+Blue) = 247+27+89=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B59 is #08E4A6. Grayscale: #636363. Windows color (decimal): -582823 or 5839863. OLE color: 5839863.
HSL color Cylindrical-coordinate representation of color #F71B59: hue angle of 343.09º 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 #F71B59 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 89 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.03 |
| HSL | 343.09º | 0.93% | 0.54% | - |
| HSV(B) | 343.09º | 0.89% | 0.97% | - |
| XYZ | 40.55 | 21.28 | 11.42 | - |
| YUV | 99.85 | 121.89 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 89 | 0 | 0.89 | 0.64 | 0.03 | 343.09 | 0.93 | 0.54 |
| Hex | F7 | 1B | 59 | 0 | 59 | 40 | 3 | 157 | 5D | 36 |
| Octal | 367 | 33 | 131 | 0 | 131 | 100 | 3 | 527 | 135 | 66 |
| Binary | 11110111 | 11011 | 1011001 | 0 | 1011001 | 1000000 | 11 | 101010111 | 1011101 | 110110 |
Color Harmonies of #F71B59
Complementary color
Monochromatic Colors of #F71B59
Black with #F71B59
Text Example
Text Example
White with #F71B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71B59; }
p { color: rgb(247,27,89); }
H1.HeaderClassName
{
color: #F71B59;
}
.AnyTagClassName
{
color: #F71B59;
}
</style>
background-color css
<style>
a { background-color: #F71B59; }
a { background-color: rgb(247,27,89); }
div.DivClassName
{
background-color: #F71B59;
}
.BgClassName
{
background-color: #F71B59;
}
</style>
border-color css
<style>
span { border-color: #F71B59; }
span { border-color: rgb(247,27,89); }
td.TdClassName
{
border-color: #F71B59;
}
.TagClassName
{
border-color: #F71B59;
}
</style>