Shades of Amaranth #F13748
Tints of Amaranth #F13748
RGB
CMYK
RGB Variations
Color information
#F13748 (or 0xF13748) is known color: Amaranth. HEX triplet: F1, 37 and 48. RGB value is (241,55,72). Sum of RGB (Red+Green+Blue) = 241+55+72=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F13748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13748 is #0EC8B7. Grayscale: #707070. Windows color (decimal): -968888 or 4732913. OLE color: 4732913.
HSL color Cylindrical-coordinate representation of color #F13748: hue angle of 354.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13748 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 72 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.05 |
| HSL | 354.52º | 0.87% | 0.58% | - |
| HSV(B) | 354.52º | 0.77% | 0.95% | - |
| XYZ | 38.81 | 21.9 | 8.31 | - |
| YUV | 112.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 72 | 0 | 0.77 | 0.70 | 0.05 | 354.52 | 0.87 | 0.58 |
| Hex | F1 | 37 | 48 | 0 | 4D | 46 | 5 | 163 | 57 | 3A |
| Octal | 361 | 67 | 110 | 0 | 115 | 106 | 5 | 543 | 127 | 72 |
| Binary | 11110001 | 110111 | 1001000 | 0 | 1001101 | 1000110 | 101 | 101100011 | 1010111 | 111010 |
Color Harmonies of #F13748
Complementary color
Monochromatic Colors of #F13748
Black with #F13748
Text Example
Text Example
White with #F13748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13748; }
p { color: rgb(241,55,72); }
H1.HeaderClassName
{
color: #F13748;
}
.AnyTagClassName
{
color: #F13748;
}
</style>
background-color css
<style>
a { background-color: #F13748; }
a { background-color: rgb(241,55,72); }
div.DivClassName
{
background-color: #F13748;
}
.BgClassName
{
background-color: #F13748;
}
</style>
border-color css
<style>
span { border-color: #F13748; }
span { border-color: rgb(241,55,72); }
td.TdClassName
{
border-color: #F13748;
}
.TagClassName
{
border-color: #F13748;
}
</style>