Shades of Amaranth #F42556
Tints of Amaranth #F42556
RGB
CMYK
RGB Variations
Color information
#F42556 (or 0xF42556) is known color: Amaranth. HEX triplet: F4, 25 and 56. RGB value is (244,37,86). Sum of RGB (Red+Green+Blue) = 244+37+86=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F42556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42556 is #0BDAA9. Grayscale: #686868. Windows color (decimal): -776874 or 5645812. OLE color: 5645812.
HSL color Cylindrical-coordinate representation of color #F42556: hue angle of 345.8º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42556 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 86 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.04 |
| HSL | 345.8º | 0.9% | 0.55% | - |
| HSV(B) | 345.8º | 0.85% | 0.96% | - |
| XYZ | 39.65 | 21.23 | 10.81 | - |
| YUV | 104.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 86 | 0 | 0.85 | 0.65 | 0.04 | 345.8 | 0.9 | 0.55 |
| Hex | F4 | 25 | 56 | 0 | 55 | 41 | 4 | 15A | 5A | 37 |
| Octal | 364 | 45 | 126 | 0 | 125 | 101 | 4 | 532 | 132 | 67 |
| Binary | 11110100 | 100101 | 1010110 | 0 | 1010101 | 1000001 | 100 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F42556
Complementary color
Monochromatic Colors of #F42556
Black with #F42556
Text Example
Text Example
White with #F42556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42556; }
p { color: rgb(244,37,86); }
H1.HeaderClassName
{
color: #F42556;
}
.AnyTagClassName
{
color: #F42556;
}
</style>
background-color css
<style>
a { background-color: #F42556; }
a { background-color: rgb(244,37,86); }
div.DivClassName
{
background-color: #F42556;
}
.BgClassName
{
background-color: #F42556;
}
</style>
border-color css
<style>
span { border-color: #F42556; }
span { border-color: rgb(244,37,86); }
td.TdClassName
{
border-color: #F42556;
}
.TagClassName
{
border-color: #F42556;
}
</style>