Shades of Amaranth #F22047
Tints of Amaranth #F22047
RGB
CMYK
RGB Variations
Color information
#F22047 (or 0xF22047) is known color: Amaranth. HEX triplet: F2, 20 and 47. RGB value is (242,32,71). Sum of RGB (Red+Green+Blue) = 242+32+71=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F22047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22047 is #0DDFB8. Grayscale: #636363. Windows color (decimal): -909241 or 4661490. OLE color: 4661490.
HSL color Cylindrical-coordinate representation of color #F22047: hue angle of 348.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22047 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 71 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.05 |
| HSL | 348.86º | 0.89% | 0.54% | - |
| HSV(B) | 348.86º | 0.87% | 0.95% | - |
| XYZ | 38.27 | 20.37 | 7.87 | - |
| YUV | 99.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 71 | 0 | 0.87 | 0.71 | 0.05 | 348.86 | 0.89 | 0.54 |
| Hex | F2 | 20 | 47 | 0 | 57 | 47 | 5 | 15D | 59 | 36 |
| Octal | 362 | 40 | 107 | 0 | 127 | 107 | 5 | 535 | 131 | 66 |
| Binary | 11110010 | 100000 | 1000111 | 0 | 1010111 | 1000111 | 101 | 101011101 | 1011001 | 110110 |
Color Harmonies of #F22047
Complementary color
Monochromatic Colors of #F22047
Black with #F22047
Text Example
Text Example
White with #F22047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22047; }
p { color: rgb(242,32,71); }
H1.HeaderClassName
{
color: #F22047;
}
.AnyTagClassName
{
color: #F22047;
}
</style>
background-color css
<style>
a { background-color: #F22047; }
a { background-color: rgb(242,32,71); }
div.DivClassName
{
background-color: #F22047;
}
.BgClassName
{
background-color: #F22047;
}
</style>
border-color css
<style>
span { border-color: #F22047; }
span { border-color: rgb(242,32,71); }
td.TdClassName
{
border-color: #F22047;
}
.TagClassName
{
border-color: #F22047;
}
</style>