Shades of Amaranth #F72654
Tints of Amaranth #F72654
RGB
CMYK
RGB Variations
Color information
#F72654 (or 0xF72654) is known color: Amaranth. HEX triplet: F7, 26 and 54. RGB value is (247,38,84). Sum of RGB (Red+Green+Blue) = 247+38+84=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F72654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72654 is #08D9AB. Grayscale: #696969. Windows color (decimal): -580012 or 5514999. OLE color: 5514999.
HSL color Cylindrical-coordinate representation of color #F72654: hue angle of 346.79º 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 #F72654 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 84 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.03 |
| HSL | 346.79º | 0.93% | 0.56% | - |
| HSV(B) | 346.79º | 0.85% | 0.97% | - |
| XYZ | 40.65 | 21.8 | 10.45 | - |
| YUV | 105.74 | 115.74 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 84 | 0 | 0.85 | 0.66 | 0.03 | 346.79 | 0.93 | 0.56 |
| Hex | F7 | 26 | 54 | 0 | 55 | 42 | 3 | 15B | 5D | 38 |
| Octal | 367 | 46 | 124 | 0 | 125 | 102 | 3 | 533 | 135 | 70 |
| Binary | 11110111 | 100110 | 1010100 | 0 | 1010101 | 1000010 | 11 | 101011011 | 1011101 | 111000 |
Color Harmonies of #F72654
Complementary color
Monochromatic Colors of #F72654
Black with #F72654
Text Example
Text Example
White with #F72654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72654; }
p { color: rgb(247,38,84); }
H1.HeaderClassName
{
color: #F72654;
}
.AnyTagClassName
{
color: #F72654;
}
</style>
background-color css
<style>
a { background-color: #F72654; }
a { background-color: rgb(247,38,84); }
div.DivClassName
{
background-color: #F72654;
}
.BgClassName
{
background-color: #F72654;
}
</style>
border-color css
<style>
span { border-color: #F72654; }
span { border-color: rgb(247,38,84); }
td.TdClassName
{
border-color: #F72654;
}
.TagClassName
{
border-color: #F72654;
}
</style>