Shades of Amaranth #F7294B
Tints of Amaranth #F7294B
RGB
CMYK
RGB Variations
Color information
#F7294B (or 0xF7294B) is known color: Amaranth. HEX triplet: F7, 29 and 4B. RGB value is (247,41,75). Sum of RGB (Red+Green+Blue) = 247+41+75=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7294B is #08D6B4. Grayscale: #6A6A6A. Windows color (decimal): -579253 or 4925943. OLE color: 4925943.
HSL color Cylindrical-coordinate representation of color #F7294B: hue angle of 350.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7294B is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 75 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.03 |
| HSL | 350.1º | 0.93% | 0.56% | - |
| HSV(B) | 350.1º | 0.83% | 0.97% | - |
| XYZ | 40.42 | 21.87 | 8.75 | - |
| YUV | 106.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 75 | 0 | 0.83 | 0.70 | 0.03 | 350.1 | 0.93 | 0.56 |
| Hex | F7 | 29 | 4B | 0 | 53 | 46 | 3 | 15E | 5D | 38 |
| Octal | 367 | 51 | 113 | 0 | 123 | 106 | 3 | 536 | 135 | 70 |
| Binary | 11110111 | 101001 | 1001011 | 0 | 1010011 | 1000110 | 11 | 101011110 | 1011101 | 111000 |
Color Harmonies of #F7294B
Complementary color
Monochromatic Colors of #F7294B
Black with #F7294B
Text Example
Text Example
White with #F7294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7294B; }
p { color: rgb(247,41,75); }
H1.HeaderClassName
{
color: #F7294B;
}
.AnyTagClassName
{
color: #F7294B;
}
</style>
background-color css
<style>
a { background-color: #F7294B; }
a { background-color: rgb(247,41,75); }
div.DivClassName
{
background-color: #F7294B;
}
.BgClassName
{
background-color: #F7294B;
}
</style>
border-color css
<style>
span { border-color: #F7294B; }
span { border-color: rgb(247,41,75); }
td.TdClassName
{
border-color: #F7294B;
}
.TagClassName
{
border-color: #F7294B;
}
</style>