Shades of Amaranth #F22249
Tints of Amaranth #F22249
RGB
CMYK
RGB Variations
Color information
#F22249 (or 0xF22249) is known color: Amaranth. HEX triplet: F2, 22 and 49. RGB value is (242,34,73). Sum of RGB (Red+Green+Blue) = 242+34+73=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22249 is #0DDDB6. Grayscale: #646464. Windows color (decimal): -908727 or 4793074. OLE color: 4793074.
HSL color Cylindrical-coordinate representation of color #F22249: hue angle of 348.75º 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 #F22249 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 73 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.05 |
| HSL | 348.75º | 0.89% | 0.54% | - |
| HSV(B) | 348.75º | 0.86% | 0.95% | - |
| XYZ | 38.39 | 20.5 | 8.24 | - |
| YUV | 100.64 | 112.41 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 73 | 0 | 0.86 | 0.70 | 0.05 | 348.75 | 0.89 | 0.54 |
| Hex | F2 | 22 | 49 | 0 | 56 | 46 | 5 | 15D | 59 | 36 |
| Octal | 362 | 42 | 111 | 0 | 126 | 106 | 5 | 535 | 131 | 66 |
| Binary | 11110010 | 100010 | 1001001 | 0 | 1010110 | 1000110 | 101 | 101011101 | 1011001 | 110110 |
Color Harmonies of #F22249
Complementary color
Monochromatic Colors of #F22249
Black with #F22249
Text Example
Text Example
White with #F22249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22249; }
p { color: rgb(242,34,73); }
H1.HeaderClassName
{
color: #F22249;
}
.AnyTagClassName
{
color: #F22249;
}
</style>
background-color css
<style>
a { background-color: #F22249; }
a { background-color: rgb(242,34,73); }
div.DivClassName
{
background-color: #F22249;
}
.BgClassName
{
background-color: #F22249;
}
</style>
border-color css
<style>
span { border-color: #F22249; }
span { border-color: rgb(242,34,73); }
td.TdClassName
{
border-color: #F22249;
}
.TagClassName
{
border-color: #F22249;
}
</style>