Shades of Amaranth #F42559
Tints of Amaranth #F42559
RGB
CMYK
RGB Variations
Color information
#F42559 (or 0xF42559) is known color: Amaranth. HEX triplet: F4, 25 and 59. RGB value is (244,37,89). Sum of RGB (Red+Green+Blue) = 244+37+89=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F42559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42559 is #0BDAA6. Grayscale: #686868. Windows color (decimal): -776871 or 5842420. OLE color: 5842420.
HSL color Cylindrical-coordinate representation of color #F42559: hue angle of 344.93º 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 #F42559 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 89 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.04 |
| HSL | 344.93º | 0.9% | 0.55% | - |
| HSV(B) | 344.93º | 0.85% | 0.96% | - |
| XYZ | 39.77 | 21.28 | 11.46 | - |
| YUV | 104.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 89 | 0 | 0.85 | 0.64 | 0.04 | 344.93 | 0.9 | 0.55 |
| Hex | F4 | 25 | 59 | 0 | 55 | 40 | 4 | 159 | 5A | 37 |
| Octal | 364 | 45 | 131 | 0 | 125 | 100 | 4 | 531 | 132 | 67 |
| Binary | 11110100 | 100101 | 1011001 | 0 | 1010101 | 1000000 | 100 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F42559
Complementary color
Monochromatic Colors of #F42559
Black with #F42559
Text Example
Text Example
White with #F42559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42559; }
p { color: rgb(244,37,89); }
H1.HeaderClassName
{
color: #F42559;
}
.AnyTagClassName
{
color: #F42559;
}
</style>
background-color css
<style>
a { background-color: #F42559; }
a { background-color: rgb(244,37,89); }
div.DivClassName
{
background-color: #F42559;
}
.BgClassName
{
background-color: #F42559;
}
</style>
border-color css
<style>
span { border-color: #F42559; }
span { border-color: rgb(244,37,89); }
td.TdClassName
{
border-color: #F42559;
}
.TagClassName
{
border-color: #F42559;
}
</style>