Shades of Amaranth #F12656
Tints of Amaranth #F12656
RGB
CMYK
RGB Variations
Color information
#F12656 (or 0xF12656) is known color: Amaranth. HEX triplet: F1, 26 and 56. RGB value is (241,38,86). Sum of RGB (Red+Green+Blue) = 241+38+86=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12656 is #0ED9A9. Grayscale: #686868. Windows color (decimal): -973226 or 5646065. OLE color: 5646065.
HSL color Cylindrical-coordinate representation of color #F12656: hue angle of 345.81º 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 #F12656 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 86 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.05 |
| HSL | 345.81º | 0.88% | 0.55% | - |
| HSV(B) | 345.81º | 0.84% | 0.95% | - |
| XYZ | 38.65 | 20.76 | 10.77 | - |
| YUV | 104.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 86 | 0 | 0.84 | 0.64 | 0.05 | 345.81 | 0.88 | 0.55 |
| Hex | F1 | 26 | 56 | 0 | 54 | 40 | 5 | 15A | 58 | 37 |
| Octal | 361 | 46 | 126 | 0 | 124 | 100 | 5 | 532 | 130 | 67 |
| Binary | 11110001 | 100110 | 1010110 | 0 | 1010100 | 1000000 | 101 | 101011010 | 1011000 | 110111 |
Color Harmonies of #F12656
Complementary color
Monochromatic Colors of #F12656
Black with #F12656
Text Example
Text Example
White with #F12656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12656; }
p { color: rgb(241,38,86); }
H1.HeaderClassName
{
color: #F12656;
}
.AnyTagClassName
{
color: #F12656;
}
</style>
background-color css
<style>
a { background-color: #F12656; }
a { background-color: rgb(241,38,86); }
div.DivClassName
{
background-color: #F12656;
}
.BgClassName
{
background-color: #F12656;
}
</style>
border-color css
<style>
span { border-color: #F12656; }
span { border-color: rgb(241,38,86); }
td.TdClassName
{
border-color: #F12656;
}
.TagClassName
{
border-color: #F12656;
}
</style>