Shades of Amaranth #F11E4D
Tints of Amaranth #F11E4D
RGB
CMYK
RGB Variations
Color information
#F11E4D (or 0xF11E4D) is known color: Amaranth. HEX triplet: F1, 1E and 4D. RGB value is (241,30,77). Sum of RGB (Red+Green+Blue) = 241+30+77=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E4D is #0EE1B2. Grayscale: #626262. Windows color (decimal): -975283 or 5054193. OLE color: 5054193.
HSL color Cylindrical-coordinate representation of color #F11E4D: hue angle of 346.64º 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 #F11E4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.64º | 0.88% | 0.53% | - |
| HSV(B) | 346.64º | 0.88% | 0.95% | - |
| XYZ | 38.08 | 20.17 | 8.91 | - |
| YUV | 98.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 77 | 0 | 0.88 | 0.68 | 0.05 | 346.64 | 0.88 | 0.53 |
| Hex | F1 | 1E | 4D | 0 | 58 | 44 | 5 | 15B | 58 | 35 |
| Octal | 361 | 36 | 115 | 0 | 130 | 104 | 5 | 533 | 130 | 65 |
| Binary | 11110001 | 11110 | 1001101 | 0 | 1011000 | 1000100 | 101 | 101011011 | 1011000 | 110101 |
Color Harmonies of #F11E4D
Complementary color
Monochromatic Colors of #F11E4D
Black with #F11E4D
Text Example
Text Example
White with #F11E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E4D; }
p { color: rgb(241,30,77); }
H1.HeaderClassName
{
color: #F11E4D;
}
.AnyTagClassName
{
color: #F11E4D;
}
</style>
background-color css
<style>
a { background-color: #F11E4D; }
a { background-color: rgb(241,30,77); }
div.DivClassName
{
background-color: #F11E4D;
}
.BgClassName
{
background-color: #F11E4D;
}
</style>
border-color css
<style>
span { border-color: #F11E4D; }
span { border-color: rgb(241,30,77); }
td.TdClassName
{
border-color: #F11E4D;
}
.TagClassName
{
border-color: #F11E4D;
}
</style>