Shades of Amaranth #F93047
Tints of Amaranth #F93047
RGB
CMYK
RGB Variations
Color information
#F93047 (or 0xF93047) is known color: Amaranth. HEX triplet: F9, 30 and 47. RGB value is (249,48,71). Sum of RGB (Red+Green+Blue) = 249+48+71=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F93047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93047 is #06CFB8. Grayscale: #6E6E6E. Windows color (decimal): -446393 or 4665593. OLE color: 4665593.
HSL color Cylindrical-coordinate representation of color #F93047: hue angle of 353.13º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F93047 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 71 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.02 |
| HSL | 353.13º | 0.94% | 0.58% | - |
| HSV(B) | 353.13º | 0.81% | 0.98% | - |
| XYZ | 41.26 | 22.71 | 8.17 | - |
| YUV | 110.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 71 | 0 | 0.81 | 0.71 | 0.02 | 353.13 | 0.94 | 0.58 |
| Hex | F9 | 30 | 47 | 0 | 51 | 47 | 2 | 161 | 5E | 3A |
| Octal | 371 | 60 | 107 | 0 | 121 | 107 | 2 | 541 | 136 | 72 |
| Binary | 11111001 | 110000 | 1000111 | 0 | 1010001 | 1000111 | 10 | 101100001 | 1011110 | 111010 |
Color Harmonies of #F93047
Complementary color
Monochromatic Colors of #F93047
Black with #F93047
Text Example
Text Example
White with #F93047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93047; }
p { color: rgb(249,48,71); }
H1.HeaderClassName
{
color: #F93047;
}
.AnyTagClassName
{
color: #F93047;
}
</style>
background-color css
<style>
a { background-color: #F93047; }
a { background-color: rgb(249,48,71); }
div.DivClassName
{
background-color: #F93047;
}
.BgClassName
{
background-color: #F93047;
}
</style>
border-color css
<style>
span { border-color: #F93047; }
span { border-color: rgb(249,48,71); }
td.TdClassName
{
border-color: #F93047;
}
.TagClassName
{
border-color: #F93047;
}
</style>