Shades of Amaranth #F11D58
Tints of Amaranth #F11D58
RGB
CMYK
RGB Variations
Color information
#F11D58 (or 0xF11D58) is known color: Amaranth. HEX triplet: F1, 1D and 58. RGB value is (241,29,88). Sum of RGB (Red+Green+Blue) = 241+29+88=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D58 is #0EE2A7. Grayscale: #636363. Windows color (decimal): -975528 or 5774833. OLE color: 5774833.
HSL color Cylindrical-coordinate representation of color #F11D58: hue angle of 343.3º 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 #F11D58 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 88 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.05 |
| HSL | 343.3º | 0.88% | 0.53% | - |
| HSV(B) | 343.3º | 0.88% | 0.95% | - |
| XYZ | 38.48 | 20.28 | 11.12 | - |
| YUV | 99.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 88 | 0 | 0.88 | 0.63 | 0.05 | 343.3 | 0.88 | 0.53 |
| Hex | F1 | 1D | 58 | 0 | 58 | 3F | 5 | 157 | 58 | 35 |
| Octal | 361 | 35 | 130 | 0 | 130 | 77 | 5 | 527 | 130 | 65 |
| Binary | 11110001 | 11101 | 1011000 | 0 | 1011000 | 111111 | 101 | 101010111 | 1011000 | 110101 |
Color Harmonies of #F11D58
Complementary color
Monochromatic Colors of #F11D58
Black with #F11D58
Text Example
Text Example
White with #F11D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D58; }
p { color: rgb(241,29,88); }
H1.HeaderClassName
{
color: #F11D58;
}
.AnyTagClassName
{
color: #F11D58;
}
</style>
background-color css
<style>
a { background-color: #F11D58; }
a { background-color: rgb(241,29,88); }
div.DivClassName
{
background-color: #F11D58;
}
.BgClassName
{
background-color: #F11D58;
}
</style>
border-color css
<style>
span { border-color: #F11D58; }
span { border-color: rgb(241,29,88); }
td.TdClassName
{
border-color: #F11D58;
}
.TagClassName
{
border-color: #F11D58;
}
</style>