Shades of Amaranth #F2225F
Tints of Amaranth #F2225F
RGB
CMYK
RGB Variations
Color information
#F2225F (or 0xF2225F) is known color: Amaranth. HEX triplet: F2, 22 and 5F. RGB value is (242,34,95). Sum of RGB (Red+Green+Blue) = 242+34+95=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2225F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2225F is #0DDDA0. Grayscale: #676767. Windows color (decimal): -908705 or 6234866. OLE color: 6234866.
HSL color Cylindrical-coordinate representation of color #F2225F: hue angle of 342.4º 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 #F2225F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 95 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.05 |
| HSL | 342.4º | 0.89% | 0.54% | - |
| HSV(B) | 342.4º | 0.86% | 0.95% | - |
| XYZ | 39.26 | 20.85 | 12.78 | - |
| YUV | 103.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 95 | 0 | 0.86 | 0.61 | 0.05 | 342.4 | 0.89 | 0.54 |
| Hex | F2 | 22 | 5F | 0 | 56 | 3D | 5 | 156 | 59 | 36 |
| Octal | 362 | 42 | 137 | 0 | 126 | 75 | 5 | 526 | 131 | 66 |
| Binary | 11110010 | 100010 | 1011111 | 0 | 1010110 | 111101 | 101 | 101010110 | 1011001 | 110110 |
Color Harmonies of #F2225F
Complementary color
Monochromatic Colors of #F2225F
Black with #F2225F
Text Example
Text Example
White with #F2225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2225F; }
p { color: rgb(242,34,95); }
H1.HeaderClassName
{
color: #F2225F;
}
.AnyTagClassName
{
color: #F2225F;
}
</style>
background-color css
<style>
a { background-color: #F2225F; }
a { background-color: rgb(242,34,95); }
div.DivClassName
{
background-color: #F2225F;
}
.BgClassName
{
background-color: #F2225F;
}
</style>
border-color css
<style>
span { border-color: #F2225F; }
span { border-color: rgb(242,34,95); }
td.TdClassName
{
border-color: #F2225F;
}
.TagClassName
{
border-color: #F2225F;
}
</style>