Shades of Amaranth #F92D46
Tints of Amaranth #F92D46
RGB
CMYK
RGB Variations
Color information
#F92D46 (or 0xF92D46) is known color: Amaranth. HEX triplet: F9, 2D and 46. RGB value is (249,45,70). Sum of RGB (Red+Green+Blue) = 249+45+70=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D46 is #06D2B9. Grayscale: #6C6C6C. Windows color (decimal): -447162 or 4599289. OLE color: 4599289.
HSL color Cylindrical-coordinate representation of color #F92D46: hue angle of 352.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D46 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 70 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.02 |
| HSL | 352.65º | 0.94% | 0.58% | - |
| HSV(B) | 352.65º | 0.82% | 0.98% | - |
| XYZ | 41.11 | 22.46 | 7.96 | - |
| YUV | 108.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 70 | 0 | 0.82 | 0.72 | 0.02 | 352.65 | 0.94 | 0.58 |
| Hex | F9 | 2D | 46 | 0 | 52 | 48 | 2 | 161 | 5E | 3A |
| Octal | 371 | 55 | 106 | 0 | 122 | 110 | 2 | 541 | 136 | 72 |
| Binary | 11111001 | 101101 | 1000110 | 0 | 1010010 | 1001000 | 10 | 101100001 | 1011110 | 111010 |
Color Harmonies of #F92D46
Complementary color
Monochromatic Colors of #F92D46
Black with #F92D46
Text Example
Text Example
White with #F92D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D46; }
p { color: rgb(249,45,70); }
H1.HeaderClassName
{
color: #F92D46;
}
.AnyTagClassName
{
color: #F92D46;
}
</style>
background-color css
<style>
a { background-color: #F92D46; }
a { background-color: rgb(249,45,70); }
div.DivClassName
{
background-color: #F92D46;
}
.BgClassName
{
background-color: #F92D46;
}
</style>
border-color css
<style>
span { border-color: #F92D46; }
span { border-color: rgb(249,45,70); }
td.TdClassName
{
border-color: #F92D46;
}
.TagClassName
{
border-color: #F92D46;
}
</style>