Shades of Amaranth #F22C49
Tints of Amaranth #F22C49
RGB
CMYK
RGB Variations
Color information
#F22C49 (or 0xF22C49) is known color: Amaranth. HEX triplet: F2, 2C and 49. RGB value is (242,44,73). Sum of RGB (Red+Green+Blue) = 242+44+73=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C49 is #0DD3B6. Grayscale: #6A6A6A. Windows color (decimal): -906167 or 4795634. OLE color: 4795634.
HSL color Cylindrical-coordinate representation of color #F22C49: hue angle of 351.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C49 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 73 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.05 |
| HSL | 351.21º | 0.88% | 0.56% | - |
| HSV(B) | 351.21º | 0.82% | 0.95% | - |
| XYZ | 38.72 | 21.16 | 8.35 | - |
| YUV | 106.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 73 | 0 | 0.82 | 0.70 | 0.05 | 351.21 | 0.88 | 0.56 |
| Hex | F2 | 2C | 49 | 0 | 52 | 46 | 5 | 15F | 58 | 38 |
| Octal | 362 | 54 | 111 | 0 | 122 | 106 | 5 | 537 | 130 | 70 |
| Binary | 11110010 | 101100 | 1001001 | 0 | 1010010 | 1000110 | 101 | 101011111 | 1011000 | 111000 |
Color Harmonies of #F22C49
Complementary color
Monochromatic Colors of #F22C49
Black with #F22C49
Text Example
Text Example
White with #F22C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C49; }
p { color: rgb(242,44,73); }
H1.HeaderClassName
{
color: #F22C49;
}
.AnyTagClassName
{
color: #F22C49;
}
</style>
background-color css
<style>
a { background-color: #F22C49; }
a { background-color: rgb(242,44,73); }
div.DivClassName
{
background-color: #F22C49;
}
.BgClassName
{
background-color: #F22C49;
}
</style>
border-color css
<style>
span { border-color: #F22C49; }
span { border-color: rgb(242,44,73); }
td.TdClassName
{
border-color: #F22C49;
}
.TagClassName
{
border-color: #F22C49;
}
</style>