Shades of Amaranth #F22656
Tints of Amaranth #F22656
RGB
CMYK
RGB Variations
Color information
#F22656 (or 0xF22656) is known color: Amaranth. HEX triplet: F2, 26 and 56. RGB value is (242,38,86). Sum of RGB (Red+Green+Blue) = 242+38+86=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F22656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22656 is #0DD9A9. Grayscale: #686868. Windows color (decimal): -907690 or 5646066. OLE color: 5646066.
HSL color Cylindrical-coordinate representation of color #F22656: hue angle of 345.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22656 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 86 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.05 |
| HSL | 345.88º | 0.89% | 0.55% | - |
| HSV(B) | 345.88º | 0.84% | 0.95% | - |
| XYZ | 38.99 | 20.94 | 10.79 | - |
| YUV | 104.47 | 117.59 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 86 | 0 | 0.84 | 0.64 | 0.05 | 345.88 | 0.89 | 0.55 |
| Hex | F2 | 26 | 56 | 0 | 54 | 40 | 5 | 15A | 59 | 37 |
| Octal | 362 | 46 | 126 | 0 | 124 | 100 | 5 | 532 | 131 | 67 |
| Binary | 11110010 | 100110 | 1010110 | 0 | 1010100 | 1000000 | 101 | 101011010 | 1011001 | 110111 |
Color Harmonies of #F22656
Complementary color
Monochromatic Colors of #F22656
Black with #F22656
Text Example
Text Example
White with #F22656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22656; }
p { color: rgb(242,38,86); }
H1.HeaderClassName
{
color: #F22656;
}
.AnyTagClassName
{
color: #F22656;
}
</style>
background-color css
<style>
a { background-color: #F22656; }
a { background-color: rgb(242,38,86); }
div.DivClassName
{
background-color: #F22656;
}
.BgClassName
{
background-color: #F22656;
}
</style>
border-color css
<style>
span { border-color: #F22656; }
span { border-color: rgb(242,38,86); }
td.TdClassName
{
border-color: #F22656;
}
.TagClassName
{
border-color: #F22656;
}
</style>