Shades of Amaranth #F42547
Tints of Amaranth #F42547
RGB
CMYK
RGB Variations
Color information
#F42547 (or 0xF42547) is known color: Amaranth. HEX triplet: F4, 25 and 47. RGB value is (244,37,71). Sum of RGB (Red+Green+Blue) = 244+37+71=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42547 is #0BDAB8. Grayscale: #666666. Windows color (decimal): -776889 or 4662772. OLE color: 4662772.
HSL color Cylindrical-coordinate representation of color #F42547: hue angle of 350.14º 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 #F42547 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 71 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.04 |
| HSL | 350.14º | 0.9% | 0.55% | - |
| HSV(B) | 350.14º | 0.85% | 0.96% | - |
| XYZ | 39.11 | 21.01 | 7.96 | - |
| YUV | 102.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 71 | 0 | 0.85 | 0.71 | 0.04 | 350.14 | 0.9 | 0.55 |
| Hex | F4 | 25 | 47 | 0 | 55 | 47 | 4 | 15E | 5A | 37 |
| Octal | 364 | 45 | 107 | 0 | 125 | 107 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100101 | 1000111 | 0 | 1010101 | 1000111 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42547
Complementary color
Monochromatic Colors of #F42547
Black with #F42547
Text Example
Text Example
White with #F42547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42547; }
p { color: rgb(244,37,71); }
H1.HeaderClassName
{
color: #F42547;
}
.AnyTagClassName
{
color: #F42547;
}
</style>
background-color css
<style>
a { background-color: #F42547; }
a { background-color: rgb(244,37,71); }
div.DivClassName
{
background-color: #F42547;
}
.BgClassName
{
background-color: #F42547;
}
</style>
border-color css
<style>
span { border-color: #F42547; }
span { border-color: rgb(244,37,71); }
td.TdClassName
{
border-color: #F42547;
}
.TagClassName
{
border-color: #F42547;
}
</style>