Shades of Amaranth #F6304E
Tints of Amaranth #F6304E
RGB
CMYK
RGB Variations
Color information
#F6304E (or 0xF6304E) is known color: Amaranth. HEX triplet: F6, 30 and 4E. RGB value is (246,48,78). Sum of RGB (Red+Green+Blue) = 246+48+78=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6304E is #09CFB1. Grayscale: #6E6E6E. Windows color (decimal): -642994 or 5124342. OLE color: 5124342.
HSL color Cylindrical-coordinate representation of color #F6304E: hue angle of 350.91º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6304E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 78 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.04 |
| HSL | 350.91º | 0.92% | 0.58% | - |
| HSV(B) | 350.91º | 0.8% | 0.96% | - |
| XYZ | 40.44 | 22.26 | 9.37 | - |
| YUV | 110.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 78 | 0 | 0.80 | 0.68 | 0.04 | 350.91 | 0.92 | 0.58 |
| Hex | F6 | 30 | 4E | 0 | 50 | 44 | 4 | 15F | 5C | 3A |
| Octal | 366 | 60 | 116 | 0 | 120 | 104 | 4 | 537 | 134 | 72 |
| Binary | 11110110 | 110000 | 1001110 | 0 | 1010000 | 1000100 | 100 | 101011111 | 1011100 | 111010 |
Color Harmonies of #F6304E
Complementary color
Monochromatic Colors of #F6304E
Black with #F6304E
Text Example
Text Example
White with #F6304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6304E; }
p { color: rgb(246,48,78); }
H1.HeaderClassName
{
color: #F6304E;
}
.AnyTagClassName
{
color: #F6304E;
}
</style>
background-color css
<style>
a { background-color: #F6304E; }
a { background-color: rgb(246,48,78); }
div.DivClassName
{
background-color: #F6304E;
}
.BgClassName
{
background-color: #F6304E;
}
</style>
border-color css
<style>
span { border-color: #F6304E; }
span { border-color: rgb(246,48,78); }
td.TdClassName
{
border-color: #F6304E;
}
.TagClassName
{
border-color: #F6304E;
}
</style>