Shades of Amaranth #F22747
Tints of Amaranth #F22747
RGB
CMYK
RGB Variations
Color information
#F22747 (or 0xF22747) is known color: Amaranth. HEX triplet: F2, 27 and 47. RGB value is (242,39,71). Sum of RGB (Red+Green+Blue) = 242+39+71=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F22747 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22747 is #0DD8B8. Grayscale: #676767. Windows color (decimal): -907449 or 4663282. OLE color: 4663282.
HSL color Cylindrical-coordinate representation of color #F22747: hue angle of 350.54º 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 #F22747 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 71 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.05 |
| HSL | 350.54º | 0.89% | 0.55% | - |
| HSV(B) | 350.54º | 0.84% | 0.95% | - |
| XYZ | 38.48 | 20.78 | 7.94 | - |
| YUV | 103.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 71 | 0 | 0.84 | 0.71 | 0.05 | 350.54 | 0.89 | 0.55 |
| Hex | F2 | 27 | 47 | 0 | 54 | 47 | 5 | 15F | 59 | 37 |
| Octal | 362 | 47 | 107 | 0 | 124 | 107 | 5 | 537 | 131 | 67 |
| Binary | 11110010 | 100111 | 1000111 | 0 | 1010100 | 1000111 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F22747
Complementary color
Monochromatic Colors of #F22747
Black with #F22747
Text Example
Text Example
White with #F22747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22747; }
p { color: rgb(242,39,71); }
H1.HeaderClassName
{
color: #F22747;
}
.AnyTagClassName
{
color: #F22747;
}
</style>
background-color css
<style>
a { background-color: #F22747; }
a { background-color: rgb(242,39,71); }
div.DivClassName
{
background-color: #F22747;
}
.BgClassName
{
background-color: #F22747;
}
</style>
border-color css
<style>
span { border-color: #F22747; }
span { border-color: rgb(242,39,71); }
td.TdClassName
{
border-color: #F22747;
}
.TagClassName
{
border-color: #F22747;
}
</style>