Shades of Amaranth #F1304D
Tints of Amaranth #F1304D
RGB
CMYK
RGB Variations
Color information
#F1304D (or 0xF1304D) is known color: Amaranth. HEX triplet: F1, 30 and 4D. RGB value is (241,48,77). Sum of RGB (Red+Green+Blue) = 241+48+77=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1304D is #0ECFB2. Grayscale: #6D6D6D. Windows color (decimal): -970675 or 5058801. OLE color: 5058801.
HSL color Cylindrical-coordinate representation of color #F1304D: hue angle of 350.98º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1304D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.05 |
| HSL | 350.98º | 0.87% | 0.57% | - |
| HSV(B) | 350.98º | 0.8% | 0.95% | - |
| XYZ | 38.67 | 21.35 | 9.1 | - |
| YUV | 109.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 77 | 0 | 0.80 | 0.68 | 0.05 | 350.98 | 0.87 | 0.57 |
| Hex | F1 | 30 | 4D | 0 | 50 | 44 | 5 | 15F | 57 | 39 |
| Octal | 361 | 60 | 115 | 0 | 120 | 104 | 5 | 537 | 127 | 71 |
| Binary | 11110001 | 110000 | 1001101 | 0 | 1010000 | 1000100 | 101 | 101011111 | 1010111 | 111001 |
Color Harmonies of #F1304D
Complementary color
Monochromatic Colors of #F1304D
Black with #F1304D
Text Example
Text Example
White with #F1304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1304D; }
p { color: rgb(241,48,77); }
H1.HeaderClassName
{
color: #F1304D;
}
.AnyTagClassName
{
color: #F1304D;
}
</style>
background-color css
<style>
a { background-color: #F1304D; }
a { background-color: rgb(241,48,77); }
div.DivClassName
{
background-color: #F1304D;
}
.BgClassName
{
background-color: #F1304D;
}
</style>
border-color css
<style>
span { border-color: #F1304D; }
span { border-color: rgb(241,48,77); }
td.TdClassName
{
border-color: #F1304D;
}
.TagClassName
{
border-color: #F1304D;
}
</style>