Shades of Amaranth #F72154
Tints of Amaranth #F72154
RGB
CMYK
RGB Variations
Color information
#F72154 (or 0xF72154) is known color: Amaranth. HEX triplet: F7, 21 and 54. RGB value is (247,33,84). Sum of RGB (Red+Green+Blue) = 247+33+84=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F72154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72154 is #08DEAB. Grayscale: #666666. Windows color (decimal): -581292 or 5513719. OLE color: 5513719.
HSL color Cylindrical-coordinate representation of color #F72154: hue angle of 345.7º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72154 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 84 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.03 |
| HSL | 345.7º | 0.93% | 0.55% | - |
| HSV(B) | 345.7º | 0.87% | 0.97% | - |
| XYZ | 40.5 | 21.5 | 10.4 | - |
| YUV | 102.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 84 | 0 | 0.87 | 0.66 | 0.03 | 345.7 | 0.93 | 0.55 |
| Hex | F7 | 21 | 54 | 0 | 57 | 42 | 3 | 15A | 5D | 37 |
| Octal | 367 | 41 | 124 | 0 | 127 | 102 | 3 | 532 | 135 | 67 |
| Binary | 11110111 | 100001 | 1010100 | 0 | 1010111 | 1000010 | 11 | 101011010 | 1011101 | 110111 |
Color Harmonies of #F72154
Complementary color
Monochromatic Colors of #F72154
Black with #F72154
Text Example
Text Example
White with #F72154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72154; }
p { color: rgb(247,33,84); }
H1.HeaderClassName
{
color: #F72154;
}
.AnyTagClassName
{
color: #F72154;
}
</style>
background-color css
<style>
a { background-color: #F72154; }
a { background-color: rgb(247,33,84); }
div.DivClassName
{
background-color: #F72154;
}
.BgClassName
{
background-color: #F72154;
}
</style>
border-color css
<style>
span { border-color: #F72154; }
span { border-color: rgb(247,33,84); }
td.TdClassName
{
border-color: #F72154;
}
.TagClassName
{
border-color: #F72154;
}
</style>