Shades of Amaranth #F1264E
Tints of Amaranth #F1264E
RGB
CMYK
RGB Variations
Color information
#F1264E (or 0xF1264E) is known color: Amaranth. HEX triplet: F1, 26 and 4E. RGB value is (241,38,78). Sum of RGB (Red+Green+Blue) = 241+38+78=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1264E is #0ED9B1. Grayscale: #676767. Windows color (decimal): -973234 or 5121777. OLE color: 5121777.
HSL color Cylindrical-coordinate representation of color #F1264E: hue angle of 348.18º 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 #F1264E is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 78 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.05 |
| HSL | 348.18º | 0.88% | 0.55% | - |
| HSV(B) | 348.18º | 0.84% | 0.95% | - |
| XYZ | 38.34 | 20.64 | 9.17 | - |
| YUV | 103.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 78 | 0 | 0.84 | 0.68 | 0.05 | 348.18 | 0.88 | 0.55 |
| Hex | F1 | 26 | 4E | 0 | 54 | 44 | 5 | 15C | 58 | 37 |
| Octal | 361 | 46 | 116 | 0 | 124 | 104 | 5 | 534 | 130 | 67 |
| Binary | 11110001 | 100110 | 1001110 | 0 | 1010100 | 1000100 | 101 | 101011100 | 1011000 | 110111 |
Color Harmonies of #F1264E
Complementary color
Monochromatic Colors of #F1264E
Black with #F1264E
Text Example
Text Example
White with #F1264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1264E; }
p { color: rgb(241,38,78); }
H1.HeaderClassName
{
color: #F1264E;
}
.AnyTagClassName
{
color: #F1264E;
}
</style>
background-color css
<style>
a { background-color: #F1264E; }
a { background-color: rgb(241,38,78); }
div.DivClassName
{
background-color: #F1264E;
}
.BgClassName
{
background-color: #F1264E;
}
</style>
border-color css
<style>
span { border-color: #F1264E; }
span { border-color: rgb(241,38,78); }
td.TdClassName
{
border-color: #F1264E;
}
.TagClassName
{
border-color: #F1264E;
}
</style>