Shades of Amaranth #F7264D
Tints of Amaranth #F7264D
RGB
CMYK
RGB Variations
Color information
#F7264D (or 0xF7264D) is known color: Amaranth. HEX triplet: F7, 26 and 4D. RGB value is (247,38,77). Sum of RGB (Red+Green+Blue) = 247+38+77=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7264D is #08D9B2. Grayscale: #686868. Windows color (decimal): -580019 or 5056247. OLE color: 5056247.
HSL color Cylindrical-coordinate representation of color #F7264D: hue angle of 348.8º 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 #F7264D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 77 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.03 |
| HSL | 348.8º | 0.93% | 0.56% | - |
| HSV(B) | 348.8º | 0.85% | 0.97% | - |
| XYZ | 40.39 | 21.7 | 9.08 | - |
| YUV | 104.94 | 112.24 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 77 | 0 | 0.85 | 0.69 | 0.03 | 348.8 | 0.93 | 0.56 |
| Hex | F7 | 26 | 4D | 0 | 55 | 45 | 3 | 15D | 5D | 38 |
| Octal | 367 | 46 | 115 | 0 | 125 | 105 | 3 | 535 | 135 | 70 |
| Binary | 11110111 | 100110 | 1001101 | 0 | 1010101 | 1000101 | 11 | 101011101 | 1011101 | 111000 |
Color Harmonies of #F7264D
Complementary color
Monochromatic Colors of #F7264D
Black with #F7264D
Text Example
Text Example
White with #F7264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7264D; }
p { color: rgb(247,38,77); }
H1.HeaderClassName
{
color: #F7264D;
}
.AnyTagClassName
{
color: #F7264D;
}
</style>
background-color css
<style>
a { background-color: #F7264D; }
a { background-color: rgb(247,38,77); }
div.DivClassName
{
background-color: #F7264D;
}
.BgClassName
{
background-color: #F7264D;
}
</style>
border-color css
<style>
span { border-color: #F7264D; }
span { border-color: rgb(247,38,77); }
td.TdClassName
{
border-color: #F7264D;
}
.TagClassName
{
border-color: #F7264D;
}
</style>