Shades of Amaranth #F52059
Tints of Amaranth #F52059
RGB
CMYK
RGB Variations
Color information
#F52059 (or 0xF52059) is known color: Amaranth. HEX triplet: F5, 20 and 59. RGB value is (245,32,89). Sum of RGB (Red+Green+Blue) = 245+32+89=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F52059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52059 is #0ADFA6. Grayscale: #666666. Windows color (decimal): -712615 or 5841141. OLE color: 5841141.
HSL color Cylindrical-coordinate representation of color #F52059: hue angle of 343.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52059 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 89 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.04 |
| HSL | 343.94º | 0.91% | 0.54% | - |
| HSV(B) | 343.94º | 0.87% | 0.96% | - |
| XYZ | 39.98 | 21.17 | 11.43 | - |
| YUV | 102.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 89 | 0 | 0.87 | 0.64 | 0.04 | 343.94 | 0.91 | 0.54 |
| Hex | F5 | 20 | 59 | 0 | 57 | 40 | 4 | 158 | 5B | 36 |
| Octal | 365 | 40 | 131 | 0 | 127 | 100 | 4 | 530 | 133 | 66 |
| Binary | 11110101 | 100000 | 1011001 | 0 | 1010111 | 1000000 | 100 | 101011000 | 1011011 | 110110 |
Color Harmonies of #F52059
Complementary color
Monochromatic Colors of #F52059
Black with #F52059
Text Example
Text Example
White with #F52059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52059; }
p { color: rgb(245,32,89); }
H1.HeaderClassName
{
color: #F52059;
}
.AnyTagClassName
{
color: #F52059;
}
</style>
background-color css
<style>
a { background-color: #F52059; }
a { background-color: rgb(245,32,89); }
div.DivClassName
{
background-color: #F52059;
}
.BgClassName
{
background-color: #F52059;
}
</style>
border-color css
<style>
span { border-color: #F52059; }
span { border-color: rgb(245,32,89); }
td.TdClassName
{
border-color: #F52059;
}
.TagClassName
{
border-color: #F52059;
}
</style>