Shades of Amaranth #F12756
Tints of Amaranth #F12756
RGB
CMYK
RGB Variations
Color information
#F12756 (or 0xF12756) is known color: Amaranth. HEX triplet: F1, 27 and 56. RGB value is (241,39,86). Sum of RGB (Red+Green+Blue) = 241+39+86=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F12756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12756 is #0ED8A9. Grayscale: #686868. Windows color (decimal): -972970 or 5646321. OLE color: 5646321.
HSL color Cylindrical-coordinate representation of color #F12756: hue angle of 346.04º 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 #F12756 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 86 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.05 |
| HSL | 346.04º | 0.88% | 0.55% | - |
| HSV(B) | 346.04º | 0.84% | 0.95% | - |
| XYZ | 38.68 | 20.82 | 10.78 | - |
| YUV | 104.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 86 | 0 | 0.84 | 0.64 | 0.05 | 346.04 | 0.88 | 0.55 |
| Hex | F1 | 27 | 56 | 0 | 54 | 40 | 5 | 15A | 58 | 37 |
| Octal | 361 | 47 | 126 | 0 | 124 | 100 | 5 | 532 | 130 | 67 |
| Binary | 11110001 | 100111 | 1010110 | 0 | 1010100 | 1000000 | 101 | 101011010 | 1011000 | 110111 |
Color Harmonies of #F12756
Complementary color
Monochromatic Colors of #F12756
Black with #F12756
Text Example
Text Example
White with #F12756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12756; }
p { color: rgb(241,39,86); }
H1.HeaderClassName
{
color: #F12756;
}
.AnyTagClassName
{
color: #F12756;
}
</style>
background-color css
<style>
a { background-color: #F12756; }
a { background-color: rgb(241,39,86); }
div.DivClassName
{
background-color: #F12756;
}
.BgClassName
{
background-color: #F12756;
}
</style>
border-color css
<style>
span { border-color: #F12756; }
span { border-color: rgb(241,39,86); }
td.TdClassName
{
border-color: #F12756;
}
.TagClassName
{
border-color: #F12756;
}
</style>