Shades of Amaranth #F42458
Tints of Amaranth #F42458
RGB
CMYK
RGB Variations
Color information
#F42458 (or 0xF42458) is known color: Amaranth. HEX triplet: F4, 24 and 58. RGB value is (244,36,88). Sum of RGB (Red+Green+Blue) = 244+36+88=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F42458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42458 is #0BDBA7. Grayscale: #686868. Windows color (decimal): -777128 or 5776628. OLE color: 5776628.
HSL color Cylindrical-coordinate representation of color #F42458: hue angle of 345º 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 #F42458 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 88 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.04 |
| HSL | 345º | 0.9% | 0.55% | - |
| HSV(B) | 345º | 0.85% | 0.96% | - |
| XYZ | 39.7 | 21.2 | 11.23 | - |
| YUV | 104.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 88 | 0 | 0.85 | 0.64 | 0.04 | 345 | 0.9 | 0.55 |
| Hex | F4 | 24 | 58 | 0 | 55 | 40 | 4 | 159 | 5A | 37 |
| Octal | 364 | 44 | 130 | 0 | 125 | 100 | 4 | 531 | 132 | 67 |
| Binary | 11110100 | 100100 | 1011000 | 0 | 1010101 | 1000000 | 100 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F42458
Complementary color
Monochromatic Colors of #F42458
Black with #F42458
Text Example
Text Example
White with #F42458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42458; }
p { color: rgb(244,36,88); }
H1.HeaderClassName
{
color: #F42458;
}
.AnyTagClassName
{
color: #F42458;
}
</style>
background-color css
<style>
a { background-color: #F42458; }
a { background-color: rgb(244,36,88); }
div.DivClassName
{
background-color: #F42458;
}
.BgClassName
{
background-color: #F42458;
}
</style>
border-color css
<style>
span { border-color: #F42458; }
span { border-color: rgb(244,36,88); }
td.TdClassName
{
border-color: #F42458;
}
.TagClassName
{
border-color: #F42458;
}
</style>