Shades of Amaranth #F2214F
Tints of Amaranth #F2214F
RGB
CMYK
RGB Variations
Color information
#F2214F (or 0xF2214F) is known color: Amaranth. HEX triplet: F2, 21 and 4F. RGB value is (242,33,79). Sum of RGB (Red+Green+Blue) = 242+33+79=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2214F is #0DDEB0. Grayscale: #646464. Windows color (decimal): -908977 or 5186034. OLE color: 5186034.
HSL color Cylindrical-coordinate representation of color #F2214F: hue angle of 346.79º 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 #F2214F is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 79 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.05 |
| HSL | 346.79º | 0.89% | 0.54% | - |
| HSV(B) | 346.79º | 0.86% | 0.95% | - |
| XYZ | 38.57 | 20.53 | 9.33 | - |
| YUV | 100.74 | 115.74 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 79 | 0 | 0.86 | 0.67 | 0.05 | 346.79 | 0.89 | 0.54 |
| Hex | F2 | 21 | 4F | 0 | 56 | 43 | 5 | 15B | 59 | 36 |
| Octal | 362 | 41 | 117 | 0 | 126 | 103 | 5 | 533 | 131 | 66 |
| Binary | 11110010 | 100001 | 1001111 | 0 | 1010110 | 1000011 | 101 | 101011011 | 1011001 | 110110 |
Color Harmonies of #F2214F
Complementary color
Monochromatic Colors of #F2214F
Black with #F2214F
Text Example
Text Example
White with #F2214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2214F; }
p { color: rgb(242,33,79); }
H1.HeaderClassName
{
color: #F2214F;
}
.AnyTagClassName
{
color: #F2214F;
}
</style>
background-color css
<style>
a { background-color: #F2214F; }
a { background-color: rgb(242,33,79); }
div.DivClassName
{
background-color: #F2214F;
}
.BgClassName
{
background-color: #F2214F;
}
</style>
border-color css
<style>
span { border-color: #F2214F; }
span { border-color: rgb(242,33,79); }
td.TdClassName
{
border-color: #F2214F;
}
.TagClassName
{
border-color: #F2214F;
}
</style>