Shades of Amaranth #F61D53
Tints of Amaranth #F61D53
RGB
CMYK
RGB Variations
Color information
#F61D53 (or 0xF61D53) is known color: Amaranth. HEX triplet: F6, 1D and 53. RGB value is (246,29,83). Sum of RGB (Red+Green+Blue) = 246+29+83=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61D53 is #09E2AC. Grayscale: #646464. Windows color (decimal): -647853 or 5447158. OLE color: 5447158.
HSL color Cylindrical-coordinate representation of color #F61D53: hue angle of 345.07º 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 #F61D53 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 83 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.04 |
| HSL | 345.07º | 0.92% | 0.54% | - |
| HSV(B) | 345.07º | 0.88% | 0.96% | - |
| XYZ | 40.01 | 21.1 | 10.15 | - |
| YUV | 100.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 83 | 0 | 0.88 | 0.66 | 0.04 | 345.07 | 0.92 | 0.54 |
| Hex | F6 | 1D | 53 | 0 | 58 | 42 | 4 | 159 | 5C | 36 |
| Octal | 366 | 35 | 123 | 0 | 130 | 102 | 4 | 531 | 134 | 66 |
| Binary | 11110110 | 11101 | 1010011 | 0 | 1011000 | 1000010 | 100 | 101011001 | 1011100 | 110110 |
Color Harmonies of #F61D53
Complementary color
Monochromatic Colors of #F61D53
Black with #F61D53
Text Example
Text Example
White with #F61D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D53; }
p { color: rgb(246,29,83); }
H1.HeaderClassName
{
color: #F61D53;
}
.AnyTagClassName
{
color: #F61D53;
}
</style>
background-color css
<style>
a { background-color: #F61D53; }
a { background-color: rgb(246,29,83); }
div.DivClassName
{
background-color: #F61D53;
}
.BgClassName
{
background-color: #F61D53;
}
</style>
border-color css
<style>
span { border-color: #F61D53; }
span { border-color: rgb(246,29,83); }
td.TdClassName
{
border-color: #F61D53;
}
.TagClassName
{
border-color: #F61D53;
}
</style>