Shades of Amaranth #F11C57
Tints of Amaranth #F11C57
RGB
CMYK
RGB Variations
Color information
#F11C57 (or 0xF11C57) is known color: Amaranth. HEX triplet: F1, 1C and 57. RGB value is (241,28,87). Sum of RGB (Red+Green+Blue) = 241+28+87=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C57 is #0EE3A8. Grayscale: #626262. Windows color (decimal): -975785 or 5709041. OLE color: 5709041.
HSL color Cylindrical-coordinate representation of color #F11C57: hue angle of 343.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C57 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.05 |
| HSL | 343.38º | 0.88% | 0.53% | - |
| HSV(B) | 343.38º | 0.88% | 0.95% | - |
| XYZ | 38.41 | 20.22 | 10.9 | - |
| YUV | 98.41 | 121.57 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 87 | 0 | 0.88 | 0.64 | 0.05 | 343.38 | 0.88 | 0.53 |
| Hex | F1 | 1C | 57 | 0 | 58 | 40 | 5 | 157 | 58 | 35 |
| Octal | 361 | 34 | 127 | 0 | 130 | 100 | 5 | 527 | 130 | 65 |
| Binary | 11110001 | 11100 | 1010111 | 0 | 1011000 | 1000000 | 101 | 101010111 | 1011000 | 110101 |
Color Harmonies of #F11C57
Complementary color
Monochromatic Colors of #F11C57
Black with #F11C57
Text Example
Text Example
White with #F11C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C57; }
p { color: rgb(241,28,87); }
H1.HeaderClassName
{
color: #F11C57;
}
.AnyTagClassName
{
color: #F11C57;
}
</style>
background-color css
<style>
a { background-color: #F11C57; }
a { background-color: rgb(241,28,87); }
div.DivClassName
{
background-color: #F11C57;
}
.BgClassName
{
background-color: #F11C57;
}
</style>
border-color css
<style>
span { border-color: #F11C57; }
span { border-color: rgb(241,28,87); }
td.TdClassName
{
border-color: #F11C57;
}
.TagClassName
{
border-color: #F11C57;
}
</style>