Shades of Amaranth #F12050
Tints of Amaranth #F12050
RGB
CMYK
RGB Variations
Color information
#F12050 (or 0xF12050) is known color: Amaranth. HEX triplet: F1, 20 and 50. RGB value is (241,32,80). Sum of RGB (Red+Green+Blue) = 241+32+80=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F12050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12050 is #0EDFAF. Grayscale: #636363. Windows color (decimal): -974768 or 5251313. OLE color: 5251313.
HSL color Cylindrical-coordinate representation of color #F12050: hue angle of 346.22º 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 #F12050 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 80 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.05 |
| HSL | 346.22º | 0.88% | 0.54% | - |
| HSV(B) | 346.22º | 0.87% | 0.95% | - |
| XYZ | 38.24 | 20.31 | 9.49 | - |
| YUV | 99.96 | 116.74 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 80 | 0 | 0.87 | 0.67 | 0.05 | 346.22 | 0.88 | 0.54 |
| Hex | F1 | 20 | 50 | 0 | 57 | 43 | 5 | 15A | 58 | 36 |
| Octal | 361 | 40 | 120 | 0 | 127 | 103 | 5 | 532 | 130 | 66 |
| Binary | 11110001 | 100000 | 1010000 | 0 | 1010111 | 1000011 | 101 | 101011010 | 1011000 | 110110 |
Color Harmonies of #F12050
Complementary color
Monochromatic Colors of #F12050
Black with #F12050
Text Example
Text Example
White with #F12050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12050; }
p { color: rgb(241,32,80); }
H1.HeaderClassName
{
color: #F12050;
}
.AnyTagClassName
{
color: #F12050;
}
</style>
background-color css
<style>
a { background-color: #F12050; }
a { background-color: rgb(241,32,80); }
div.DivClassName
{
background-color: #F12050;
}
.BgClassName
{
background-color: #F12050;
}
</style>
border-color css
<style>
span { border-color: #F12050; }
span { border-color: rgb(241,32,80); }
td.TdClassName
{
border-color: #F12050;
}
.TagClassName
{
border-color: #F12050;
}
</style>