Shades of Amaranth #F11D4E
Tints of Amaranth #F11D4E
RGB
CMYK
RGB Variations
Color information
#F11D4E (or 0xF11D4E) is known color: Amaranth. HEX triplet: F1, 1D and 4E. RGB value is (241,29,78). Sum of RGB (Red+Green+Blue) = 241+29+78=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D4E is #0EE2B1. Grayscale: #616161. Windows color (decimal): -975538 or 5119473. OLE color: 5119473.
HSL color Cylindrical-coordinate representation of color #F11D4E: hue angle of 346.13º 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 #F11D4E is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.13º | 0.88% | 0.53% | - |
| HSV(B) | 346.13º | 0.88% | 0.95% | - |
| XYZ | 38.09 | 20.13 | 9.09 | - |
| YUV | 97.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 78 | 0 | 0.88 | 0.68 | 0.05 | 346.13 | 0.88 | 0.53 |
| Hex | F1 | 1D | 4E | 0 | 58 | 44 | 5 | 15A | 58 | 35 |
| Octal | 361 | 35 | 116 | 0 | 130 | 104 | 5 | 532 | 130 | 65 |
| Binary | 11110001 | 11101 | 1001110 | 0 | 1011000 | 1000100 | 101 | 101011010 | 1011000 | 110101 |
Color Harmonies of #F11D4E
Complementary color
Monochromatic Colors of #F11D4E
Black with #F11D4E
Text Example
Text Example
White with #F11D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D4E; }
p { color: rgb(241,29,78); }
H1.HeaderClassName
{
color: #F11D4E;
}
.AnyTagClassName
{
color: #F11D4E;
}
</style>
background-color css
<style>
a { background-color: #F11D4E; }
a { background-color: rgb(241,29,78); }
div.DivClassName
{
background-color: #F11D4E;
}
.BgClassName
{
background-color: #F11D4E;
}
</style>
border-color css
<style>
span { border-color: #F11D4E; }
span { border-color: rgb(241,29,78); }
td.TdClassName
{
border-color: #F11D4E;
}
.TagClassName
{
border-color: #F11D4E;
}
</style>