Shades of Amaranth #F1324E
Tints of Amaranth #F1324E
RGB
CMYK
RGB Variations
Color information
#F1324E (or 0xF1324E) is known color: Amaranth. HEX triplet: F1, 32 and 4E. RGB value is (241,50,78). Sum of RGB (Red+Green+Blue) = 241+50+78=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1324E is #0ECDB1. Grayscale: #6E6E6E. Windows color (decimal): -970162 or 5124849. OLE color: 5124849.
HSL color Cylindrical-coordinate representation of color #F1324E: hue angle of 351.2º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1324E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 78 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.05 |
| HSL | 351.2º | 0.87% | 0.57% | - |
| HSV(B) | 351.2º | 0.79% | 0.95% | - |
| XYZ | 38.79 | 21.53 | 9.32 | - |
| YUV | 110.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 78 | 0 | 0.79 | 0.68 | 0.05 | 351.2 | 0.87 | 0.57 |
| Hex | F1 | 32 | 4E | 0 | 4F | 44 | 5 | 15F | 57 | 39 |
| Octal | 361 | 62 | 116 | 0 | 117 | 104 | 5 | 537 | 127 | 71 |
| Binary | 11110001 | 110010 | 1001110 | 0 | 1001111 | 1000100 | 101 | 101011111 | 1010111 | 111001 |
Color Harmonies of #F1324E
Complementary color
Monochromatic Colors of #F1324E
Black with #F1324E
Text Example
Text Example
White with #F1324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1324E; }
p { color: rgb(241,50,78); }
H1.HeaderClassName
{
color: #F1324E;
}
.AnyTagClassName
{
color: #F1324E;
}
</style>
background-color css
<style>
a { background-color: #F1324E; }
a { background-color: rgb(241,50,78); }
div.DivClassName
{
background-color: #F1324E;
}
.BgClassName
{
background-color: #F1324E;
}
</style>
border-color css
<style>
span { border-color: #F1324E; }
span { border-color: rgb(241,50,78); }
td.TdClassName
{
border-color: #F1324E;
}
.TagClassName
{
border-color: #F1324E;
}
</style>