Shades of Amaranth #F12558
Tints of Amaranth #F12558
RGB
CMYK
RGB Variations
Color information
#F12558 (or 0xF12558) is known color: Amaranth. HEX triplet: F1, 25 and 58. RGB value is (241,37,88). Sum of RGB (Red+Green+Blue) = 241+37+88=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F12558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12558 is #0EDAA7. Grayscale: #676767. Windows color (decimal): -973480 or 5776881. OLE color: 5776881.
HSL color Cylindrical-coordinate representation of color #F12558: hue angle of 345º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12558 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 88 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.05 |
| HSL | 345º | 0.88% | 0.55% | - |
| HSV(B) | 345º | 0.85% | 0.95% | - |
| XYZ | 38.7 | 20.73 | 11.19 | - |
| YUV | 103.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 88 | 0 | 0.85 | 0.63 | 0.05 | 345 | 0.88 | 0.55 |
| Hex | F1 | 25 | 58 | 0 | 55 | 3F | 5 | 159 | 58 | 37 |
| Octal | 361 | 45 | 130 | 0 | 125 | 77 | 5 | 531 | 130 | 67 |
| Binary | 11110001 | 100101 | 1011000 | 0 | 1010101 | 111111 | 101 | 101011001 | 1011000 | 110111 |
Color Harmonies of #F12558
Complementary color
Monochromatic Colors of #F12558
Black with #F12558
Text Example
Text Example
White with #F12558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12558; }
p { color: rgb(241,37,88); }
H1.HeaderClassName
{
color: #F12558;
}
.AnyTagClassName
{
color: #F12558;
}
</style>
background-color css
<style>
a { background-color: #F12558; }
a { background-color: rgb(241,37,88); }
div.DivClassName
{
background-color: #F12558;
}
.BgClassName
{
background-color: #F12558;
}
</style>
border-color css
<style>
span { border-color: #F12558; }
span { border-color: rgb(241,37,88); }
td.TdClassName
{
border-color: #F12558;
}
.TagClassName
{
border-color: #F12558;
}
</style>