Shades of Amaranth #F61A52
Tints of Amaranth #F61A52
RGB
CMYK
RGB Variations
Color information
#F61A52 (or 0xF61A52) is known color: Amaranth. HEX triplet: F6, 1A and 52. RGB value is (246,26,82). Sum of RGB (Red+Green+Blue) = 246+26+82=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A52 is #09E5AD. Grayscale: #626262. Windows color (decimal): -648622 or 5380854. OLE color: 5380854.
HSL color Cylindrical-coordinate representation of color #F61A52: hue angle of 344.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A52 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 82 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.04 |
| HSL | 344.73º | 0.92% | 0.53% | - |
| HSV(B) | 344.73º | 0.89% | 0.96% | - |
| XYZ | 39.9 | 20.94 | 9.92 | - |
| YUV | 98.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 82 | 0 | 0.89 | 0.67 | 0.04 | 344.73 | 0.92 | 0.53 |
| Hex | F6 | 1A | 52 | 0 | 59 | 43 | 4 | 159 | 5C | 35 |
| Octal | 366 | 32 | 122 | 0 | 131 | 103 | 4 | 531 | 134 | 65 |
| Binary | 11110110 | 11010 | 1010010 | 0 | 1011001 | 1000011 | 100 | 101011001 | 1011100 | 110101 |
Color Harmonies of #F61A52
Complementary color
Monochromatic Colors of #F61A52
Black with #F61A52
Text Example
Text Example
White with #F61A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A52; }
p { color: rgb(246,26,82); }
H1.HeaderClassName
{
color: #F61A52;
}
.AnyTagClassName
{
color: #F61A52;
}
</style>
background-color css
<style>
a { background-color: #F61A52; }
a { background-color: rgb(246,26,82); }
div.DivClassName
{
background-color: #F61A52;
}
.BgClassName
{
background-color: #F61A52;
}
</style>
border-color css
<style>
span { border-color: #F61A52; }
span { border-color: rgb(246,26,82); }
td.TdClassName
{
border-color: #F61A52;
}
.TagClassName
{
border-color: #F61A52;
}
</style>