Shades of Amaranth #F14249
Tints of Amaranth #F14249
RGB
CMYK
RGB Variations
Color information
#F14249 (or 0xF14249) is known color: Amaranth. HEX triplet: F1, 42 and 49. RGB value is (241,66,73). Sum of RGB (Red+Green+Blue) = 241+66+73=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F14249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14249 is #0EBDB6. Grayscale: #777777. Windows color (decimal): -966071 or 4801265. OLE color: 4801265.
HSL color Cylindrical-coordinate representation of color #F14249: hue angle of 357.6º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14249 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 73 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.05 |
| HSL | 357.6º | 0.86% | 0.6% | - |
| HSV(B) | 357.6º | 0.73% | 0.95% | - |
| XYZ | 39.43 | 23.08 | 8.68 | - |
| YUV | 119.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 73 | 0 | 0.73 | 0.70 | 0.05 | 357.6 | 0.86 | 0.6 |
| Hex | F1 | 42 | 49 | 0 | 49 | 46 | 5 | 166 | 56 | 3C |
| Octal | 361 | 102 | 111 | 0 | 111 | 106 | 5 | 546 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1001001 | 0 | 1001001 | 1000110 | 101 | 101100110 | 1010110 | 111100 |
Color Harmonies of #F14249
Complementary color
Monochromatic Colors of #F14249
Black with #F14249
Text Example
Text Example
White with #F14249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14249; }
p { color: rgb(241,66,73); }
H1.HeaderClassName
{
color: #F14249;
}
.AnyTagClassName
{
color: #F14249;
}
</style>
background-color css
<style>
a { background-color: #F14249; }
a { background-color: rgb(241,66,73); }
div.DivClassName
{
background-color: #F14249;
}
.BgClassName
{
background-color: #F14249;
}
</style>
border-color css
<style>
span { border-color: #F14249; }
span { border-color: rgb(241,66,73); }
td.TdClassName
{
border-color: #F14249;
}
.TagClassName
{
border-color: #F14249;
}
</style>