Shades of Amaranth #F7254C
Tints of Amaranth #F7254C
RGB
CMYK
RGB Variations
Color information
#F7254C (or 0xF7254C) is known color: Amaranth. HEX triplet: F7, 25 and 4C. RGB value is (247,37,76). Sum of RGB (Red+Green+Blue) = 247+37+76=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7254C is #08DAB3. Grayscale: #686868. Windows color (decimal): -580276 or 4990455. OLE color: 4990455.
HSL color Cylindrical-coordinate representation of color #F7254C: hue angle of 348.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7254C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 76 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.03 |
| HSL | 348.86º | 0.93% | 0.56% | - |
| HSV(B) | 348.86º | 0.85% | 0.97% | - |
| XYZ | 40.32 | 21.62 | 8.89 | - |
| YUV | 104.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 76 | 0 | 0.85 | 0.69 | 0.03 | 348.86 | 0.93 | 0.56 |
| Hex | F7 | 25 | 4C | 0 | 55 | 45 | 3 | 15D | 5D | 38 |
| Octal | 367 | 45 | 114 | 0 | 125 | 105 | 3 | 535 | 135 | 70 |
| Binary | 11110111 | 100101 | 1001100 | 0 | 1010101 | 1000101 | 11 | 101011101 | 1011101 | 111000 |
Color Harmonies of #F7254C
Complementary color
Monochromatic Colors of #F7254C
Black with #F7254C
Text Example
Text Example
White with #F7254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7254C; }
p { color: rgb(247,37,76); }
H1.HeaderClassName
{
color: #F7254C;
}
.AnyTagClassName
{
color: #F7254C;
}
</style>
background-color css
<style>
a { background-color: #F7254C; }
a { background-color: rgb(247,37,76); }
div.DivClassName
{
background-color: #F7254C;
}
.BgClassName
{
background-color: #F7254C;
}
</style>
border-color css
<style>
span { border-color: #F7254C; }
span { border-color: rgb(247,37,76); }
td.TdClassName
{
border-color: #F7254C;
}
.TagClassName
{
border-color: #F7254C;
}
</style>