Shades of Amaranth #F42657
Tints of Amaranth #F42657
RGB
CMYK
RGB Variations
Color information
#F42657 (or 0xF42657) is known color: Amaranth. HEX triplet: F4, 26 and 57. RGB value is (244,38,87). Sum of RGB (Red+Green+Blue) = 244+38+87=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F42657 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42657 is #0BD9A8. Grayscale: #696969. Windows color (decimal): -776617 or 5711604. OLE color: 5711604.
HSL color Cylindrical-coordinate representation of color #F42657: hue angle of 345.73º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42657 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 87 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.04 |
| HSL | 345.73º | 0.9% | 0.55% | - |
| HSV(B) | 345.73º | 0.84% | 0.96% | - |
| XYZ | 39.72 | 21.31 | 11.04 | - |
| YUV | 105.18 | 117.75 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 87 | 0 | 0.84 | 0.64 | 0.04 | 345.73 | 0.9 | 0.55 |
| Hex | F4 | 26 | 57 | 0 | 54 | 40 | 4 | 15A | 5A | 37 |
| Octal | 364 | 46 | 127 | 0 | 124 | 100 | 4 | 532 | 132 | 67 |
| Binary | 11110100 | 100110 | 1010111 | 0 | 1010100 | 1000000 | 100 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F42657
Complementary color
Monochromatic Colors of #F42657
Black with #F42657
Text Example
Text Example
White with #F42657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42657; }
p { color: rgb(244,38,87); }
H1.HeaderClassName
{
color: #F42657;
}
.AnyTagClassName
{
color: #F42657;
}
</style>
background-color css
<style>
a { background-color: #F42657; }
a { background-color: rgb(244,38,87); }
div.DivClassName
{
background-color: #F42657;
}
.BgClassName
{
background-color: #F42657;
}
</style>
border-color css
<style>
span { border-color: #F42657; }
span { border-color: rgb(244,38,87); }
td.TdClassName
{
border-color: #F42657;
}
.TagClassName
{
border-color: #F42657;
}
</style>