Shades of Amaranth #F61C57
Tints of Amaranth #F61C57
RGB
CMYK
RGB Variations
Color information
#F61C57 (or 0xF61C57) is known color: Amaranth. HEX triplet: F6, 1C and 57. RGB value is (246,28,87). Sum of RGB (Red+Green+Blue) = 246+28+87=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C57 is #09E3A8. Grayscale: #636363. Windows color (decimal): -648105 or 5709046. OLE color: 5709046.
HSL color Cylindrical-coordinate representation of color #F61C57: hue angle of 343.76º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C57 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 87 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.04 |
| HSL | 343.76º | 0.92% | 0.54% | - |
| HSV(B) | 343.76º | 0.89% | 0.96% | - |
| XYZ | 40.14 | 21.11 | 10.98 | - |
| YUV | 99.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 87 | 0 | 0.89 | 0.65 | 0.04 | 343.76 | 0.92 | 0.54 |
| Hex | F6 | 1C | 57 | 0 | 59 | 41 | 4 | 158 | 5C | 36 |
| Octal | 366 | 34 | 127 | 0 | 131 | 101 | 4 | 530 | 134 | 66 |
| Binary | 11110110 | 11100 | 1010111 | 0 | 1011001 | 1000001 | 100 | 101011000 | 1011100 | 110110 |
Color Harmonies of #F61C57
Complementary color
Monochromatic Colors of #F61C57
Black with #F61C57
Text Example
Text Example
White with #F61C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C57; }
p { color: rgb(246,28,87); }
H1.HeaderClassName
{
color: #F61C57;
}
.AnyTagClassName
{
color: #F61C57;
}
</style>
background-color css
<style>
a { background-color: #F61C57; }
a { background-color: rgb(246,28,87); }
div.DivClassName
{
background-color: #F61C57;
}
.BgClassName
{
background-color: #F61C57;
}
</style>
border-color css
<style>
span { border-color: #F61C57; }
span { border-color: rgb(246,28,87); }
td.TdClassName
{
border-color: #F61C57;
}
.TagClassName
{
border-color: #F61C57;
}
</style>