Shades of Amaranth #F22160
Tints of Amaranth #F22160
RGB
CMYK
RGB Variations
Color information
#F22160 (or 0xF22160) is known color: Amaranth. HEX triplet: F2, 21 and 60. RGB value is (242,33,96). Sum of RGB (Red+Green+Blue) = 242+33+96=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F22160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22160 is #0DDE9F. Grayscale: #666666. Windows color (decimal): -908960 or 6300146. OLE color: 6300146.
HSL color Cylindrical-coordinate representation of color #F22160: hue angle of 341.91º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22160 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 96 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.05 |
| HSL | 341.91º | 0.89% | 0.54% | - |
| HSV(B) | 341.91º | 0.86% | 0.95% | - |
| XYZ | 39.27 | 20.81 | 13.01 | - |
| YUV | 102.67 | 124.24 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 96 | 0 | 0.86 | 0.60 | 0.05 | 341.91 | 0.89 | 0.54 |
| Hex | F2 | 21 | 60 | 0 | 56 | 3C | 5 | 156 | 59 | 36 |
| Octal | 362 | 41 | 140 | 0 | 126 | 74 | 5 | 526 | 131 | 66 |
| Binary | 11110010 | 100001 | 1100000 | 0 | 1010110 | 111100 | 101 | 101010110 | 1011001 | 110110 |
Color Harmonies of #F22160
Complementary color
Monochromatic Colors of #F22160
Black with #F22160
Text Example
Text Example
White with #F22160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22160; }
p { color: rgb(242,33,96); }
H1.HeaderClassName
{
color: #F22160;
}
.AnyTagClassName
{
color: #F22160;
}
</style>
background-color css
<style>
a { background-color: #F22160; }
a { background-color: rgb(242,33,96); }
div.DivClassName
{
background-color: #F22160;
}
.BgClassName
{
background-color: #F22160;
}
</style>
border-color css
<style>
span { border-color: #F22160; }
span { border-color: rgb(242,33,96); }
td.TdClassName
{
border-color: #F22160;
}
.TagClassName
{
border-color: #F22160;
}
</style>