Shades of Amaranth #F92946
Tints of Amaranth #F92946
RGB
CMYK
RGB Variations
Color information
#F92946 (or 0xF92946) is known color: Amaranth. HEX triplet: F9, 29 and 46. RGB value is (249,41,70). Sum of RGB (Red+Green+Blue) = 249+41+70=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F92946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92946 is #06D6B9. Grayscale: #6A6A6A. Windows color (decimal): -448186 or 4598265. OLE color: 4598265.
HSL color Cylindrical-coordinate representation of color #F92946: hue angle of 351.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92946 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 70 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.02 |
| HSL | 351.63º | 0.95% | 0.57% | - |
| HSV(B) | 351.63º | 0.84% | 0.98% | - |
| XYZ | 40.97 | 22.17 | 7.91 | - |
| YUV | 106.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 70 | 0 | 0.84 | 0.72 | 0.02 | 351.63 | 0.95 | 0.57 |
| Hex | F9 | 29 | 46 | 0 | 54 | 48 | 2 | 160 | 5F | 39 |
| Octal | 371 | 51 | 106 | 0 | 124 | 110 | 2 | 540 | 137 | 71 |
| Binary | 11111001 | 101001 | 1000110 | 0 | 1010100 | 1001000 | 10 | 101100000 | 1011111 | 111001 |
Color Harmonies of #F92946
Complementary color
Monochromatic Colors of #F92946
Black with #F92946
Text Example
Text Example
White with #F92946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92946; }
p { color: rgb(249,41,70); }
H1.HeaderClassName
{
color: #F92946;
}
.AnyTagClassName
{
color: #F92946;
}
</style>
background-color css
<style>
a { background-color: #F92946; }
a { background-color: rgb(249,41,70); }
div.DivClassName
{
background-color: #F92946;
}
.BgClassName
{
background-color: #F92946;
}
</style>
border-color css
<style>
span { border-color: #F92946; }
span { border-color: rgb(249,41,70); }
td.TdClassName
{
border-color: #F92946;
}
.TagClassName
{
border-color: #F92946;
}
</style>