Shades of Amaranth #F72D42
Tints of Amaranth #F72D42
RGB
CMYK
RGB Variations
Color information
#F72D42 (or 0xF72D42) is known color: Amaranth. HEX triplet: F7, 2D and 42. RGB value is (247,45,66). Sum of RGB (Red+Green+Blue) = 247+45+66=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D42 is #08D2BD. Grayscale: #6B6B6B. Windows color (decimal): -578238 or 4337143. OLE color: 4337143.
HSL color Cylindrical-coordinate representation of color #F72D42: hue angle of 353.76º 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 #F72D42 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 66 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.03 |
| HSL | 353.76º | 0.93% | 0.57% | - |
| HSV(B) | 353.76º | 0.82% | 0.97% | - |
| XYZ | 40.28 | 22.04 | 7.29 | - |
| YUV | 107.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 66 | 0 | 0.82 | 0.73 | 0.03 | 353.76 | 0.93 | 0.57 |
| Hex | F7 | 2D | 42 | 0 | 52 | 49 | 3 | 162 | 5D | 39 |
| Octal | 367 | 55 | 102 | 0 | 122 | 111 | 3 | 542 | 135 | 71 |
| Binary | 11110111 | 101101 | 1000010 | 0 | 1010010 | 1001001 | 11 | 101100010 | 1011101 | 111001 |
Color Harmonies of #F72D42
Complementary color
Monochromatic Colors of #F72D42
Black with #F72D42
Text Example
Text Example
White with #F72D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D42; }
p { color: rgb(247,45,66); }
H1.HeaderClassName
{
color: #F72D42;
}
.AnyTagClassName
{
color: #F72D42;
}
</style>
background-color css
<style>
a { background-color: #F72D42; }
a { background-color: rgb(247,45,66); }
div.DivClassName
{
background-color: #F72D42;
}
.BgClassName
{
background-color: #F72D42;
}
</style>
border-color css
<style>
span { border-color: #F72D42; }
span { border-color: rgb(247,45,66); }
td.TdClassName
{
border-color: #F72D42;
}
.TagClassName
{
border-color: #F72D42;
}
</style>