Shades of Amaranth #F6204C
Tints of Amaranth #F6204C
RGB
CMYK
RGB Variations
Color information
#F6204C (or 0xF6204C) is known color: Amaranth. HEX triplet: F6, 20 and 4C. RGB value is (246,32,76). Sum of RGB (Red+Green+Blue) = 246+32+76=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F6204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6204C is #09DFB3. Grayscale: #656565. Windows color (decimal): -647092 or 4989174. OLE color: 4989174.
HSL color Cylindrical-coordinate representation of color #F6204C: hue angle of 347.66º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6204C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 76 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.04 |
| HSL | 347.66º | 0.92% | 0.55% | - |
| HSV(B) | 347.66º | 0.87% | 0.96% | - |
| XYZ | 39.83 | 21.15 | 8.82 | - |
| YUV | 101 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 76 | 0 | 0.87 | 0.69 | 0.04 | 347.66 | 0.92 | 0.55 |
| Hex | F6 | 20 | 4C | 0 | 57 | 45 | 4 | 15C | 5C | 37 |
| Octal | 366 | 40 | 114 | 0 | 127 | 105 | 4 | 534 | 134 | 67 |
| Binary | 11110110 | 100000 | 1001100 | 0 | 1010111 | 1000101 | 100 | 101011100 | 1011100 | 110111 |
Color Harmonies of #F6204C
Complementary color
Monochromatic Colors of #F6204C
Black with #F6204C
Text Example
Text Example
White with #F6204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6204C; }
p { color: rgb(246,32,76); }
H1.HeaderClassName
{
color: #F6204C;
}
.AnyTagClassName
{
color: #F6204C;
}
</style>
background-color css
<style>
a { background-color: #F6204C; }
a { background-color: rgb(246,32,76); }
div.DivClassName
{
background-color: #F6204C;
}
.BgClassName
{
background-color: #F6204C;
}
</style>
border-color css
<style>
span { border-color: #F6204C; }
span { border-color: rgb(246,32,76); }
td.TdClassName
{
border-color: #F6204C;
}
.TagClassName
{
border-color: #F6204C;
}
</style>