Shades of Amaranth #F13E4D
Tints of Amaranth #F13E4D
RGB
CMYK
RGB Variations
Color information
#F13E4D (or 0xF13E4D) is known color: Amaranth. HEX triplet: F1, 3E and 4D. RGB value is (241,62,77). Sum of RGB (Red+Green+Blue) = 241+62+77=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E4D is #0EC1B2. Grayscale: #757575. Windows color (decimal): -967091 or 5062385. OLE color: 5062385.
HSL color Cylindrical-coordinate representation of color #F13E4D: hue angle of 354.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13E4D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 77 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.05 |
| HSL | 354.97º | 0.86% | 0.59% | - |
| HSV(B) | 354.97º | 0.74% | 0.95% | - |
| XYZ | 39.34 | 22.68 | 9.33 | - |
| YUV | 117.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 77 | 0 | 0.74 | 0.68 | 0.05 | 354.97 | 0.86 | 0.59 |
| Hex | F1 | 3E | 4D | 0 | 4A | 44 | 5 | 163 | 56 | 3B |
| Octal | 361 | 76 | 115 | 0 | 112 | 104 | 5 | 543 | 126 | 73 |
| Binary | 11110001 | 111110 | 1001101 | 0 | 1001010 | 1000100 | 101 | 101100011 | 1010110 | 111011 |
Color Harmonies of #F13E4D
Complementary color
Monochromatic Colors of #F13E4D
Black with #F13E4D
Text Example
Text Example
White with #F13E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13E4D; }
p { color: rgb(241,62,77); }
H1.HeaderClassName
{
color: #F13E4D;
}
.AnyTagClassName
{
color: #F13E4D;
}
</style>
background-color css
<style>
a { background-color: #F13E4D; }
a { background-color: rgb(241,62,77); }
div.DivClassName
{
background-color: #F13E4D;
}
.BgClassName
{
background-color: #F13E4D;
}
</style>
border-color css
<style>
span { border-color: #F13E4D; }
span { border-color: rgb(241,62,77); }
td.TdClassName
{
border-color: #F13E4D;
}
.TagClassName
{
border-color: #F13E4D;
}
</style>