Shades of Amaranth #F13844
Tints of Amaranth #F13844
RGB
CMYK
RGB Variations
Color information
#F13844 (or 0xF13844) is known color: Amaranth. HEX triplet: F1, 38 and 44. RGB value is (241,56,68). Sum of RGB (Red+Green+Blue) = 241+56+68=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F13844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13844 is #0EC7BB. Grayscale: #707070. Windows color (decimal): -968636 or 4471025. OLE color: 4471025.
HSL color Cylindrical-coordinate representation of color #F13844: hue angle of 356.11º 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 #F13844 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 68 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.05 |
| HSL | 356.11º | 0.87% | 0.58% | - |
| HSV(B) | 356.11º | 0.77% | 0.95% | - |
| XYZ | 38.73 | 21.95 | 7.66 | - |
| YUV | 112.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 68 | 0 | 0.77 | 0.72 | 0.05 | 356.11 | 0.87 | 0.58 |
| Hex | F1 | 38 | 44 | 0 | 4D | 48 | 5 | 164 | 57 | 3A |
| Octal | 361 | 70 | 104 | 0 | 115 | 110 | 5 | 544 | 127 | 72 |
| Binary | 11110001 | 111000 | 1000100 | 0 | 1001101 | 1001000 | 101 | 101100100 | 1010111 | 111010 |
Color Harmonies of #F13844
Complementary color
Monochromatic Colors of #F13844
Black with #F13844
Text Example
Text Example
White with #F13844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13844; }
p { color: rgb(241,56,68); }
H1.HeaderClassName
{
color: #F13844;
}
.AnyTagClassName
{
color: #F13844;
}
</style>
background-color css
<style>
a { background-color: #F13844; }
a { background-color: rgb(241,56,68); }
div.DivClassName
{
background-color: #F13844;
}
.BgClassName
{
background-color: #F13844;
}
</style>
border-color css
<style>
span { border-color: #F13844; }
span { border-color: rgb(241,56,68); }
td.TdClassName
{
border-color: #F13844;
}
.TagClassName
{
border-color: #F13844;
}
</style>