Shades of Amaranth #F2244E
Tints of Amaranth #F2244E
RGB
CMYK
RGB Variations
Color information
#F2244E (or 0xF2244E) is known color: Amaranth. HEX triplet: F2, 24 and 4E. RGB value is (242,36,78). Sum of RGB (Red+Green+Blue) = 242+36+78=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2244E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2244E is #0DDBB1. Grayscale: #666666. Windows color (decimal): -908210 or 5121266. OLE color: 5121266.
HSL color Cylindrical-coordinate representation of color #F2244E: hue angle of 347.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2244E is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 78 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.05 |
| HSL | 347.77º | 0.89% | 0.55% | - |
| HSV(B) | 347.77º | 0.85% | 0.95% | - |
| XYZ | 38.62 | 20.69 | 9.17 | - |
| YUV | 102.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 78 | 0 | 0.85 | 0.68 | 0.05 | 347.77 | 0.89 | 0.55 |
| Hex | F2 | 24 | 4E | 0 | 55 | 44 | 5 | 15C | 59 | 37 |
| Octal | 362 | 44 | 116 | 0 | 125 | 104 | 5 | 534 | 131 | 67 |
| Binary | 11110010 | 100100 | 1001110 | 0 | 1010101 | 1000100 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F2244E
Complementary color
Monochromatic Colors of #F2244E
Black with #F2244E
Text Example
Text Example
White with #F2244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2244E; }
p { color: rgb(242,36,78); }
H1.HeaderClassName
{
color: #F2244E;
}
.AnyTagClassName
{
color: #F2244E;
}
</style>
background-color css
<style>
a { background-color: #F2244E; }
a { background-color: rgb(242,36,78); }
div.DivClassName
{
background-color: #F2244E;
}
.BgClassName
{
background-color: #F2244E;
}
</style>
border-color css
<style>
span { border-color: #F2244E; }
span { border-color: rgb(242,36,78); }
td.TdClassName
{
border-color: #F2244E;
}
.TagClassName
{
border-color: #F2244E;
}
</style>