Shades of Amaranth #F61952
Tints of Amaranth #F61952
RGB
CMYK
RGB Variations
Color information
#F61952 (or 0xF61952) is known color: Amaranth. HEX triplet: F6, 19 and 52. RGB value is (246,25,82). Sum of RGB (Red+Green+Blue) = 246+25+82=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F61952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61952 is #09E6AD. Grayscale: #616161. Windows color (decimal): -648878 or 5380598. OLE color: 5380598.
HSL color Cylindrical-coordinate representation of color #F61952: hue angle of 344.52º 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 #F61952 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.04 |
| HSL | 344.52º | 0.92% | 0.53% | - |
| HSV(B) | 344.52º | 0.9% | 0.96% | - |
| XYZ | 39.88 | 20.9 | 9.91 | - |
| YUV | 97.58 | 119.22 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 82 | 0 | 0.90 | 0.67 | 0.04 | 344.52 | 0.92 | 0.53 |
| Hex | F6 | 19 | 52 | 0 | 5A | 43 | 4 | 159 | 5C | 35 |
| Octal | 366 | 31 | 122 | 0 | 132 | 103 | 4 | 531 | 134 | 65 |
| Binary | 11110110 | 11001 | 1010010 | 0 | 1011010 | 1000011 | 100 | 101011001 | 1011100 | 110101 |
Color Harmonies of #F61952
Complementary color
Monochromatic Colors of #F61952
Black with #F61952
Text Example
Text Example
White with #F61952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61952; }
p { color: rgb(246,25,82); }
H1.HeaderClassName
{
color: #F61952;
}
.AnyTagClassName
{
color: #F61952;
}
</style>
background-color css
<style>
a { background-color: #F61952; }
a { background-color: rgb(246,25,82); }
div.DivClassName
{
background-color: #F61952;
}
.BgClassName
{
background-color: #F61952;
}
</style>
border-color css
<style>
span { border-color: #F61952; }
span { border-color: rgb(246,25,82); }
td.TdClassName
{
border-color: #F61952;
}
.TagClassName
{
border-color: #F61952;
}
</style>