Shades of Amaranth #F12649
Tints of Amaranth #F12649
RGB
CMYK
RGB Variations
Color information
#F12649 (or 0xF12649) is known color: Amaranth. HEX triplet: F1, 26 and 49. RGB value is (241,38,73). Sum of RGB (Red+Green+Blue) = 241+38+73=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F12649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12649 is #0ED9B6. Grayscale: #666666. Windows color (decimal): -973239 or 4794097. OLE color: 4794097.
HSL color Cylindrical-coordinate representation of color #F12649: hue angle of 349.66º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12649 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 73 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.05 |
| HSL | 349.66º | 0.88% | 0.55% | - |
| HSV(B) | 349.66º | 0.84% | 0.95% | - |
| XYZ | 38.17 | 20.57 | 8.26 | - |
| YUV | 102.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 73 | 0 | 0.84 | 0.70 | 0.05 | 349.66 | 0.88 | 0.55 |
| Hex | F1 | 26 | 49 | 0 | 54 | 46 | 5 | 15E | 58 | 37 |
| Octal | 361 | 46 | 111 | 0 | 124 | 106 | 5 | 536 | 130 | 67 |
| Binary | 11110001 | 100110 | 1001001 | 0 | 1010100 | 1000110 | 101 | 101011110 | 1011000 | 110111 |
Color Harmonies of #F12649
Complementary color
Monochromatic Colors of #F12649
Black with #F12649
Text Example
Text Example
White with #F12649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12649; }
p { color: rgb(241,38,73); }
H1.HeaderClassName
{
color: #F12649;
}
.AnyTagClassName
{
color: #F12649;
}
</style>
background-color css
<style>
a { background-color: #F12649; }
a { background-color: rgb(241,38,73); }
div.DivClassName
{
background-color: #F12649;
}
.BgClassName
{
background-color: #F12649;
}
</style>
border-color css
<style>
span { border-color: #F12649; }
span { border-color: rgb(241,38,73); }
td.TdClassName
{
border-color: #F12649;
}
.TagClassName
{
border-color: #F12649;
}
</style>