Shades of Amaranth #F61E51
Tints of Amaranth #F61E51
RGB
CMYK
RGB Variations
Color information
#F61E51 (or 0xF61E51) is known color: Amaranth. HEX triplet: F6, 1E and 51. RGB value is (246,30,81). Sum of RGB (Red+Green+Blue) = 246+30+81=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E51 is #09E1AE. Grayscale: #646464. Windows color (decimal): -647599 or 5316342. OLE color: 5316342.
HSL color Cylindrical-coordinate representation of color #F61E51: hue angle of 345.83º 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 #F61E51 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 81 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.04 |
| HSL | 345.83º | 0.92% | 0.54% | - |
| HSV(B) | 345.83º | 0.88% | 0.96% | - |
| XYZ | 39.96 | 21.12 | 9.75 | - |
| YUV | 100.4 | 117.06 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 81 | 0 | 0.88 | 0.67 | 0.04 | 345.83 | 0.92 | 0.54 |
| Hex | F6 | 1E | 51 | 0 | 58 | 43 | 4 | 15A | 5C | 36 |
| Octal | 366 | 36 | 121 | 0 | 130 | 103 | 4 | 532 | 134 | 66 |
| Binary | 11110110 | 11110 | 1010001 | 0 | 1011000 | 1000011 | 100 | 101011010 | 1011100 | 110110 |
Color Harmonies of #F61E51
Complementary color
Monochromatic Colors of #F61E51
Black with #F61E51
Text Example
Text Example
White with #F61E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E51; }
p { color: rgb(246,30,81); }
H1.HeaderClassName
{
color: #F61E51;
}
.AnyTagClassName
{
color: #F61E51;
}
</style>
background-color css
<style>
a { background-color: #F61E51; }
a { background-color: rgb(246,30,81); }
div.DivClassName
{
background-color: #F61E51;
}
.BgClassName
{
background-color: #F61E51;
}
</style>
border-color css
<style>
span { border-color: #F61E51; }
span { border-color: rgb(246,30,81); }
td.TdClassName
{
border-color: #F61E51;
}
.TagClassName
{
border-color: #F61E51;
}
</style>