Shades of Amaranth #F12458
Tints of Amaranth #F12458
RGB
CMYK
RGB Variations
Color information
#F12458 (or 0xF12458) is known color: Amaranth. HEX triplet: F1, 24 and 58. RGB value is (241,36,88). Sum of RGB (Red+Green+Blue) = 241+36+88=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12458 is #0EDBA7. Grayscale: #676767. Windows color (decimal): -973736 or 5776625. OLE color: 5776625.
HSL color Cylindrical-coordinate representation of color #F12458: hue angle of 344.78º 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 #F12458 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 88 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.05 |
| HSL | 344.78º | 0.88% | 0.54% | - |
| HSV(B) | 344.78º | 0.85% | 0.95% | - |
| XYZ | 38.67 | 20.67 | 11.18 | - |
| YUV | 103.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 88 | 0 | 0.85 | 0.63 | 0.05 | 344.78 | 0.88 | 0.54 |
| Hex | F1 | 24 | 58 | 0 | 55 | 3F | 5 | 159 | 58 | 36 |
| Octal | 361 | 44 | 130 | 0 | 125 | 77 | 5 | 531 | 130 | 66 |
| Binary | 11110001 | 100100 | 1011000 | 0 | 1010101 | 111111 | 101 | 101011001 | 1011000 | 110110 |
Color Harmonies of #F12458
Complementary color
Monochromatic Colors of #F12458
Black with #F12458
Text Example
Text Example
White with #F12458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12458; }
p { color: rgb(241,36,88); }
H1.HeaderClassName
{
color: #F12458;
}
.AnyTagClassName
{
color: #F12458;
}
</style>
background-color css
<style>
a { background-color: #F12458; }
a { background-color: rgb(241,36,88); }
div.DivClassName
{
background-color: #F12458;
}
.BgClassName
{
background-color: #F12458;
}
</style>
border-color css
<style>
span { border-color: #F12458; }
span { border-color: rgb(241,36,88); }
td.TdClassName
{
border-color: #F12458;
}
.TagClassName
{
border-color: #F12458;
}
</style>