Shades of Amaranth #F61D56
Tints of Amaranth #F61D56
RGB
CMYK
RGB Variations
Color information
#F61D56 (or 0xF61D56) is known color: Amaranth. HEX triplet: F6, 1D and 56. RGB value is (246,29,86). Sum of RGB (Red+Green+Blue) = 246+29+86=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D56 is #09E2A9. Grayscale: #646464. Windows color (decimal): -647850 or 5643766. OLE color: 5643766.
HSL color Cylindrical-coordinate representation of color #F61D56: hue angle of 344.24º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D56 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 86 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.04 |
| HSL | 344.24º | 0.92% | 0.54% | - |
| HSV(B) | 344.24º | 0.88% | 0.96% | - |
| XYZ | 40.13 | 21.14 | 10.77 | - |
| YUV | 100.38 | 119.89 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 86 | 0 | 0.88 | 0.65 | 0.04 | 344.24 | 0.92 | 0.54 |
| Hex | F6 | 1D | 56 | 0 | 58 | 41 | 4 | 158 | 5C | 36 |
| Octal | 366 | 35 | 126 | 0 | 130 | 101 | 4 | 530 | 134 | 66 |
| Binary | 11110110 | 11101 | 1010110 | 0 | 1011000 | 1000001 | 100 | 101011000 | 1011100 | 110110 |
Color Harmonies of #F61D56
Complementary color
Monochromatic Colors of #F61D56
Black with #F61D56
Text Example
Text Example
White with #F61D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D56; }
p { color: rgb(246,29,86); }
H1.HeaderClassName
{
color: #F61D56;
}
.AnyTagClassName
{
color: #F61D56;
}
</style>
background-color css
<style>
a { background-color: #F61D56; }
a { background-color: rgb(246,29,86); }
div.DivClassName
{
background-color: #F61D56;
}
.BgClassName
{
background-color: #F61D56;
}
</style>
border-color css
<style>
span { border-color: #F61D56; }
span { border-color: rgb(246,29,86); }
td.TdClassName
{
border-color: #F61D56;
}
.TagClassName
{
border-color: #F61D56;
}
</style>