Shades of Amaranth #F62059
Tints of Amaranth #F62059
RGB
CMYK
RGB Variations
Color information
#F62059 (or 0xF62059) is known color: Amaranth. HEX triplet: F6, 20 and 59. RGB value is (246,32,89). Sum of RGB (Red+Green+Blue) = 246+32+89=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F62059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62059 is #09DFA6. Grayscale: #666666. Windows color (decimal): -647079 or 5841142. OLE color: 5841142.
HSL color Cylindrical-coordinate representation of color #F62059: hue angle of 344.02º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62059 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 89 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.04 |
| HSL | 344.02º | 0.92% | 0.55% | - |
| HSV(B) | 344.02º | 0.87% | 0.96% | - |
| XYZ | 40.33 | 21.35 | 11.45 | - |
| YUV | 102.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 89 | 0 | 0.87 | 0.64 | 0.04 | 344.02 | 0.92 | 0.55 |
| Hex | F6 | 20 | 59 | 0 | 57 | 40 | 4 | 158 | 5C | 37 |
| Octal | 366 | 40 | 131 | 0 | 127 | 100 | 4 | 530 | 134 | 67 |
| Binary | 11110110 | 100000 | 1011001 | 0 | 1010111 | 1000000 | 100 | 101011000 | 1011100 | 110111 |
Color Harmonies of #F62059
Complementary color
Monochromatic Colors of #F62059
Black with #F62059
Text Example
Text Example
White with #F62059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62059; }
p { color: rgb(246,32,89); }
H1.HeaderClassName
{
color: #F62059;
}
.AnyTagClassName
{
color: #F62059;
}
</style>
background-color css
<style>
a { background-color: #F62059; }
a { background-color: rgb(246,32,89); }
div.DivClassName
{
background-color: #F62059;
}
.BgClassName
{
background-color: #F62059;
}
</style>
border-color css
<style>
span { border-color: #F62059; }
span { border-color: rgb(246,32,89); }
td.TdClassName
{
border-color: #F62059;
}
.TagClassName
{
border-color: #F62059;
}
</style>