Shades of Amaranth #F22156
Tints of Amaranth #F22156
RGB
CMYK
RGB Variations
Color information
#F22156 (or 0xF22156) is known color: Amaranth. HEX triplet: F2, 21 and 56. RGB value is (242,33,86). Sum of RGB (Red+Green+Blue) = 242+33+86=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F22156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22156 is #0DDEA9. Grayscale: #656565. Windows color (decimal): -908970 or 5644786. OLE color: 5644786.
HSL color Cylindrical-coordinate representation of color #F22156: hue angle of 344.78º 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 #F22156 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 86 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.05 |
| HSL | 344.78º | 0.89% | 0.54% | - |
| HSV(B) | 344.78º | 0.86% | 0.95% | - |
| XYZ | 38.84 | 20.64 | 10.74 | - |
| YUV | 101.53 | 119.24 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 86 | 0 | 0.86 | 0.64 | 0.05 | 344.78 | 0.89 | 0.54 |
| Hex | F2 | 21 | 56 | 0 | 56 | 40 | 5 | 159 | 59 | 36 |
| Octal | 362 | 41 | 126 | 0 | 126 | 100 | 5 | 531 | 131 | 66 |
| Binary | 11110010 | 100001 | 1010110 | 0 | 1010110 | 1000000 | 101 | 101011001 | 1011001 | 110110 |
Color Harmonies of #F22156
Complementary color
Monochromatic Colors of #F22156
Black with #F22156
Text Example
Text Example
White with #F22156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22156; }
p { color: rgb(242,33,86); }
H1.HeaderClassName
{
color: #F22156;
}
.AnyTagClassName
{
color: #F22156;
}
</style>
background-color css
<style>
a { background-color: #F22156; }
a { background-color: rgb(242,33,86); }
div.DivClassName
{
background-color: #F22156;
}
.BgClassName
{
background-color: #F22156;
}
</style>
border-color css
<style>
span { border-color: #F22156; }
span { border-color: rgb(242,33,86); }
td.TdClassName
{
border-color: #F22156;
}
.TagClassName
{
border-color: #F22156;
}
</style>