Shades of Amaranth #F93546
Tints of Amaranth #F93546
RGB
CMYK
RGB Variations
Color information
#F93546 (or 0xF93546) is known color: Amaranth. HEX triplet: F9, 35 and 46. RGB value is (249,53,70). Sum of RGB (Red+Green+Blue) = 249+53+70=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F93546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93546 is #06CAB9. Grayscale: #717171. Windows color (decimal): -445114 or 4601337. OLE color: 4601337.
HSL color Cylindrical-coordinate representation of color #F93546: hue angle of 354.8º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93546 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 70 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.02 |
| HSL | 354.8º | 0.94% | 0.59% | - |
| HSV(B) | 354.8º | 0.79% | 0.98% | - |
| XYZ | 41.45 | 23.13 | 8.07 | - |
| YUV | 113.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 70 | 0 | 0.79 | 0.72 | 0.02 | 354.8 | 0.94 | 0.59 |
| Hex | F9 | 35 | 46 | 0 | 4F | 48 | 2 | 163 | 5E | 3B |
| Octal | 371 | 65 | 106 | 0 | 117 | 110 | 2 | 543 | 136 | 73 |
| Binary | 11111001 | 110101 | 1000110 | 0 | 1001111 | 1001000 | 10 | 101100011 | 1011110 | 111011 |
Color Harmonies of #F93546
Complementary color
Monochromatic Colors of #F93546
Black with #F93546
Text Example
Text Example
White with #F93546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93546; }
p { color: rgb(249,53,70); }
H1.HeaderClassName
{
color: #F93546;
}
.AnyTagClassName
{
color: #F93546;
}
</style>
background-color css
<style>
a { background-color: #F93546; }
a { background-color: rgb(249,53,70); }
div.DivClassName
{
background-color: #F93546;
}
.BgClassName
{
background-color: #F93546;
}
</style>
border-color css
<style>
span { border-color: #F93546; }
span { border-color: rgb(249,53,70); }
td.TdClassName
{
border-color: #F93546;
}
.TagClassName
{
border-color: #F93546;
}
</style>