Shades of Amaranth #F93049
Tints of Amaranth #F93049
RGB
CMYK
RGB Variations
Color information
#F93049 (or 0xF93049) is known color: Amaranth. HEX triplet: F9, 30 and 49. RGB value is (249,48,73). Sum of RGB (Red+Green+Blue) = 249+48+73=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F93049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93049 is #06CFB6. Grayscale: #6F6F6F. Windows color (decimal): -446391 or 4796665. OLE color: 4796665.
HSL color Cylindrical-coordinate representation of color #F93049: hue angle of 352.54º 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 #F93049 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 73 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.02 |
| HSL | 352.54º | 0.94% | 0.58% | - |
| HSV(B) | 352.54º | 0.81% | 0.98% | - |
| XYZ | 41.33 | 22.73 | 8.51 | - |
| YUV | 110.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 73 | 0 | 0.81 | 0.71 | 0.02 | 352.54 | 0.94 | 0.58 |
| Hex | F9 | 30 | 49 | 0 | 51 | 47 | 2 | 161 | 5E | 3A |
| Octal | 371 | 60 | 111 | 0 | 121 | 107 | 2 | 541 | 136 | 72 |
| Binary | 11111001 | 110000 | 1001001 | 0 | 1010001 | 1000111 | 10 | 101100001 | 1011110 | 111010 |
Color Harmonies of #F93049
Complementary color
Monochromatic Colors of #F93049
Black with #F93049
Text Example
Text Example
White with #F93049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93049; }
p { color: rgb(249,48,73); }
H1.HeaderClassName
{
color: #F93049;
}
.AnyTagClassName
{
color: #F93049;
}
</style>
background-color css
<style>
a { background-color: #F93049; }
a { background-color: rgb(249,48,73); }
div.DivClassName
{
background-color: #F93049;
}
.BgClassName
{
background-color: #F93049;
}
</style>
border-color css
<style>
span { border-color: #F93049; }
span { border-color: rgb(249,48,73); }
td.TdClassName
{
border-color: #F93049;
}
.TagClassName
{
border-color: #F93049;
}
</style>