Shades of Amaranth #F11D5A
Tints of Amaranth #F11D5A
RGB
CMYK
RGB Variations
Color information
#F11D5A (or 0xF11D5A) is known color: Amaranth. HEX triplet: F1, 1D and 5A. RGB value is (241,29,90). Sum of RGB (Red+Green+Blue) = 241+29+90=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D5A is #0EE2A5. Grayscale: #636363. Windows color (decimal): -975526 or 5905905. OLE color: 5905905.
HSL color Cylindrical-coordinate representation of color #F11D5A: hue angle of 342.74º 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 #F11D5A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 90 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.05 |
| HSL | 342.74º | 0.88% | 0.53% | - |
| HSV(B) | 342.74º | 0.88% | 0.95% | - |
| XYZ | 38.56 | 20.32 | 11.56 | - |
| YUV | 99.34 | 122.74 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 90 | 0 | 0.88 | 0.63 | 0.05 | 342.74 | 0.88 | 0.53 |
| Hex | F1 | 1D | 5A | 0 | 58 | 3F | 5 | 157 | 58 | 35 |
| Octal | 361 | 35 | 132 | 0 | 130 | 77 | 5 | 527 | 130 | 65 |
| Binary | 11110001 | 11101 | 1011010 | 0 | 1011000 | 111111 | 101 | 101010111 | 1011000 | 110101 |
Color Harmonies of #F11D5A
Complementary color
Monochromatic Colors of #F11D5A
Black with #F11D5A
Text Example
Text Example
White with #F11D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D5A; }
p { color: rgb(241,29,90); }
H1.HeaderClassName
{
color: #F11D5A;
}
.AnyTagClassName
{
color: #F11D5A;
}
</style>
background-color css
<style>
a { background-color: #F11D5A; }
a { background-color: rgb(241,29,90); }
div.DivClassName
{
background-color: #F11D5A;
}
.BgClassName
{
background-color: #F11D5A;
}
</style>
border-color css
<style>
span { border-color: #F11D5A; }
span { border-color: rgb(241,29,90); }
td.TdClassName
{
border-color: #F11D5A;
}
.TagClassName
{
border-color: #F11D5A;
}
</style>