Shades of Amaranth #F11B4E
Tints of Amaranth #F11B4E
RGB
CMYK
RGB Variations
Color information
#F11B4E (or 0xF11B4E) is known color: Amaranth. HEX triplet: F1, 1B and 4E. RGB value is (241,27,78). Sum of RGB (Red+Green+Blue) = 241+27+78=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B4E is #0EE4B1. Grayscale: #606060. Windows color (decimal): -976050 or 5118961. OLE color: 5118961.
HSL color Cylindrical-coordinate representation of color #F11B4E: hue angle of 345.7º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B4E is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 78 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.05 |
| HSL | 345.7º | 0.88% | 0.53% | - |
| HSV(B) | 345.7º | 0.89% | 0.95% | - |
| XYZ | 38.04 | 20.03 | 9.07 | - |
| YUV | 96.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 78 | 0 | 0.89 | 0.68 | 0.05 | 345.7 | 0.88 | 0.53 |
| Hex | F1 | 1B | 4E | 0 | 59 | 44 | 5 | 15A | 58 | 35 |
| Octal | 361 | 33 | 116 | 0 | 131 | 104 | 5 | 532 | 130 | 65 |
| Binary | 11110001 | 11011 | 1001110 | 0 | 1011001 | 1000100 | 101 | 101011010 | 1011000 | 110101 |
Color Harmonies of #F11B4E
Complementary color
Monochromatic Colors of #F11B4E
Black with #F11B4E
Text Example
Text Example
White with #F11B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B4E; }
p { color: rgb(241,27,78); }
H1.HeaderClassName
{
color: #F11B4E;
}
.AnyTagClassName
{
color: #F11B4E;
}
</style>
background-color css
<style>
a { background-color: #F11B4E; }
a { background-color: rgb(241,27,78); }
div.DivClassName
{
background-color: #F11B4E;
}
.BgClassName
{
background-color: #F11B4E;
}
</style>
border-color css
<style>
span { border-color: #F11B4E; }
span { border-color: rgb(241,27,78); }
td.TdClassName
{
border-color: #F11B4E;
}
.TagClassName
{
border-color: #F11B4E;
}
</style>