Shades of Amaranth #F42957
Tints of Amaranth #F42957
RGB
CMYK
RGB Variations
Color information
#F42957 (or 0xF42957) is known color: Amaranth. HEX triplet: F4, 29 and 57. RGB value is (244,41,87). Sum of RGB (Red+Green+Blue) = 244+41+87=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F42957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42957 is #0BD6A8. Grayscale: #6A6A6A. Windows color (decimal): -775849 or 5712372. OLE color: 5712372.
HSL color Cylindrical-coordinate representation of color #F42957: hue angle of 346.4º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42957 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 87 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.04 |
| HSL | 346.4º | 0.9% | 0.56% | - |
| HSV(B) | 346.4º | 0.83% | 0.96% | - |
| XYZ | 39.82 | 21.51 | 11.07 | - |
| YUV | 106.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 87 | 0 | 0.83 | 0.64 | 0.04 | 346.4 | 0.9 | 0.56 |
| Hex | F4 | 29 | 57 | 0 | 53 | 40 | 4 | 15A | 5A | 38 |
| Octal | 364 | 51 | 127 | 0 | 123 | 100 | 4 | 532 | 132 | 70 |
| Binary | 11110100 | 101001 | 1010111 | 0 | 1010011 | 1000000 | 100 | 101011010 | 1011010 | 111000 |
Color Harmonies of #F42957
Complementary color
Monochromatic Colors of #F42957
Black with #F42957
Text Example
Text Example
White with #F42957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42957; }
p { color: rgb(244,41,87); }
H1.HeaderClassName
{
color: #F42957;
}
.AnyTagClassName
{
color: #F42957;
}
</style>
background-color css
<style>
a { background-color: #F42957; }
a { background-color: rgb(244,41,87); }
div.DivClassName
{
background-color: #F42957;
}
.BgClassName
{
background-color: #F42957;
}
</style>
border-color css
<style>
span { border-color: #F42957; }
span { border-color: rgb(244,41,87); }
td.TdClassName
{
border-color: #F42957;
}
.TagClassName
{
border-color: #F42957;
}
</style>