Shades of Amaranth #F6174D
Tints of Amaranth #F6174D
RGB
CMYK
RGB Variations
Color information
#F6174D (or 0xF6174D) is known color: Amaranth. HEX triplet: F6, 17 and 4D. RGB value is (246,23,77). Sum of RGB (Red+Green+Blue) = 246+23+77=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F6174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6174D is #09E8B2. Grayscale: #5F5F5F. Windows color (decimal): -649395 or 5052406. OLE color: 5052406.
HSL color Cylindrical-coordinate representation of color #F6174D: hue angle of 345.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6174D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.04 |
| HSL | 345.47º | 0.93% | 0.53% | - |
| HSV(B) | 345.47º | 0.91% | 0.96% | - |
| XYZ | 39.65 | 20.74 | 8.93 | - |
| YUV | 95.83 | 117.38 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 77 | 0 | 0.91 | 0.69 | 0.04 | 345.47 | 0.93 | 0.53 |
| Hex | F6 | 17 | 4D | 0 | 5B | 45 | 4 | 159 | 5D | 35 |
| Octal | 366 | 27 | 115 | 0 | 133 | 105 | 4 | 531 | 135 | 65 |
| Binary | 11110110 | 10111 | 1001101 | 0 | 1011011 | 1000101 | 100 | 101011001 | 1011101 | 110101 |
Color Harmonies of #F6174D
Complementary color
Monochromatic Colors of #F6174D
Black with #F6174D
Text Example
Text Example
White with #F6174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6174D; }
p { color: rgb(246,23,77); }
H1.HeaderClassName
{
color: #F6174D;
}
.AnyTagClassName
{
color: #F6174D;
}
</style>
background-color css
<style>
a { background-color: #F6174D; }
a { background-color: rgb(246,23,77); }
div.DivClassName
{
background-color: #F6174D;
}
.BgClassName
{
background-color: #F6174D;
}
</style>
border-color css
<style>
span { border-color: #F6174D; }
span { border-color: rgb(246,23,77); }
td.TdClassName
{
border-color: #F6174D;
}
.TagClassName
{
border-color: #F6174D;
}
</style>