Shades of Amaranth #F2224C
Tints of Amaranth #F2224C
RGB
CMYK
RGB Variations
Color information
#F2224C (or 0xF2224C) is known color: Amaranth. HEX triplet: F2, 22 and 4C. RGB value is (242,34,76). Sum of RGB (Red+Green+Blue) = 242+34+76=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2224C is #0DDDB3. Grayscale: #656565. Windows color (decimal): -908724 or 4989682. OLE color: 4989682.
HSL color Cylindrical-coordinate representation of color #F2224C: hue angle of 347.88º 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 #F2224C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 76 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.05 |
| HSL | 347.88º | 0.89% | 0.54% | - |
| HSV(B) | 347.88º | 0.86% | 0.95% | - |
| XYZ | 38.49 | 20.54 | 8.77 | - |
| YUV | 100.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 76 | 0 | 0.86 | 0.69 | 0.05 | 347.88 | 0.89 | 0.54 |
| Hex | F2 | 22 | 4C | 0 | 56 | 45 | 5 | 15C | 59 | 36 |
| Octal | 362 | 42 | 114 | 0 | 126 | 105 | 5 | 534 | 131 | 66 |
| Binary | 11110010 | 100010 | 1001100 | 0 | 1010110 | 1000101 | 101 | 101011100 | 1011001 | 110110 |
Color Harmonies of #F2224C
Complementary color
Monochromatic Colors of #F2224C
Black with #F2224C
Text Example
Text Example
White with #F2224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2224C; }
p { color: rgb(242,34,76); }
H1.HeaderClassName
{
color: #F2224C;
}
.AnyTagClassName
{
color: #F2224C;
}
</style>
background-color css
<style>
a { background-color: #F2224C; }
a { background-color: rgb(242,34,76); }
div.DivClassName
{
background-color: #F2224C;
}
.BgClassName
{
background-color: #F2224C;
}
</style>
border-color css
<style>
span { border-color: #F2224C; }
span { border-color: rgb(242,34,76); }
td.TdClassName
{
border-color: #F2224C;
}
.TagClassName
{
border-color: #F2224C;
}
</style>