Shades of Amaranth #F61D54
Tints of Amaranth #F61D54
RGB
CMYK
RGB Variations
Color information
#F61D54 (or 0xF61D54) is known color: Amaranth. HEX triplet: F6, 1D and 54. RGB value is (246,29,84). Sum of RGB (Red+Green+Blue) = 246+29+84=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D54 is #09E2AB. Grayscale: #646464. Windows color (decimal): -647852 or 5512694. OLE color: 5512694.
HSL color Cylindrical-coordinate representation of color #F61D54: hue angle of 344.79º 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 #F61D54 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 84 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.04 |
| HSL | 344.79º | 0.92% | 0.54% | - |
| HSV(B) | 344.79º | 0.88% | 0.96% | - |
| XYZ | 40.05 | 21.11 | 10.35 | - |
| YUV | 100.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 84 | 0 | 0.88 | 0.66 | 0.04 | 344.79 | 0.92 | 0.54 |
| Hex | F6 | 1D | 54 | 0 | 58 | 42 | 4 | 159 | 5C | 36 |
| Octal | 366 | 35 | 124 | 0 | 130 | 102 | 4 | 531 | 134 | 66 |
| Binary | 11110110 | 11101 | 1010100 | 0 | 1011000 | 1000010 | 100 | 101011001 | 1011100 | 110110 |
Color Harmonies of #F61D54
Complementary color
Monochromatic Colors of #F61D54
Black with #F61D54
Text Example
Text Example
White with #F61D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D54; }
p { color: rgb(246,29,84); }
H1.HeaderClassName
{
color: #F61D54;
}
.AnyTagClassName
{
color: #F61D54;
}
</style>
background-color css
<style>
a { background-color: #F61D54; }
a { background-color: rgb(246,29,84); }
div.DivClassName
{
background-color: #F61D54;
}
.BgClassName
{
background-color: #F61D54;
}
</style>
border-color css
<style>
span { border-color: #F61D54; }
span { border-color: rgb(246,29,84); }
td.TdClassName
{
border-color: #F61D54;
}
.TagClassName
{
border-color: #F61D54;
}
</style>