Shades of Amaranth #F63544
Tints of Amaranth #F63544
RGB
CMYK
RGB Variations
Color information
#F63544 (or 0xF63544) is known color: Amaranth. HEX triplet: F6, 35 and 44. RGB value is (246,53,68). Sum of RGB (Red+Green+Blue) = 246+53+68=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63544 is #09CABB. Grayscale: #707070. Windows color (decimal): -641724 or 4470262. OLE color: 4470262.
HSL color Cylindrical-coordinate representation of color #F63544: hue angle of 355.34º 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 #F63544 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 68 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.04 |
| HSL | 355.34º | 0.91% | 0.59% | - |
| HSV(B) | 355.34º | 0.78% | 0.96% | - |
| XYZ | 40.32 | 22.56 | 7.7 | - |
| YUV | 112.42 | 102.94 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 68 | 0 | 0.78 | 0.72 | 0.04 | 355.34 | 0.91 | 0.59 |
| Hex | F6 | 35 | 44 | 0 | 4E | 48 | 4 | 163 | 5B | 3B |
| Octal | 366 | 65 | 104 | 0 | 116 | 110 | 4 | 543 | 133 | 73 |
| Binary | 11110110 | 110101 | 1000100 | 0 | 1001110 | 1001000 | 100 | 101100011 | 1011011 | 111011 |
Color Harmonies of #F63544
Complementary color
Monochromatic Colors of #F63544
Black with #F63544
Text Example
Text Example
White with #F63544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63544; }
p { color: rgb(246,53,68); }
H1.HeaderClassName
{
color: #F63544;
}
.AnyTagClassName
{
color: #F63544;
}
</style>
background-color css
<style>
a { background-color: #F63544; }
a { background-color: rgb(246,53,68); }
div.DivClassName
{
background-color: #F63544;
}
.BgClassName
{
background-color: #F63544;
}
</style>
border-color css
<style>
span { border-color: #F63544; }
span { border-color: rgb(246,53,68); }
td.TdClassName
{
border-color: #F63544;
}
.TagClassName
{
border-color: #F63544;
}
</style>