Shades of Amaranth #F22547
Tints of Amaranth #F22547
RGB
CMYK
RGB Variations
Color information
#F22547 (or 0xF22547) is known color: Amaranth. HEX triplet: F2, 25 and 47. RGB value is (242,37,71). Sum of RGB (Red+Green+Blue) = 242+37+71=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F22547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22547 is #0DDAB8. Grayscale: #666666. Windows color (decimal): -907961 or 4662770. OLE color: 4662770.
HSL color Cylindrical-coordinate representation of color #F22547: hue angle of 350.05º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22547 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 71 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.05 |
| HSL | 350.05º | 0.89% | 0.55% | - |
| HSV(B) | 350.05º | 0.85% | 0.95% | - |
| XYZ | 38.42 | 20.66 | 7.92 | - |
| YUV | 102.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 71 | 0 | 0.85 | 0.71 | 0.05 | 350.05 | 0.89 | 0.55 |
| Hex | F2 | 25 | 47 | 0 | 55 | 47 | 5 | 15E | 59 | 37 |
| Octal | 362 | 45 | 107 | 0 | 125 | 107 | 5 | 536 | 131 | 67 |
| Binary | 11110010 | 100101 | 1000111 | 0 | 1010101 | 1000111 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F22547
Complementary color
Monochromatic Colors of #F22547
Black with #F22547
Text Example
Text Example
White with #F22547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22547; }
p { color: rgb(242,37,71); }
H1.HeaderClassName
{
color: #F22547;
}
.AnyTagClassName
{
color: #F22547;
}
</style>
background-color css
<style>
a { background-color: #F22547; }
a { background-color: rgb(242,37,71); }
div.DivClassName
{
background-color: #F22547;
}
.BgClassName
{
background-color: #F22547;
}
</style>
border-color css
<style>
span { border-color: #F22547; }
span { border-color: rgb(242,37,71); }
td.TdClassName
{
border-color: #F22547;
}
.TagClassName
{
border-color: #F22547;
}
</style>