Shades of Amaranth #F2214C
Tints of Amaranth #F2214C
RGB
CMYK
RGB Variations
Color information
#F2214C (or 0xF2214C) is known color: Amaranth. HEX triplet: F2, 21 and 4C. RGB value is (242,33,76). Sum of RGB (Red+Green+Blue) = 242+33+76=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2214C is #0DDEB3. Grayscale: #646464. Windows color (decimal): -908980 or 4989426. OLE color: 4989426.
HSL color Cylindrical-coordinate representation of color #F2214C: hue angle of 347.66º 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 #F2214C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.05 |
| HSL | 347.66º | 0.89% | 0.54% | - |
| HSV(B) | 347.66º | 0.86% | 0.95% | - |
| XYZ | 38.47 | 20.49 | 8.76 | - |
| YUV | 100.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 76 | 0 | 0.86 | 0.69 | 0.05 | 347.66 | 0.89 | 0.54 |
| Hex | F2 | 21 | 4C | 0 | 56 | 45 | 5 | 15C | 59 | 36 |
| Octal | 362 | 41 | 114 | 0 | 126 | 105 | 5 | 534 | 131 | 66 |
| Binary | 11110010 | 100001 | 1001100 | 0 | 1010110 | 1000101 | 101 | 101011100 | 1011001 | 110110 |
Color Harmonies of #F2214C
Complementary color
Monochromatic Colors of #F2214C
Black with #F2214C
Text Example
Text Example
White with #F2214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2214C; }
p { color: rgb(242,33,76); }
H1.HeaderClassName
{
color: #F2214C;
}
.AnyTagClassName
{
color: #F2214C;
}
</style>
background-color css
<style>
a { background-color: #F2214C; }
a { background-color: rgb(242,33,76); }
div.DivClassName
{
background-color: #F2214C;
}
.BgClassName
{
background-color: #F2214C;
}
</style>
border-color css
<style>
span { border-color: #F2214C; }
span { border-color: rgb(242,33,76); }
td.TdClassName
{
border-color: #F2214C;
}
.TagClassName
{
border-color: #F2214C;
}
</style>