Shades of Amaranth #F2224F
Tints of Amaranth #F2224F
RGB
CMYK
RGB Variations
Color information
#F2224F (or 0xF2224F) is known color: Amaranth. HEX triplet: F2, 22 and 4F. RGB value is (242,34,79). Sum of RGB (Red+Green+Blue) = 242+34+79=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2224F is #0DDDB0. Grayscale: #656565. Windows color (decimal): -908721 or 5186290. OLE color: 5186290.
HSL color Cylindrical-coordinate representation of color #F2224F: hue angle of 347.02º 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 #F2224F is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 79 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.05 |
| HSL | 347.02º | 0.89% | 0.54% | - |
| HSV(B) | 347.02º | 0.86% | 0.95% | - |
| XYZ | 38.6 | 20.59 | 9.34 | - |
| YUV | 101.32 | 115.41 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 79 | 0 | 0.86 | 0.67 | 0.05 | 347.02 | 0.89 | 0.54 |
| Hex | F2 | 22 | 4F | 0 | 56 | 43 | 5 | 15B | 59 | 36 |
| Octal | 362 | 42 | 117 | 0 | 126 | 103 | 5 | 533 | 131 | 66 |
| Binary | 11110010 | 100010 | 1001111 | 0 | 1010110 | 1000011 | 101 | 101011011 | 1011001 | 110110 |
Color Harmonies of #F2224F
Complementary color
Monochromatic Colors of #F2224F
Black with #F2224F
Text Example
Text Example
White with #F2224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2224F; }
p { color: rgb(242,34,79); }
H1.HeaderClassName
{
color: #F2224F;
}
.AnyTagClassName
{
color: #F2224F;
}
</style>
background-color css
<style>
a { background-color: #F2224F; }
a { background-color: rgb(242,34,79); }
div.DivClassName
{
background-color: #F2224F;
}
.BgClassName
{
background-color: #F2224F;
}
</style>
border-color css
<style>
span { border-color: #F2224F; }
span { border-color: rgb(242,34,79); }
td.TdClassName
{
border-color: #F2224F;
}
.TagClassName
{
border-color: #F2224F;
}
</style>