Shades of Amaranth #F63144
Tints of Amaranth #F63144
RGB
CMYK
RGB Variations
Color information
#F63144 (or 0xF63144) is known color: Amaranth. HEX triplet: F6, 31 and 44. RGB value is (246,49,68). Sum of RGB (Red+Green+Blue) = 246+49+68=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F63144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63144 is #09CEBB. Grayscale: #6E6E6E. Windows color (decimal): -642748 or 4469238. OLE color: 4469238.
HSL color Cylindrical-coordinate representation of color #F63144: hue angle of 354.21º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63144 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 68 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 354.21º | 0.92% | 0.58% | - |
| HSV(B) | 354.21º | 0.8% | 0.96% | - |
| XYZ | 40.15 | 22.21 | 7.64 | - |
| YUV | 110.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 68 | 0 | 0.80 | 0.72 | 0.04 | 354.21 | 0.92 | 0.58 |
| Hex | F6 | 31 | 44 | 0 | 50 | 48 | 4 | 162 | 5C | 3A |
| Octal | 366 | 61 | 104 | 0 | 120 | 110 | 4 | 542 | 134 | 72 |
| Binary | 11110110 | 110001 | 1000100 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F63144
Complementary color
Monochromatic Colors of #F63144
Black with #F63144
Text Example
Text Example
White with #F63144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63144; }
p { color: rgb(246,49,68); }
H1.HeaderClassName
{
color: #F63144;
}
.AnyTagClassName
{
color: #F63144;
}
</style>
background-color css
<style>
a { background-color: #F63144; }
a { background-color: rgb(246,49,68); }
div.DivClassName
{
background-color: #F63144;
}
.BgClassName
{
background-color: #F63144;
}
</style>
border-color css
<style>
span { border-color: #F63144; }
span { border-color: rgb(246,49,68); }
td.TdClassName
{
border-color: #F63144;
}
.TagClassName
{
border-color: #F63144;
}
</style>