Shades of Amaranth #F12F4D
Tints of Amaranth #F12F4D
RGB
CMYK
RGB Variations
Color information
#F12F4D (or 0xF12F4D) is known color: Amaranth. HEX triplet: F1, 2F and 4D. RGB value is (241,47,77). Sum of RGB (Red+Green+Blue) = 241+47+77=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F4D is #0ED0B2. Grayscale: #6C6C6C. Windows color (decimal): -970931 or 5058545. OLE color: 5058545.
HSL color Cylindrical-coordinate representation of color #F12F4D: hue angle of 350.72º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F4D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.05 |
| HSL | 350.72º | 0.87% | 0.56% | - |
| HSV(B) | 350.72º | 0.8% | 0.95% | - |
| XYZ | 38.63 | 21.27 | 9.09 | - |
| YUV | 108.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 77 | 0 | 0.80 | 0.68 | 0.05 | 350.72 | 0.87 | 0.56 |
| Hex | F1 | 2F | 4D | 0 | 50 | 44 | 5 | 15F | 57 | 38 |
| Octal | 361 | 57 | 115 | 0 | 120 | 104 | 5 | 537 | 127 | 70 |
| Binary | 11110001 | 101111 | 1001101 | 0 | 1010000 | 1000100 | 101 | 101011111 | 1010111 | 111000 |
Color Harmonies of #F12F4D
Complementary color
Monochromatic Colors of #F12F4D
Black with #F12F4D
Text Example
Text Example
White with #F12F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F4D; }
p { color: rgb(241,47,77); }
H1.HeaderClassName
{
color: #F12F4D;
}
.AnyTagClassName
{
color: #F12F4D;
}
</style>
background-color css
<style>
a { background-color: #F12F4D; }
a { background-color: rgb(241,47,77); }
div.DivClassName
{
background-color: #F12F4D;
}
.BgClassName
{
background-color: #F12F4D;
}
</style>
border-color css
<style>
span { border-color: #F12F4D; }
span { border-color: rgb(241,47,77); }
td.TdClassName
{
border-color: #F12F4D;
}
.TagClassName
{
border-color: #F12F4D;
}
</style>