Shades of Amaranth #F12E5A
Tints of Amaranth #F12E5A
RGB
CMYK
RGB Variations
Color information
#F12E5A (or 0xF12E5A) is known color: Amaranth. HEX triplet: F1, 2E and 5A. RGB value is (241,46,90). Sum of RGB (Red+Green+Blue) = 241+46+90=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E5A is #0ED1A5. Grayscale: #6D6D6D. Windows color (decimal): -971174 or 5910257. OLE color: 5910257.
HSL color Cylindrical-coordinate representation of color #F12E5A: hue angle of 346.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12E5A is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 90 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.05 |
| HSL | 346.46º | 0.87% | 0.56% | - |
| HSV(B) | 346.46º | 0.81% | 0.95% | - |
| XYZ | 39.1 | 21.39 | 11.74 | - |
| YUV | 109.32 | 117.1 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 90 | 0 | 0.81 | 0.63 | 0.05 | 346.46 | 0.87 | 0.56 |
| Hex | F1 | 2E | 5A | 0 | 51 | 3F | 5 | 15A | 57 | 38 |
| Octal | 361 | 56 | 132 | 0 | 121 | 77 | 5 | 532 | 127 | 70 |
| Binary | 11110001 | 101110 | 1011010 | 0 | 1010001 | 111111 | 101 | 101011010 | 1010111 | 111000 |
Color Harmonies of #F12E5A
Complementary color
Monochromatic Colors of #F12E5A
Black with #F12E5A
Text Example
Text Example
White with #F12E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E5A; }
p { color: rgb(241,46,90); }
H1.HeaderClassName
{
color: #F12E5A;
}
.AnyTagClassName
{
color: #F12E5A;
}
</style>
background-color css
<style>
a { background-color: #F12E5A; }
a { background-color: rgb(241,46,90); }
div.DivClassName
{
background-color: #F12E5A;
}
.BgClassName
{
background-color: #F12E5A;
}
</style>
border-color css
<style>
span { border-color: #F12E5A; }
span { border-color: rgb(241,46,90); }
td.TdClassName
{
border-color: #F12E5A;
}
.TagClassName
{
border-color: #F12E5A;
}
</style>