Shades of Amaranth #F7244D
Tints of Amaranth #F7244D
RGB
CMYK
RGB Variations
Color information
#F7244D (or 0xF7244D) is known color: Amaranth. HEX triplet: F7, 24 and 4D. RGB value is (247,36,77). Sum of RGB (Red+Green+Blue) = 247+36+77=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7244D is #08DBB2. Grayscale: #676767. Windows color (decimal): -580531 or 5055735. OLE color: 5055735.
HSL color Cylindrical-coordinate representation of color #F7244D: hue angle of 348.34º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7244D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 77 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.03 |
| HSL | 348.34º | 0.93% | 0.55% | - |
| HSV(B) | 348.34º | 0.85% | 0.97% | - |
| XYZ | 40.33 | 21.57 | 9.06 | - |
| YUV | 103.76 | 112.9 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 77 | 0 | 0.85 | 0.69 | 0.03 | 348.34 | 0.93 | 0.55 |
| Hex | F7 | 24 | 4D | 0 | 55 | 45 | 3 | 15C | 5D | 37 |
| Octal | 367 | 44 | 115 | 0 | 125 | 105 | 3 | 534 | 135 | 67 |
| Binary | 11110111 | 100100 | 1001101 | 0 | 1010101 | 1000101 | 11 | 101011100 | 1011101 | 110111 |
Color Harmonies of #F7244D
Complementary color
Monochromatic Colors of #F7244D
Black with #F7244D
Text Example
Text Example
White with #F7244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7244D; }
p { color: rgb(247,36,77); }
H1.HeaderClassName
{
color: #F7244D;
}
.AnyTagClassName
{
color: #F7244D;
}
</style>
background-color css
<style>
a { background-color: #F7244D; }
a { background-color: rgb(247,36,77); }
div.DivClassName
{
background-color: #F7244D;
}
.BgClassName
{
background-color: #F7244D;
}
</style>
border-color css
<style>
span { border-color: #F7244D; }
span { border-color: rgb(247,36,77); }
td.TdClassName
{
border-color: #F7244D;
}
.TagClassName
{
border-color: #F7244D;
}
</style>