Shades of Amaranth #F12460
Tints of Amaranth #F12460
RGB
CMYK
RGB Variations
Color information
#F12460 (or 0xF12460) is known color: Amaranth. HEX triplet: F1, 24 and 60. RGB value is (241,36,96). Sum of RGB (Red+Green+Blue) = 241+36+96=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F12460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12460 is #0EDB9F. Grayscale: #686868. Windows color (decimal): -973728 or 6300913. OLE color: 6300913.
HSL color Cylindrical-coordinate representation of color #F12460: hue angle of 342.44º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12460 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 96 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.05 |
| HSL | 342.44º | 0.88% | 0.54% | - |
| HSV(B) | 342.44º | 0.85% | 0.95% | - |
| XYZ | 39.02 | 20.81 | 13.03 | - |
| YUV | 104.14 | 123.42 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 96 | 0 | 0.85 | 0.60 | 0.05 | 342.44 | 0.88 | 0.54 |
| Hex | F1 | 24 | 60 | 0 | 55 | 3C | 5 | 156 | 58 | 36 |
| Octal | 361 | 44 | 140 | 0 | 125 | 74 | 5 | 526 | 130 | 66 |
| Binary | 11110001 | 100100 | 1100000 | 0 | 1010101 | 111100 | 101 | 101010110 | 1011000 | 110110 |
Color Harmonies of #F12460
Complementary color
Monochromatic Colors of #F12460
Black with #F12460
Text Example
Text Example
White with #F12460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12460; }
p { color: rgb(241,36,96); }
H1.HeaderClassName
{
color: #F12460;
}
.AnyTagClassName
{
color: #F12460;
}
</style>
background-color css
<style>
a { background-color: #F12460; }
a { background-color: rgb(241,36,96); }
div.DivClassName
{
background-color: #F12460;
}
.BgClassName
{
background-color: #F12460;
}
</style>
border-color css
<style>
span { border-color: #F12460; }
span { border-color: rgb(241,36,96); }
td.TdClassName
{
border-color: #F12460;
}
.TagClassName
{
border-color: #F12460;
}
</style>