Shades of Amaranth #F22257
Tints of Amaranth #F22257
RGB
CMYK
RGB Variations
Color information
#F22257 (or 0xF22257) is known color: Amaranth. HEX triplet: F2, 22 and 57. RGB value is (242,34,87). Sum of RGB (Red+Green+Blue) = 242+34+87=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22257 is #0DDDA8. Grayscale: #666666. Windows color (decimal): -908713 or 5710578. OLE color: 5710578.
HSL color Cylindrical-coordinate representation of color #F22257: hue angle of 344.71º 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 #F22257 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 87 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.05 |
| HSL | 344.71º | 0.89% | 0.54% | - |
| HSV(B) | 344.71º | 0.86% | 0.95% | - |
| XYZ | 38.91 | 20.71 | 10.96 | - |
| YUV | 102.23 | 119.41 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 87 | 0 | 0.86 | 0.64 | 0.05 | 344.71 | 0.89 | 0.54 |
| Hex | F2 | 22 | 57 | 0 | 56 | 40 | 5 | 159 | 59 | 36 |
| Octal | 362 | 42 | 127 | 0 | 126 | 100 | 5 | 531 | 131 | 66 |
| Binary | 11110010 | 100010 | 1010111 | 0 | 1010110 | 1000000 | 101 | 101011001 | 1011001 | 110110 |
Color Harmonies of #F22257
Complementary color
Monochromatic Colors of #F22257
Black with #F22257
Text Example
Text Example
White with #F22257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22257; }
p { color: rgb(242,34,87); }
H1.HeaderClassName
{
color: #F22257;
}
.AnyTagClassName
{
color: #F22257;
}
</style>
background-color css
<style>
a { background-color: #F22257; }
a { background-color: rgb(242,34,87); }
div.DivClassName
{
background-color: #F22257;
}
.BgClassName
{
background-color: #F22257;
}
</style>
border-color css
<style>
span { border-color: #F22257; }
span { border-color: rgb(242,34,87); }
td.TdClassName
{
border-color: #F22257;
}
.TagClassName
{
border-color: #F22257;
}
</style>