Shades of Amaranth #F22D49
Tints of Amaranth #F22D49
RGB
CMYK
RGB Variations
Color information
#F22D49 (or 0xF22D49) is known color: Amaranth. HEX triplet: F2, 2D and 49. RGB value is (242,45,73). Sum of RGB (Red+Green+Blue) = 242+45+73=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D49 is #0DD2B6. Grayscale: #6B6B6B. Windows color (decimal): -905911 or 4795890. OLE color: 4795890.
HSL color Cylindrical-coordinate representation of color #F22D49: hue angle of 351.47º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D49 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 73 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.05 |
| HSL | 351.47º | 0.88% | 0.56% | - |
| HSV(B) | 351.47º | 0.81% | 0.95% | - |
| XYZ | 38.76 | 21.24 | 8.36 | - |
| YUV | 107.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 73 | 0 | 0.81 | 0.70 | 0.05 | 351.47 | 0.88 | 0.56 |
| Hex | F2 | 2D | 49 | 0 | 51 | 46 | 5 | 15F | 58 | 38 |
| Octal | 362 | 55 | 111 | 0 | 121 | 106 | 5 | 537 | 130 | 70 |
| Binary | 11110010 | 101101 | 1001001 | 0 | 1010001 | 1000110 | 101 | 101011111 | 1011000 | 111000 |
Color Harmonies of #F22D49
Complementary color
Monochromatic Colors of #F22D49
Black with #F22D49
Text Example
Text Example
White with #F22D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D49; }
p { color: rgb(242,45,73); }
H1.HeaderClassName
{
color: #F22D49;
}
.AnyTagClassName
{
color: #F22D49;
}
</style>
background-color css
<style>
a { background-color: #F22D49; }
a { background-color: rgb(242,45,73); }
div.DivClassName
{
background-color: #F22D49;
}
.BgClassName
{
background-color: #F22D49;
}
</style>
border-color css
<style>
span { border-color: #F22D49; }
span { border-color: rgb(242,45,73); }
td.TdClassName
{
border-color: #F22D49;
}
.TagClassName
{
border-color: #F22D49;
}
</style>