Shades of Amaranth #F63444
Tints of Amaranth #F63444
RGB
CMYK
RGB Variations
Color information
#F63444 (or 0xF63444) is known color: Amaranth. HEX triplet: F6, 34 and 44. RGB value is (246,52,68). Sum of RGB (Red+Green+Blue) = 246+52+68=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F63444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63444 is #09CBBB. Grayscale: #6F6F6F. Windows color (decimal): -641980 or 4470006. OLE color: 4470006.
HSL color Cylindrical-coordinate representation of color #F63444: hue angle of 355.05º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63444 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 68 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.04 |
| HSL | 355.05º | 0.92% | 0.58% | - |
| HSV(B) | 355.05º | 0.79% | 0.96% | - |
| XYZ | 40.28 | 22.47 | 7.68 | - |
| YUV | 111.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 68 | 0 | 0.79 | 0.72 | 0.04 | 355.05 | 0.92 | 0.58 |
| Hex | F6 | 34 | 44 | 0 | 4F | 48 | 4 | 163 | 5C | 3A |
| Octal | 366 | 64 | 104 | 0 | 117 | 110 | 4 | 543 | 134 | 72 |
| Binary | 11110110 | 110100 | 1000100 | 0 | 1001111 | 1001000 | 100 | 101100011 | 1011100 | 111010 |
Color Harmonies of #F63444
Complementary color
Monochromatic Colors of #F63444
Black with #F63444
Text Example
Text Example
White with #F63444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63444; }
p { color: rgb(246,52,68); }
H1.HeaderClassName
{
color: #F63444;
}
.AnyTagClassName
{
color: #F63444;
}
</style>
background-color css
<style>
a { background-color: #F63444; }
a { background-color: rgb(246,52,68); }
div.DivClassName
{
background-color: #F63444;
}
.BgClassName
{
background-color: #F63444;
}
</style>
border-color css
<style>
span { border-color: #F63444; }
span { border-color: rgb(246,52,68); }
td.TdClassName
{
border-color: #F63444;
}
.TagClassName
{
border-color: #F63444;
}
</style>