Shades of Amaranth #F61850
Tints of Amaranth #F61850
RGB
CMYK
RGB Variations
Color information
#F61850 (or 0xF61850) is known color: Amaranth. HEX triplet: F6, 18 and 50. RGB value is (246,24,80). Sum of RGB (Red+Green+Blue) = 246+24+80=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F61850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61850 is #09E7AF. Grayscale: #606060. Windows color (decimal): -649136 or 5249270. OLE color: 5249270.
HSL color Cylindrical-coordinate representation of color #F61850: hue angle of 344.86º degrees, saturation: 0.93, 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 #F61850 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 80 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.04 |
| HSL | 344.86º | 0.93% | 0.53% | - |
| HSV(B) | 344.86º | 0.9% | 0.96% | - |
| XYZ | 39.78 | 20.83 | 9.51 | - |
| YUV | 96.76 | 118.55 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 80 | 0 | 0.90 | 0.67 | 0.04 | 344.86 | 0.93 | 0.53 |
| Hex | F6 | 18 | 50 | 0 | 5A | 43 | 4 | 159 | 5C | 35 |
| Octal | 366 | 30 | 120 | 0 | 132 | 103 | 4 | 531 | 134 | 65 |
| Binary | 11110110 | 11000 | 1010000 | 0 | 1011010 | 1000011 | 100 | 101011001 | 1011100 | 110101 |
Color Harmonies of #F61850
Complementary color
Monochromatic Colors of #F61850
Black with #F61850
Text Example
Text Example
White with #F61850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61850; }
p { color: rgb(246,24,80); }
H1.HeaderClassName
{
color: #F61850;
}
.AnyTagClassName
{
color: #F61850;
}
</style>
background-color css
<style>
a { background-color: #F61850; }
a { background-color: rgb(246,24,80); }
div.DivClassName
{
background-color: #F61850;
}
.BgClassName
{
background-color: #F61850;
}
</style>
border-color css
<style>
span { border-color: #F61850; }
span { border-color: rgb(246,24,80); }
td.TdClassName
{
border-color: #F61850;
}
.TagClassName
{
border-color: #F61850;
}
</style>