Shades of Amaranth #F12051
Tints of Amaranth #F12051
RGB
CMYK
RGB Variations
Color information
#F12051 (or 0xF12051) is known color: Amaranth. HEX triplet: F1, 20 and 51. RGB value is (241,32,81). Sum of RGB (Red+Green+Blue) = 241+32+81=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F12051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12051 is #0EDFAE. Grayscale: #646464. Windows color (decimal): -974767 or 5316849. OLE color: 5316849.
HSL color Cylindrical-coordinate representation of color #F12051: hue angle of 345.93º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12051 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 81 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.05 |
| HSL | 345.93º | 0.88% | 0.54% | - |
| HSV(B) | 345.93º | 0.87% | 0.95% | - |
| XYZ | 38.28 | 20.33 | 9.69 | - |
| YUV | 100.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 81 | 0 | 0.87 | 0.66 | 0.05 | 345.93 | 0.88 | 0.54 |
| Hex | F1 | 20 | 51 | 0 | 57 | 42 | 5 | 15A | 58 | 36 |
| Octal | 361 | 40 | 121 | 0 | 127 | 102 | 5 | 532 | 130 | 66 |
| Binary | 11110001 | 100000 | 1010001 | 0 | 1010111 | 1000010 | 101 | 101011010 | 1011000 | 110110 |
Color Harmonies of #F12051
Complementary color
Monochromatic Colors of #F12051
Black with #F12051
Text Example
Text Example
White with #F12051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12051; }
p { color: rgb(241,32,81); }
H1.HeaderClassName
{
color: #F12051;
}
.AnyTagClassName
{
color: #F12051;
}
</style>
background-color css
<style>
a { background-color: #F12051; }
a { background-color: rgb(241,32,81); }
div.DivClassName
{
background-color: #F12051;
}
.BgClassName
{
background-color: #F12051;
}
</style>
border-color css
<style>
span { border-color: #F12051; }
span { border-color: rgb(241,32,81); }
td.TdClassName
{
border-color: #F12051;
}
.TagClassName
{
border-color: #F12051;
}
</style>