Shades of Amaranth #F12659
Tints of Amaranth #F12659
RGB
CMYK
RGB Variations
Color information
#F12659 (or 0xF12659) is known color: Amaranth. HEX triplet: F1, 26 and 59. RGB value is (241,38,89). Sum of RGB (Red+Green+Blue) = 241+38+89=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F12659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12659 is #0ED9A6. Grayscale: #686868. Windows color (decimal): -973223 or 5842673. OLE color: 5842673.
HSL color Cylindrical-coordinate representation of color #F12659: hue angle of 344.93º 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 #F12659 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 89 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.05 |
| HSL | 344.93º | 0.88% | 0.55% | - |
| HSV(B) | 344.93º | 0.84% | 0.95% | - |
| XYZ | 38.77 | 20.81 | 11.42 | - |
| YUV | 104.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 89 | 0 | 0.84 | 0.63 | 0.05 | 344.93 | 0.88 | 0.55 |
| Hex | F1 | 26 | 59 | 0 | 54 | 3F | 5 | 159 | 58 | 37 |
| Octal | 361 | 46 | 131 | 0 | 124 | 77 | 5 | 531 | 130 | 67 |
| Binary | 11110001 | 100110 | 1011001 | 0 | 1010100 | 111111 | 101 | 101011001 | 1011000 | 110111 |
Color Harmonies of #F12659
Complementary color
Monochromatic Colors of #F12659
Black with #F12659
Text Example
Text Example
White with #F12659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12659; }
p { color: rgb(241,38,89); }
H1.HeaderClassName
{
color: #F12659;
}
.AnyTagClassName
{
color: #F12659;
}
</style>
background-color css
<style>
a { background-color: #F12659; }
a { background-color: rgb(241,38,89); }
div.DivClassName
{
background-color: #F12659;
}
.BgClassName
{
background-color: #F12659;
}
</style>
border-color css
<style>
span { border-color: #F12659; }
span { border-color: rgb(241,38,89); }
td.TdClassName
{
border-color: #F12659;
}
.TagClassName
{
border-color: #F12659;
}
</style>