Shades of Amaranth #F22449
Tints of Amaranth #F22449
RGB
CMYK
RGB Variations
Color information
#F22449 (or 0xF22449) is known color: Amaranth. HEX triplet: F2, 24 and 49. RGB value is (242,36,73). Sum of RGB (Red+Green+Blue) = 242+36+73=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F22449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22449 is #0DDBB6. Grayscale: #656565. Windows color (decimal): -908215 or 4793586. OLE color: 4793586.
HSL color Cylindrical-coordinate representation of color #F22449: hue angle of 349.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22449 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 73 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.05 |
| HSL | 349.22º | 0.89% | 0.55% | - |
| HSV(B) | 349.22º | 0.85% | 0.95% | - |
| XYZ | 38.45 | 20.62 | 8.26 | - |
| YUV | 101.81 | 111.75 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 73 | 0 | 0.85 | 0.70 | 0.05 | 349.22 | 0.89 | 0.55 |
| Hex | F2 | 24 | 49 | 0 | 55 | 46 | 5 | 15D | 59 | 37 |
| Octal | 362 | 44 | 111 | 0 | 125 | 106 | 5 | 535 | 131 | 67 |
| Binary | 11110010 | 100100 | 1001001 | 0 | 1010101 | 1000110 | 101 | 101011101 | 1011001 | 110111 |
Color Harmonies of #F22449
Complementary color
Monochromatic Colors of #F22449
Black with #F22449
Text Example
Text Example
White with #F22449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22449; }
p { color: rgb(242,36,73); }
H1.HeaderClassName
{
color: #F22449;
}
.AnyTagClassName
{
color: #F22449;
}
</style>
background-color css
<style>
a { background-color: #F22449; }
a { background-color: rgb(242,36,73); }
div.DivClassName
{
background-color: #F22449;
}
.BgClassName
{
background-color: #F22449;
}
</style>
border-color css
<style>
span { border-color: #F22449; }
span { border-color: rgb(242,36,73); }
td.TdClassName
{
border-color: #F22449;
}
.TagClassName
{
border-color: #F22449;
}
</style>