Shades of Amaranth #F62949
Tints of Amaranth #F62949
RGB
CMYK
RGB Variations
Color information
#F62949 (or 0xF62949) is known color: Amaranth. HEX triplet: F6, 29 and 49. RGB value is (246,41,73). Sum of RGB (Red+Green+Blue) = 246+41+73=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F62949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62949 is #09D6B6. Grayscale: #6A6A6A. Windows color (decimal): -644791 or 4794870. OLE color: 4794870.
HSL color Cylindrical-coordinate representation of color #F62949: hue angle of 350.63º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62949 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 73 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.04 |
| HSL | 350.63º | 0.92% | 0.56% | - |
| HSV(B) | 350.63º | 0.83% | 0.96% | - |
| XYZ | 40 | 21.66 | 8.38 | - |
| YUV | 105.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 73 | 0 | 0.83 | 0.70 | 0.04 | 350.63 | 0.92 | 0.56 |
| Hex | F6 | 29 | 49 | 0 | 53 | 46 | 4 | 15F | 5C | 38 |
| Octal | 366 | 51 | 111 | 0 | 123 | 106 | 4 | 537 | 134 | 70 |
| Binary | 11110110 | 101001 | 1001001 | 0 | 1010011 | 1000110 | 100 | 101011111 | 1011100 | 111000 |
Color Harmonies of #F62949
Complementary color
Monochromatic Colors of #F62949
Black with #F62949
Text Example
Text Example
White with #F62949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62949; }
p { color: rgb(246,41,73); }
H1.HeaderClassName
{
color: #F62949;
}
.AnyTagClassName
{
color: #F62949;
}
</style>
background-color css
<style>
a { background-color: #F62949; }
a { background-color: rgb(246,41,73); }
div.DivClassName
{
background-color: #F62949;
}
.BgClassName
{
background-color: #F62949;
}
</style>
border-color css
<style>
span { border-color: #F62949; }
span { border-color: rgb(246,41,73); }
td.TdClassName
{
border-color: #F62949;
}
.TagClassName
{
border-color: #F62949;
}
</style>