Shades of Amaranth #F12958
Tints of Amaranth #F12958
RGB
CMYK
RGB Variations
Color information
#F12958 (or 0xF12958) is known color: Amaranth. HEX triplet: F1, 29 and 58. RGB value is (241,41,88). Sum of RGB (Red+Green+Blue) = 241+41+88=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F12958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12958 is #0ED6A7. Grayscale: #6A6A6A. Windows color (decimal): -972456 or 5777905. OLE color: 5777905.
HSL color Cylindrical-coordinate representation of color #F12958: hue angle of 345.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12958 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 88 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.05 |
| HSL | 345.9º | 0.88% | 0.55% | - |
| HSV(B) | 345.9º | 0.83% | 0.95% | - |
| XYZ | 38.83 | 20.99 | 11.24 | - |
| YUV | 106.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 88 | 0 | 0.83 | 0.63 | 0.05 | 345.9 | 0.88 | 0.55 |
| Hex | F1 | 29 | 58 | 0 | 53 | 3F | 5 | 15A | 58 | 37 |
| Octal | 361 | 51 | 130 | 0 | 123 | 77 | 5 | 532 | 130 | 67 |
| Binary | 11110001 | 101001 | 1011000 | 0 | 1010011 | 111111 | 101 | 101011010 | 1011000 | 110111 |
Color Harmonies of #F12958
Complementary color
Monochromatic Colors of #F12958
Black with #F12958
Text Example
Text Example
White with #F12958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12958; }
p { color: rgb(241,41,88); }
H1.HeaderClassName
{
color: #F12958;
}
.AnyTagClassName
{
color: #F12958;
}
</style>
background-color css
<style>
a { background-color: #F12958; }
a { background-color: rgb(241,41,88); }
div.DivClassName
{
background-color: #F12958;
}
.BgClassName
{
background-color: #F12958;
}
</style>
border-color css
<style>
span { border-color: #F12958; }
span { border-color: rgb(241,41,88); }
td.TdClassName
{
border-color: #F12958;
}
.TagClassName
{
border-color: #F12958;
}
</style>