Shades of Amaranth #F72D4E
Tints of Amaranth #F72D4E
RGB
CMYK
RGB Variations
Color information
#F72D4E (or 0xF72D4E) is known color: Amaranth. HEX triplet: F7, 2D and 4E. RGB value is (247,45,78). Sum of RGB (Red+Green+Blue) = 247+45+78=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72D4E is #08D2B1. Grayscale: #6D6D6D. Windows color (decimal): -578226 or 5123575. OLE color: 5123575.
HSL color Cylindrical-coordinate representation of color #F72D4E: hue angle of 350.2º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72D4E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 78 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.03 |
| HSL | 350.2º | 0.93% | 0.57% | - |
| HSV(B) | 350.2º | 0.82% | 0.97% | - |
| XYZ | 40.67 | 22.2 | 9.35 | - |
| YUV | 109.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 78 | 0 | 0.82 | 0.68 | 0.03 | 350.2 | 0.93 | 0.57 |
| Hex | F7 | 2D | 4E | 0 | 52 | 44 | 3 | 15E | 5D | 39 |
| Octal | 367 | 55 | 116 | 0 | 122 | 104 | 3 | 536 | 135 | 71 |
| Binary | 11110111 | 101101 | 1001110 | 0 | 1010010 | 1000100 | 11 | 101011110 | 1011101 | 111001 |
Color Harmonies of #F72D4E
Complementary color
Monochromatic Colors of #F72D4E
Black with #F72D4E
Text Example
Text Example
White with #F72D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D4E; }
p { color: rgb(247,45,78); }
H1.HeaderClassName
{
color: #F72D4E;
}
.AnyTagClassName
{
color: #F72D4E;
}
</style>
background-color css
<style>
a { background-color: #F72D4E; }
a { background-color: rgb(247,45,78); }
div.DivClassName
{
background-color: #F72D4E;
}
.BgClassName
{
background-color: #F72D4E;
}
</style>
border-color css
<style>
span { border-color: #F72D4E; }
span { border-color: rgb(247,45,78); }
td.TdClassName
{
border-color: #F72D4E;
}
.TagClassName
{
border-color: #F72D4E;
}
</style>