Shades of Amaranth #F42846
Tints of Amaranth #F42846
RGB
CMYK
RGB Variations
Color information
#F42846 (or 0xF42846) is known color: Amaranth. HEX triplet: F4, 28 and 46. RGB value is (244,40,70). Sum of RGB (Red+Green+Blue) = 244+40+70=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F42846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42846 is #0BD7B9. Grayscale: #686868. Windows color (decimal): -776122 or 4598004. OLE color: 4598004.
HSL color Cylindrical-coordinate representation of color #F42846: hue angle of 351.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42846 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 70 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.04 |
| HSL | 351.18º | 0.9% | 0.56% | - |
| HSV(B) | 351.18º | 0.84% | 0.96% | - |
| XYZ | 39.17 | 21.19 | 7.82 | - |
| YUV | 104.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 70 | 0 | 0.84 | 0.71 | 0.04 | 351.18 | 0.9 | 0.56 |
| Hex | F4 | 28 | 46 | 0 | 54 | 47 | 4 | 15F | 5A | 38 |
| Octal | 364 | 50 | 106 | 0 | 124 | 107 | 4 | 537 | 132 | 70 |
| Binary | 11110100 | 101000 | 1000110 | 0 | 1010100 | 1000111 | 100 | 101011111 | 1011010 | 111000 |
Color Harmonies of #F42846
Complementary color
Monochromatic Colors of #F42846
Black with #F42846
Text Example
Text Example
White with #F42846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42846; }
p { color: rgb(244,40,70); }
H1.HeaderClassName
{
color: #F42846;
}
.AnyTagClassName
{
color: #F42846;
}
</style>
background-color css
<style>
a { background-color: #F42846; }
a { background-color: rgb(244,40,70); }
div.DivClassName
{
background-color: #F42846;
}
.BgClassName
{
background-color: #F42846;
}
</style>
border-color css
<style>
span { border-color: #F42846; }
span { border-color: rgb(244,40,70); }
td.TdClassName
{
border-color: #F42846;
}
.TagClassName
{
border-color: #F42846;
}
</style>