Shades of Amaranth #F63546
Tints of Amaranth #F63546
RGB
CMYK
RGB Variations
Color information
#F63546 (or 0xF63546) is known color: Amaranth. HEX triplet: F6, 35 and 46. RGB value is (246,53,70). Sum of RGB (Red+Green+Blue) = 246+53+70=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F63546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63546 is #09CAB9. Grayscale: #707070. Windows color (decimal): -641722 or 4601334. OLE color: 4601334.
HSL color Cylindrical-coordinate representation of color #F63546: hue angle of 354.72º 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 #F63546 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 70 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.04 |
| HSL | 354.72º | 0.91% | 0.59% | - |
| HSV(B) | 354.72º | 0.78% | 0.96% | - |
| XYZ | 40.38 | 22.58 | 8.02 | - |
| YUV | 112.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 70 | 0 | 0.78 | 0.72 | 0.04 | 354.72 | 0.91 | 0.59 |
| Hex | F6 | 35 | 46 | 0 | 4E | 48 | 4 | 163 | 5B | 3B |
| Octal | 366 | 65 | 106 | 0 | 116 | 110 | 4 | 543 | 133 | 73 |
| Binary | 11110110 | 110101 | 1000110 | 0 | 1001110 | 1001000 | 100 | 101100011 | 1011011 | 111011 |
Color Harmonies of #F63546
Complementary color
Monochromatic Colors of #F63546
Black with #F63546
Text Example
Text Example
White with #F63546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63546; }
p { color: rgb(246,53,70); }
H1.HeaderClassName
{
color: #F63546;
}
.AnyTagClassName
{
color: #F63546;
}
</style>
background-color css
<style>
a { background-color: #F63546; }
a { background-color: rgb(246,53,70); }
div.DivClassName
{
background-color: #F63546;
}
.BgClassName
{
background-color: #F63546;
}
</style>
border-color css
<style>
span { border-color: #F63546; }
span { border-color: rgb(246,53,70); }
td.TdClassName
{
border-color: #F63546;
}
.TagClassName
{
border-color: #F63546;
}
</style>