Shades of Amaranth #F9224E
Tints of Amaranth #F9224E
RGB
CMYK
RGB Variations
Color information
#F9224E (or 0xF9224E) is known color: Amaranth. HEX triplet: F9, 22 and 4E. RGB value is (249,34,78). Sum of RGB (Red+Green+Blue) = 249+34+78=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9224E is #06DDB1. Grayscale: #676767. Windows color (decimal): -449970 or 5120761. OLE color: 5120761.
HSL color Cylindrical-coordinate representation of color #F9224E: hue angle of 347.72º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9224E is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 78 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.02 |
| HSL | 347.72º | 0.95% | 0.55% | - |
| HSV(B) | 347.72º | 0.86% | 0.98% | - |
| XYZ | 41.01 | 21.83 | 9.26 | - |
| YUV | 103.3 | 113.73 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 78 | 0 | 0.86 | 0.69 | 0.02 | 347.72 | 0.95 | 0.55 |
| Hex | F9 | 22 | 4E | 0 | 56 | 45 | 2 | 15C | 5F | 37 |
| Octal | 371 | 42 | 116 | 0 | 126 | 105 | 2 | 534 | 137 | 67 |
| Binary | 11111001 | 100010 | 1001110 | 0 | 1010110 | 1000101 | 10 | 101011100 | 1011111 | 110111 |
Color Harmonies of #F9224E
Complementary color
Monochromatic Colors of #F9224E
Black with #F9224E
Text Example
Text Example
White with #F9224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9224E; }
p { color: rgb(249,34,78); }
H1.HeaderClassName
{
color: #F9224E;
}
.AnyTagClassName
{
color: #F9224E;
}
</style>
background-color css
<style>
a { background-color: #F9224E; }
a { background-color: rgb(249,34,78); }
div.DivClassName
{
background-color: #F9224E;
}
.BgClassName
{
background-color: #F9224E;
}
</style>
border-color css
<style>
span { border-color: #F9224E; }
span { border-color: rgb(249,34,78); }
td.TdClassName
{
border-color: #F9224E;
}
.TagClassName
{
border-color: #F9224E;
}
</style>