Shades of Amaranth #F2184D
Tints of Amaranth #F2184D
RGB
CMYK
RGB Variations
Color information
#F2184D (or 0xF2184D) is known color: Amaranth. HEX triplet: F2, 18 and 4D. RGB value is (242,24,77). Sum of RGB (Red+Green+Blue) = 242+24+77=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2184D is #0DE7B2. Grayscale: #5F5F5F. Windows color (decimal): -911283 or 5052658. OLE color: 5052658.
HSL color Cylindrical-coordinate representation of color #F2184D: hue angle of 345.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2184D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.05 |
| HSL | 345.41º | 0.89% | 0.52% | - |
| HSV(B) | 345.41º | 0.9% | 0.95% | - |
| XYZ | 38.28 | 20.07 | 8.88 | - |
| YUV | 95.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 77 | 0 | 0.90 | 0.68 | 0.05 | 345.41 | 0.89 | 0.52 |
| Hex | F2 | 18 | 4D | 0 | 5A | 44 | 5 | 159 | 59 | 34 |
| Octal | 362 | 30 | 115 | 0 | 132 | 104 | 5 | 531 | 131 | 64 |
| Binary | 11110010 | 11000 | 1001101 | 0 | 1011010 | 1000100 | 101 | 101011001 | 1011001 | 110100 |
Color Harmonies of #F2184D
Complementary color
Monochromatic Colors of #F2184D
Black with #F2184D
Text Example
Text Example
White with #F2184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2184D; }
p { color: rgb(242,24,77); }
H1.HeaderClassName
{
color: #F2184D;
}
.AnyTagClassName
{
color: #F2184D;
}
</style>
background-color css
<style>
a { background-color: #F2184D; }
a { background-color: rgb(242,24,77); }
div.DivClassName
{
background-color: #F2184D;
}
.BgClassName
{
background-color: #F2184D;
}
</style>
border-color css
<style>
span { border-color: #F2184D; }
span { border-color: rgb(242,24,77); }
td.TdClassName
{
border-color: #F2184D;
}
.TagClassName
{
border-color: #F2184D;
}
</style>