Shades of Amaranth #F13A50
Tints of Amaranth #F13A50
RGB
CMYK
RGB Variations
Color information
#F13A50 (or 0xF13A50) is known color: Amaranth. HEX triplet: F1, 3A and 50. RGB value is (241,58,80). Sum of RGB (Red+Green+Blue) = 241+58+80=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A50 is #0EC5AF. Grayscale: #737373. Windows color (decimal): -968112 or 5257969. OLE color: 5257969.
HSL color Cylindrical-coordinate representation of color #F13A50: hue angle of 352.79º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13A50 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 80 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.05 |
| HSL | 352.79º | 0.87% | 0.59% | - |
| HSV(B) | 352.79º | 0.76% | 0.95% | - |
| XYZ | 39.24 | 22.31 | 9.83 | - |
| YUV | 115.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 80 | 0 | 0.76 | 0.67 | 0.05 | 352.79 | 0.87 | 0.59 |
| Hex | F1 | 3A | 50 | 0 | 4C | 43 | 5 | 161 | 57 | 3B |
| Octal | 361 | 72 | 120 | 0 | 114 | 103 | 5 | 541 | 127 | 73 |
| Binary | 11110001 | 111010 | 1010000 | 0 | 1001100 | 1000011 | 101 | 101100001 | 1010111 | 111011 |
Color Harmonies of #F13A50
Complementary color
Monochromatic Colors of #F13A50
Black with #F13A50
Text Example
Text Example
White with #F13A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A50; }
p { color: rgb(241,58,80); }
H1.HeaderClassName
{
color: #F13A50;
}
.AnyTagClassName
{
color: #F13A50;
}
</style>
background-color css
<style>
a { background-color: #F13A50; }
a { background-color: rgb(241,58,80); }
div.DivClassName
{
background-color: #F13A50;
}
.BgClassName
{
background-color: #F13A50;
}
</style>
border-color css
<style>
span { border-color: #F13A50; }
span { border-color: rgb(241,58,80); }
td.TdClassName
{
border-color: #F13A50;
}
.TagClassName
{
border-color: #F13A50;
}
</style>