Shades of Amaranth #F62057
Tints of Amaranth #F62057
RGB
CMYK
RGB Variations
Color information
#F62057 (or 0xF62057) is known color: Amaranth. HEX triplet: F6, 20 and 57. RGB value is (246,32,87). Sum of RGB (Red+Green+Blue) = 246+32+87=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F62057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62057 is #09DFA8. Grayscale: #666666. Windows color (decimal): -647081 or 5710070. OLE color: 5710070.
HSL color Cylindrical-coordinate representation of color #F62057: hue angle of 344.58º 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 #F62057 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 87 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.04 |
| HSL | 344.58º | 0.92% | 0.55% | - |
| HSV(B) | 344.58º | 0.87% | 0.96% | - |
| XYZ | 40.24 | 21.31 | 11.01 | - |
| YUV | 102.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 87 | 0 | 0.87 | 0.65 | 0.04 | 344.58 | 0.92 | 0.55 |
| Hex | F6 | 20 | 57 | 0 | 57 | 41 | 4 | 159 | 5C | 37 |
| Octal | 366 | 40 | 127 | 0 | 127 | 101 | 4 | 531 | 134 | 67 |
| Binary | 11110110 | 100000 | 1010111 | 0 | 1010111 | 1000001 | 100 | 101011001 | 1011100 | 110111 |
Color Harmonies of #F62057
Complementary color
Monochromatic Colors of #F62057
Black with #F62057
Text Example
Text Example
White with #F62057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62057; }
p { color: rgb(246,32,87); }
H1.HeaderClassName
{
color: #F62057;
}
.AnyTagClassName
{
color: #F62057;
}
</style>
background-color css
<style>
a { background-color: #F62057; }
a { background-color: rgb(246,32,87); }
div.DivClassName
{
background-color: #F62057;
}
.BgClassName
{
background-color: #F62057;
}
</style>
border-color css
<style>
span { border-color: #F62057; }
span { border-color: rgb(246,32,87); }
td.TdClassName
{
border-color: #F62057;
}
.TagClassName
{
border-color: #F62057;
}
</style>