Shades of Amaranth #F42856
Tints of Amaranth #F42856
RGB
CMYK
RGB Variations
Color information
#F42856 (or 0xF42856) is known color: Amaranth. HEX triplet: F4, 28 and 56. RGB value is (244,40,86). Sum of RGB (Red+Green+Blue) = 244+40+86=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F42856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42856 is #0BD7A9. Grayscale: #6A6A6A. Windows color (decimal): -776106 or 5646580. OLE color: 5646580.
HSL color Cylindrical-coordinate representation of color #F42856: hue angle of 346.47º 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 #F42856 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 86 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.04 |
| HSL | 346.47º | 0.9% | 0.56% | - |
| HSV(B) | 346.47º | 0.84% | 0.96% | - |
| XYZ | 39.75 | 21.42 | 10.84 | - |
| YUV | 106.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 86 | 0 | 0.84 | 0.65 | 0.04 | 346.47 | 0.9 | 0.56 |
| Hex | F4 | 28 | 56 | 0 | 54 | 41 | 4 | 15A | 5A | 38 |
| Octal | 364 | 50 | 126 | 0 | 124 | 101 | 4 | 532 | 132 | 70 |
| Binary | 11110100 | 101000 | 1010110 | 0 | 1010100 | 1000001 | 100 | 101011010 | 1011010 | 111000 |
Color Harmonies of #F42856
Complementary color
Monochromatic Colors of #F42856
Black with #F42856
Text Example
Text Example
White with #F42856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42856; }
p { color: rgb(244,40,86); }
H1.HeaderClassName
{
color: #F42856;
}
.AnyTagClassName
{
color: #F42856;
}
</style>
background-color css
<style>
a { background-color: #F42856; }
a { background-color: rgb(244,40,86); }
div.DivClassName
{
background-color: #F42856;
}
.BgClassName
{
background-color: #F42856;
}
</style>
border-color css
<style>
span { border-color: #F42856; }
span { border-color: rgb(244,40,86); }
td.TdClassName
{
border-color: #F42856;
}
.TagClassName
{
border-color: #F42856;
}
</style>