Shades of Amaranth #F2174E
Tints of Amaranth #F2174E
RGB
CMYK
RGB Variations
Color information
#F2174E (or 0xF2174E) is known color: Amaranth. HEX triplet: F2, 17 and 4E. RGB value is (242,23,78). Sum of RGB (Red+Green+Blue) = 242+23+78=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2174E is #0DE8B1. Grayscale: #5E5E5E. Windows color (decimal): -911538 or 5117938. OLE color: 5117938.
HSL color Cylindrical-coordinate representation of color #F2174E: hue angle of 344.93º 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 #F2174E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.05 |
| HSL | 344.93º | 0.89% | 0.52% | - |
| HSV(B) | 344.93º | 0.9% | 0.95% | - |
| XYZ | 38.3 | 20.04 | 9.06 | - |
| YUV | 94.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 78 | 0 | 0.90 | 0.68 | 0.05 | 344.93 | 0.89 | 0.52 |
| Hex | F2 | 17 | 4E | 0 | 5A | 44 | 5 | 159 | 59 | 34 |
| Octal | 362 | 27 | 116 | 0 | 132 | 104 | 5 | 531 | 131 | 64 |
| Binary | 11110010 | 10111 | 1001110 | 0 | 1011010 | 1000100 | 101 | 101011001 | 1011001 | 110100 |
Color Harmonies of #F2174E
Complementary color
Monochromatic Colors of #F2174E
Black with #F2174E
Text Example
Text Example
White with #F2174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2174E; }
p { color: rgb(242,23,78); }
H1.HeaderClassName
{
color: #F2174E;
}
.AnyTagClassName
{
color: #F2174E;
}
</style>
background-color css
<style>
a { background-color: #F2174E; }
a { background-color: rgb(242,23,78); }
div.DivClassName
{
background-color: #F2174E;
}
.BgClassName
{
background-color: #F2174E;
}
</style>
border-color css
<style>
span { border-color: #F2174E; }
span { border-color: rgb(242,23,78); }
td.TdClassName
{
border-color: #F2174E;
}
.TagClassName
{
border-color: #F2174E;
}
</style>