Shades of Amaranth #F1314D
Tints of Amaranth #F1314D
RGB
CMYK
RGB Variations
Color information
#F1314D (or 0xF1314D) is known color: Amaranth. HEX triplet: F1, 31 and 4D. RGB value is (241,49,77). Sum of RGB (Red+Green+Blue) = 241+49+77=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1314D is #0ECEB2. Grayscale: #6D6D6D. Windows color (decimal): -970419 or 5059057. OLE color: 5059057.
HSL color Cylindrical-coordinate representation of color #F1314D: hue angle of 351.25º 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 #F1314D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.05 |
| HSL | 351.25º | 0.87% | 0.57% | - |
| HSV(B) | 351.25º | 0.8% | 0.95% | - |
| XYZ | 38.71 | 21.43 | 9.12 | - |
| YUV | 109.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 77 | 0 | 0.80 | 0.68 | 0.05 | 351.25 | 0.87 | 0.57 |
| Hex | F1 | 31 | 4D | 0 | 50 | 44 | 5 | 15F | 57 | 39 |
| Octal | 361 | 61 | 115 | 0 | 120 | 104 | 5 | 537 | 127 | 71 |
| Binary | 11110001 | 110001 | 1001101 | 0 | 1010000 | 1000100 | 101 | 101011111 | 1010111 | 111001 |
Color Harmonies of #F1314D
Complementary color
Monochromatic Colors of #F1314D
Black with #F1314D
Text Example
Text Example
White with #F1314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1314D; }
p { color: rgb(241,49,77); }
H1.HeaderClassName
{
color: #F1314D;
}
.AnyTagClassName
{
color: #F1314D;
}
</style>
background-color css
<style>
a { background-color: #F1314D; }
a { background-color: rgb(241,49,77); }
div.DivClassName
{
background-color: #F1314D;
}
.BgClassName
{
background-color: #F1314D;
}
</style>
border-color css
<style>
span { border-color: #F1314D; }
span { border-color: rgb(241,49,77); }
td.TdClassName
{
border-color: #F1314D;
}
.TagClassName
{
border-color: #F1314D;
}
</style>