Shades of Amaranth #F11E5B
Tints of Amaranth #F11E5B
RGB
CMYK
RGB Variations
Color information
#F11E5B (or 0xF11E5B) is known color: Amaranth. HEX triplet: F1, 1E and 5B. RGB value is (241,30,91). Sum of RGB (Red+Green+Blue) = 241+30+91=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E5B is #0EE1A4. Grayscale: #646464. Windows color (decimal): -975269 or 5971697. OLE color: 5971697.
HSL color Cylindrical-coordinate representation of color #F11E5B: hue angle of 342.65º 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 #F11E5B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 91 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.05 |
| HSL | 342.65º | 0.88% | 0.53% | - |
| HSV(B) | 342.65º | 0.88% | 0.95% | - |
| XYZ | 38.63 | 20.38 | 11.8 | - |
| YUV | 100.04 | 122.9 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 91 | 0 | 0.88 | 0.62 | 0.05 | 342.65 | 0.88 | 0.53 |
| Hex | F1 | 1E | 5B | 0 | 58 | 3E | 5 | 157 | 58 | 35 |
| Octal | 361 | 36 | 133 | 0 | 130 | 76 | 5 | 527 | 130 | 65 |
| Binary | 11110001 | 11110 | 1011011 | 0 | 1011000 | 111110 | 101 | 101010111 | 1011000 | 110101 |
Color Harmonies of #F11E5B
Complementary color
Monochromatic Colors of #F11E5B
Black with #F11E5B
Text Example
Text Example
White with #F11E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E5B; }
p { color: rgb(241,30,91); }
H1.HeaderClassName
{
color: #F11E5B;
}
.AnyTagClassName
{
color: #F11E5B;
}
</style>
background-color css
<style>
a { background-color: #F11E5B; }
a { background-color: rgb(241,30,91); }
div.DivClassName
{
background-color: #F11E5B;
}
.BgClassName
{
background-color: #F11E5B;
}
</style>
border-color css
<style>
span { border-color: #F11E5B; }
span { border-color: rgb(241,30,91); }
td.TdClassName
{
border-color: #F11E5B;
}
.TagClassName
{
border-color: #F11E5B;
}
</style>