Shades of Amaranth #F92047
Tints of Amaranth #F92047
RGB
CMYK
RGB Variations
Color information
#F92047 (or 0xF92047) is known color: Amaranth. HEX triplet: F9, 20 and 47. RGB value is (249,32,71). Sum of RGB (Red+Green+Blue) = 249+32+71=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F92047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92047 is #06DFB8. Grayscale: #656565. Windows color (decimal): -450489 or 4661497. OLE color: 4661497.
HSL color Cylindrical-coordinate representation of color #F92047: hue angle of 349.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92047 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 71 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.02 |
| HSL | 349.22º | 0.95% | 0.55% | - |
| HSV(B) | 349.22º | 0.87% | 0.98% | - |
| XYZ | 40.72 | 21.63 | 7.99 | - |
| YUV | 101.33 | 110.89 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 71 | 0 | 0.87 | 0.71 | 0.02 | 349.22 | 0.95 | 0.55 |
| Hex | F9 | 20 | 47 | 0 | 57 | 47 | 2 | 15D | 5F | 37 |
| Octal | 371 | 40 | 107 | 0 | 127 | 107 | 2 | 535 | 137 | 67 |
| Binary | 11111001 | 100000 | 1000111 | 0 | 1010111 | 1000111 | 10 | 101011101 | 1011111 | 110111 |
Color Harmonies of #F92047
Complementary color
Monochromatic Colors of #F92047
Black with #F92047
Text Example
Text Example
White with #F92047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92047; }
p { color: rgb(249,32,71); }
H1.HeaderClassName
{
color: #F92047;
}
.AnyTagClassName
{
color: #F92047;
}
</style>
background-color css
<style>
a { background-color: #F92047; }
a { background-color: rgb(249,32,71); }
div.DivClassName
{
background-color: #F92047;
}
.BgClassName
{
background-color: #F92047;
}
</style>
border-color css
<style>
span { border-color: #F92047; }
span { border-color: rgb(249,32,71); }
td.TdClassName
{
border-color: #F92047;
}
.TagClassName
{
border-color: #F92047;
}
</style>