Shades of Amaranth #F63746
Tints of Amaranth #F63746
RGB
CMYK
RGB Variations
Color information
#F63746 (or 0xF63746) is known color: Amaranth. HEX triplet: F6, 37 and 46. RGB value is (246,55,70). Sum of RGB (Red+Green+Blue) = 246+55+70=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F63746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63746 is #09C8B9. Grayscale: #717171. Windows color (decimal): -641210 or 4601846. OLE color: 4601846.
HSL color Cylindrical-coordinate representation of color #F63746: hue angle of 355.29º 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 #F63746 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 70 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.04 |
| HSL | 355.29º | 0.91% | 0.59% | - |
| HSV(B) | 355.29º | 0.78% | 0.96% | - |
| XYZ | 40.48 | 22.77 | 8.06 | - |
| YUV | 113.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 70 | 0 | 0.78 | 0.72 | 0.04 | 355.29 | 0.91 | 0.59 |
| Hex | F6 | 37 | 46 | 0 | 4E | 48 | 4 | 163 | 5B | 3B |
| Octal | 366 | 67 | 106 | 0 | 116 | 110 | 4 | 543 | 133 | 73 |
| Binary | 11110110 | 110111 | 1000110 | 0 | 1001110 | 1001000 | 100 | 101100011 | 1011011 | 111011 |
Color Harmonies of #F63746
Complementary color
Monochromatic Colors of #F63746
Black with #F63746
Text Example
Text Example
White with #F63746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63746; }
p { color: rgb(246,55,70); }
H1.HeaderClassName
{
color: #F63746;
}
.AnyTagClassName
{
color: #F63746;
}
</style>
background-color css
<style>
a { background-color: #F63746; }
a { background-color: rgb(246,55,70); }
div.DivClassName
{
background-color: #F63746;
}
.BgClassName
{
background-color: #F63746;
}
</style>
border-color css
<style>
span { border-color: #F63746; }
span { border-color: rgb(246,55,70); }
td.TdClassName
{
border-color: #F63746;
}
.TagClassName
{
border-color: #F63746;
}
</style>