Shades of Amaranth #F61953
Tints of Amaranth #F61953
RGB
CMYK
RGB Variations
Color information
#F61953 (or 0xF61953) is known color: Amaranth. HEX triplet: F6, 19 and 53. RGB value is (246,25,83). Sum of RGB (Red+Green+Blue) = 246+25+83=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F61953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61953 is #09E6AC. Grayscale: #616161. Windows color (decimal): -648877 or 5446134. OLE color: 5446134.
HSL color Cylindrical-coordinate representation of color #F61953: hue angle of 344.25º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61953 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 83 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.04 |
| HSL | 344.25º | 0.92% | 0.53% | - |
| HSV(B) | 344.25º | 0.9% | 0.96% | - |
| XYZ | 39.92 | 20.91 | 10.12 | - |
| YUV | 97.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 83 | 0 | 0.90 | 0.66 | 0.04 | 344.25 | 0.92 | 0.53 |
| Hex | F6 | 19 | 53 | 0 | 5A | 42 | 4 | 158 | 5C | 35 |
| Octal | 366 | 31 | 123 | 0 | 132 | 102 | 4 | 530 | 134 | 65 |
| Binary | 11110110 | 11001 | 1010011 | 0 | 1011010 | 1000010 | 100 | 101011000 | 1011100 | 110101 |
Color Harmonies of #F61953
Complementary color
Monochromatic Colors of #F61953
Black with #F61953
Text Example
Text Example
White with #F61953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61953; }
p { color: rgb(246,25,83); }
H1.HeaderClassName
{
color: #F61953;
}
.AnyTagClassName
{
color: #F61953;
}
</style>
background-color css
<style>
a { background-color: #F61953; }
a { background-color: rgb(246,25,83); }
div.DivClassName
{
background-color: #F61953;
}
.BgClassName
{
background-color: #F61953;
}
</style>
border-color css
<style>
span { border-color: #F61953; }
span { border-color: rgb(246,25,83); }
td.TdClassName
{
border-color: #F61953;
}
.TagClassName
{
border-color: #F61953;
}
</style>