Shades of Amaranth #F9224F
Tints of Amaranth #F9224F
RGB
CMYK
RGB Variations
Color information
#F9224F (or 0xF9224F) is known color: Amaranth. HEX triplet: F9, 22 and 4F. RGB value is (249,34,79). Sum of RGB (Red+Green+Blue) = 249+34+79=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9224F is #06DDB0. Grayscale: #676767. Windows color (decimal): -449969 or 5186297. OLE color: 5186297.
HSL color Cylindrical-coordinate representation of color #F9224F: hue angle of 347.44º 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 #F9224F is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 79 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.02 |
| HSL | 347.44º | 0.95% | 0.55% | - |
| HSV(B) | 347.44º | 0.86% | 0.98% | - |
| XYZ | 41.05 | 21.85 | 9.45 | - |
| YUV | 103.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 79 | 0 | 0.86 | 0.68 | 0.02 | 347.44 | 0.95 | 0.55 |
| Hex | F9 | 22 | 4F | 0 | 56 | 44 | 2 | 15B | 5F | 37 |
| Octal | 371 | 42 | 117 | 0 | 126 | 104 | 2 | 533 | 137 | 67 |
| Binary | 11111001 | 100010 | 1001111 | 0 | 1010110 | 1000100 | 10 | 101011011 | 1011111 | 110111 |
Color Harmonies of #F9224F
Complementary color
Monochromatic Colors of #F9224F
Black with #F9224F
Text Example
Text Example
White with #F9224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9224F; }
p { color: rgb(249,34,79); }
H1.HeaderClassName
{
color: #F9224F;
}
.AnyTagClassName
{
color: #F9224F;
}
</style>
background-color css
<style>
a { background-color: #F9224F; }
a { background-color: rgb(249,34,79); }
div.DivClassName
{
background-color: #F9224F;
}
.BgClassName
{
background-color: #F9224F;
}
</style>
border-color css
<style>
span { border-color: #F9224F; }
span { border-color: rgb(249,34,79); }
td.TdClassName
{
border-color: #F9224F;
}
.TagClassName
{
border-color: #F9224F;
}
</style>