Shades of Amaranth #F63649
Tints of Amaranth #F63649
RGB
CMYK
RGB Variations
Color information
#F63649 (or 0xF63649) is known color: Amaranth. HEX triplet: F6, 36 and 49. RGB value is (246,54,73). Sum of RGB (Red+Green+Blue) = 246+54+73=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F63649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63649 is #09C9B6. Grayscale: #717171. Windows color (decimal): -641463 or 4798198. OLE color: 4798198.
HSL color Cylindrical-coordinate representation of color #F63649: hue angle of 354.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63649 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 73 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.04 |
| HSL | 354.06º | 0.91% | 0.59% | - |
| HSV(B) | 354.06º | 0.78% | 0.96% | - |
| XYZ | 40.53 | 22.71 | 8.55 | - |
| YUV | 113.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 73 | 0 | 0.78 | 0.70 | 0.04 | 354.06 | 0.91 | 0.59 |
| Hex | F6 | 36 | 49 | 0 | 4E | 46 | 4 | 162 | 5B | 3B |
| Octal | 366 | 66 | 111 | 0 | 116 | 106 | 4 | 542 | 133 | 73 |
| Binary | 11110110 | 110110 | 1001001 | 0 | 1001110 | 1000110 | 100 | 101100010 | 1011011 | 111011 |
Color Harmonies of #F63649
Complementary color
Monochromatic Colors of #F63649
Black with #F63649
Text Example
Text Example
White with #F63649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63649; }
p { color: rgb(246,54,73); }
H1.HeaderClassName
{
color: #F63649;
}
.AnyTagClassName
{
color: #F63649;
}
</style>
background-color css
<style>
a { background-color: #F63649; }
a { background-color: rgb(246,54,73); }
div.DivClassName
{
background-color: #F63649;
}
.BgClassName
{
background-color: #F63649;
}
</style>
border-color css
<style>
span { border-color: #F63649; }
span { border-color: rgb(246,54,73); }
td.TdClassName
{
border-color: #F63649;
}
.TagClassName
{
border-color: #F63649;
}
</style>