Shades of Amaranth #F11952
Tints of Amaranth #F11952
RGB
CMYK
RGB Variations
Color information
#F11952 (or 0xF11952) is known color: Amaranth. HEX triplet: F1, 19 and 52. RGB value is (241,25,82). Sum of RGB (Red+Green+Blue) = 241+25+82=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F11952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11952 is #0EE6AD. Grayscale: #606060. Windows color (decimal): -976558 or 5380593. OLE color: 5380593.
HSL color Cylindrical-coordinate representation of color #F11952: hue angle of 344.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11952 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 82 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.05 |
| HSL | 344.17º | 0.89% | 0.52% | - |
| HSV(B) | 344.17º | 0.9% | 0.95% | - |
| XYZ | 38.15 | 20.01 | 9.83 | - |
| YUV | 96.08 | 120.06 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 82 | 0 | 0.90 | 0.66 | 0.05 | 344.17 | 0.89 | 0.52 |
| Hex | F1 | 19 | 52 | 0 | 5A | 42 | 5 | 158 | 59 | 34 |
| Octal | 361 | 31 | 122 | 0 | 132 | 102 | 5 | 530 | 131 | 64 |
| Binary | 11110001 | 11001 | 1010010 | 0 | 1011010 | 1000010 | 101 | 101011000 | 1011001 | 110100 |
Color Harmonies of #F11952
Complementary color
Monochromatic Colors of #F11952
Black with #F11952
Text Example
Text Example
White with #F11952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11952; }
p { color: rgb(241,25,82); }
H1.HeaderClassName
{
color: #F11952;
}
.AnyTagClassName
{
color: #F11952;
}
</style>
background-color css
<style>
a { background-color: #F11952; }
a { background-color: rgb(241,25,82); }
div.DivClassName
{
background-color: #F11952;
}
.BgClassName
{
background-color: #F11952;
}
</style>
border-color css
<style>
span { border-color: #F11952; }
span { border-color: rgb(241,25,82); }
td.TdClassName
{
border-color: #F11952;
}
.TagClassName
{
border-color: #F11952;
}
</style>