Shades of Amaranth #F72153
Tints of Amaranth #F72153
RGB
CMYK
RGB Variations
Color information
#F72153 (or 0xF72153) is known color: Amaranth. HEX triplet: F7, 21 and 53. RGB value is (247,33,83). Sum of RGB (Red+Green+Blue) = 247+33+83=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F72153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72153 is #08DEAC. Grayscale: #666666. Windows color (decimal): -581293 or 5448183. OLE color: 5448183.
HSL color Cylindrical-coordinate representation of color #F72153: hue angle of 345.98º 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 #F72153 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 83 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.03 |
| HSL | 345.98º | 0.93% | 0.55% | - |
| HSV(B) | 345.98º | 0.87% | 0.97% | - |
| XYZ | 40.46 | 21.49 | 10.2 | - |
| YUV | 102.69 | 116.9 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 83 | 0 | 0.87 | 0.66 | 0.03 | 345.98 | 0.93 | 0.55 |
| Hex | F7 | 21 | 53 | 0 | 57 | 42 | 3 | 15A | 5D | 37 |
| Octal | 367 | 41 | 123 | 0 | 127 | 102 | 3 | 532 | 135 | 67 |
| Binary | 11110111 | 100001 | 1010011 | 0 | 1010111 | 1000010 | 11 | 101011010 | 1011101 | 110111 |
Color Harmonies of #F72153
Complementary color
Monochromatic Colors of #F72153
Black with #F72153
Text Example
Text Example
White with #F72153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72153; }
p { color: rgb(247,33,83); }
H1.HeaderClassName
{
color: #F72153;
}
.AnyTagClassName
{
color: #F72153;
}
</style>
background-color css
<style>
a { background-color: #F72153; }
a { background-color: rgb(247,33,83); }
div.DivClassName
{
background-color: #F72153;
}
.BgClassName
{
background-color: #F72153;
}
</style>
border-color css
<style>
span { border-color: #F72153; }
span { border-color: rgb(247,33,83); }
td.TdClassName
{
border-color: #F72153;
}
.TagClassName
{
border-color: #F72153;
}
</style>