Shades of Amaranth #F42758
Tints of Amaranth #F42758
RGB
CMYK
RGB Variations
Color information
#F42758 (or 0xF42758) is known color: Amaranth. HEX triplet: F4, 27 and 58. RGB value is (244,39,88). Sum of RGB (Red+Green+Blue) = 244+39+88=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F42758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42758 is #0BD8A7. Grayscale: #696969. Windows color (decimal): -776360 or 5777396. OLE color: 5777396.
HSL color Cylindrical-coordinate representation of color #F42758: hue angle of 345.66º 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 #F42758 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 88 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.04 |
| HSL | 345.66º | 0.9% | 0.55% | - |
| HSV(B) | 345.66º | 0.84% | 0.96% | - |
| XYZ | 39.8 | 21.39 | 11.26 | - |
| YUV | 105.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 88 | 0 | 0.84 | 0.64 | 0.04 | 345.66 | 0.9 | 0.55 |
| Hex | F4 | 27 | 58 | 0 | 54 | 40 | 4 | 15A | 5A | 37 |
| Octal | 364 | 47 | 130 | 0 | 124 | 100 | 4 | 532 | 132 | 67 |
| Binary | 11110100 | 100111 | 1011000 | 0 | 1010100 | 1000000 | 100 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F42758
Complementary color
Monochromatic Colors of #F42758
Black with #F42758
Text Example
Text Example
White with #F42758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42758; }
p { color: rgb(244,39,88); }
H1.HeaderClassName
{
color: #F42758;
}
.AnyTagClassName
{
color: #F42758;
}
</style>
background-color css
<style>
a { background-color: #F42758; }
a { background-color: rgb(244,39,88); }
div.DivClassName
{
background-color: #F42758;
}
.BgClassName
{
background-color: #F42758;
}
</style>
border-color css
<style>
span { border-color: #F42758; }
span { border-color: rgb(244,39,88); }
td.TdClassName
{
border-color: #F42758;
}
.TagClassName
{
border-color: #F42758;
}
</style>