Shades of Amaranth #F92E4A
Tints of Amaranth #F92E4A
RGB
CMYK
RGB Variations
Color information
#F92E4A (or 0xF92E4A) is known color: Amaranth. HEX triplet: F9, 2E and 4A. RGB value is (249,46,74). Sum of RGB (Red+Green+Blue) = 249+46+74=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92E4A is #06D1B5. Grayscale: #6D6D6D. Windows color (decimal): -446902 or 4861689. OLE color: 4861689.
HSL color Cylindrical-coordinate representation of color #F92E4A: hue angle of 351.72º 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 #F92E4A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 74 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.02 |
| HSL | 351.72º | 0.94% | 0.58% | - |
| HSV(B) | 351.72º | 0.82% | 0.98% | - |
| XYZ | 41.28 | 22.59 | 8.66 | - |
| YUV | 109.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 74 | 0 | 0.82 | 0.70 | 0.02 | 351.72 | 0.94 | 0.58 |
| Hex | F9 | 2E | 4A | 0 | 52 | 46 | 2 | 160 | 5E | 3A |
| Octal | 371 | 56 | 112 | 0 | 122 | 106 | 2 | 540 | 136 | 72 |
| Binary | 11111001 | 101110 | 1001010 | 0 | 1010010 | 1000110 | 10 | 101100000 | 1011110 | 111010 |
Color Harmonies of #F92E4A
Complementary color
Monochromatic Colors of #F92E4A
Black with #F92E4A
Text Example
Text Example
White with #F92E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E4A; }
p { color: rgb(249,46,74); }
H1.HeaderClassName
{
color: #F92E4A;
}
.AnyTagClassName
{
color: #F92E4A;
}
</style>
background-color css
<style>
a { background-color: #F92E4A; }
a { background-color: rgb(249,46,74); }
div.DivClassName
{
background-color: #F92E4A;
}
.BgClassName
{
background-color: #F92E4A;
}
</style>
border-color css
<style>
span { border-color: #F92E4A; }
span { border-color: rgb(249,46,74); }
td.TdClassName
{
border-color: #F92E4A;
}
.TagClassName
{
border-color: #F92E4A;
}
</style>