Shades of Amaranth #F42858
Tints of Amaranth #F42858
RGB
CMYK
RGB Variations
Color information
#F42858 (or 0xF42858) is known color: Amaranth. HEX triplet: F4, 28 and 58. RGB value is (244,40,88). Sum of RGB (Red+Green+Blue) = 244+40+88=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F42858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42858 is #0BD7A7. Grayscale: #6A6A6A. Windows color (decimal): -776104 or 5777652. OLE color: 5777652.
HSL color Cylindrical-coordinate representation of color #F42858: hue angle of 345.88º 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 #F42858 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 88 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.04 |
| HSL | 345.88º | 0.9% | 0.56% | - |
| HSV(B) | 345.88º | 0.84% | 0.96% | - |
| XYZ | 39.83 | 21.46 | 11.27 | - |
| YUV | 106.47 | 117.59 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 88 | 0 | 0.84 | 0.64 | 0.04 | 345.88 | 0.9 | 0.56 |
| Hex | F4 | 28 | 58 | 0 | 54 | 40 | 4 | 15A | 5A | 38 |
| Octal | 364 | 50 | 130 | 0 | 124 | 100 | 4 | 532 | 132 | 70 |
| Binary | 11110100 | 101000 | 1011000 | 0 | 1010100 | 1000000 | 100 | 101011010 | 1011010 | 111000 |
Color Harmonies of #F42858
Complementary color
Monochromatic Colors of #F42858
Black with #F42858
Text Example
Text Example
White with #F42858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42858; }
p { color: rgb(244,40,88); }
H1.HeaderClassName
{
color: #F42858;
}
.AnyTagClassName
{
color: #F42858;
}
</style>
background-color css
<style>
a { background-color: #F42858; }
a { background-color: rgb(244,40,88); }
div.DivClassName
{
background-color: #F42858;
}
.BgClassName
{
background-color: #F42858;
}
</style>
border-color css
<style>
span { border-color: #F42858; }
span { border-color: rgb(244,40,88); }
td.TdClassName
{
border-color: #F42858;
}
.TagClassName
{
border-color: #F42858;
}
</style>