Shades of Amaranth #F72255
Tints of Amaranth #F72255
RGB
CMYK
RGB Variations
Color information
#F72255 (or 0xF72255) is known color: Amaranth. HEX triplet: F7, 22 and 55. RGB value is (247,34,85). Sum of RGB (Red+Green+Blue) = 247+34+85=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F72255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72255 is #08DDAA. Grayscale: #676767. Windows color (decimal): -581035 or 5579511. OLE color: 5579511.
HSL color Cylindrical-coordinate representation of color #F72255: hue angle of 345.63º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F72255 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 85 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.03 |
| HSL | 345.63º | 0.93% | 0.55% | - |
| HSV(B) | 345.63º | 0.86% | 0.97% | - |
| XYZ | 40.57 | 21.57 | 10.62 | - |
| YUV | 103.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 85 | 0 | 0.86 | 0.66 | 0.03 | 345.63 | 0.93 | 0.55 |
| Hex | F7 | 22 | 55 | 0 | 56 | 42 | 3 | 15A | 5D | 37 |
| Octal | 367 | 42 | 125 | 0 | 126 | 102 | 3 | 532 | 135 | 67 |
| Binary | 11110111 | 100010 | 1010101 | 0 | 1010110 | 1000010 | 11 | 101011010 | 1011101 | 110111 |
Color Harmonies of #F72255
Complementary color
Monochromatic Colors of #F72255
Black with #F72255
Text Example
Text Example
White with #F72255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72255; }
p { color: rgb(247,34,85); }
H1.HeaderClassName
{
color: #F72255;
}
.AnyTagClassName
{
color: #F72255;
}
</style>
background-color css
<style>
a { background-color: #F72255; }
a { background-color: rgb(247,34,85); }
div.DivClassName
{
background-color: #F72255;
}
.BgClassName
{
background-color: #F72255;
}
</style>
border-color css
<style>
span { border-color: #F72255; }
span { border-color: rgb(247,34,85); }
td.TdClassName
{
border-color: #F72255;
}
.TagClassName
{
border-color: #F72255;
}
</style>