Shades of Amaranth #F22956
Tints of Amaranth #F22956
RGB
CMYK
RGB Variations
Color information
#F22956 (or 0xF22956) is known color: Amaranth. HEX triplet: F2, 29 and 56. RGB value is (242,41,86). Sum of RGB (Red+Green+Blue) = 242+41+86=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F22956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22956 is #0DD6A9. Grayscale: #6A6A6A. Windows color (decimal): -906922 or 5646834. OLE color: 5646834.
HSL color Cylindrical-coordinate representation of color #F22956: hue angle of 346.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22956 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 86 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.05 |
| HSL | 346.57º | 0.89% | 0.55% | - |
| HSV(B) | 346.57º | 0.83% | 0.95% | - |
| XYZ | 39.09 | 21.14 | 10.82 | - |
| YUV | 106.23 | 116.59 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 86 | 0 | 0.83 | 0.64 | 0.05 | 346.57 | 0.89 | 0.55 |
| Hex | F2 | 29 | 56 | 0 | 53 | 40 | 5 | 15B | 59 | 37 |
| Octal | 362 | 51 | 126 | 0 | 123 | 100 | 5 | 533 | 131 | 67 |
| Binary | 11110010 | 101001 | 1010110 | 0 | 1010011 | 1000000 | 101 | 101011011 | 1011001 | 110111 |
Color Harmonies of #F22956
Complementary color
Monochromatic Colors of #F22956
Black with #F22956
Text Example
Text Example
White with #F22956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22956; }
p { color: rgb(242,41,86); }
H1.HeaderClassName
{
color: #F22956;
}
.AnyTagClassName
{
color: #F22956;
}
</style>
background-color css
<style>
a { background-color: #F22956; }
a { background-color: rgb(242,41,86); }
div.DivClassName
{
background-color: #F22956;
}
.BgClassName
{
background-color: #F22956;
}
</style>
border-color css
<style>
span { border-color: #F22956; }
span { border-color: rgb(242,41,86); }
td.TdClassName
{
border-color: #F22956;
}
.TagClassName
{
border-color: #F22956;
}
</style>