Shades of Amaranth #F12C56
Tints of Amaranth #F12C56
RGB
CMYK
RGB Variations
Color information
#F12C56 (or 0xF12C56) is known color: Amaranth. HEX triplet: F1, 2C and 56. RGB value is (241,44,86). Sum of RGB (Red+Green+Blue) = 241+44+86=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C56 is #0ED3A9. Grayscale: #6B6B6B. Windows color (decimal): -971690 or 5647601. OLE color: 5647601.
HSL color Cylindrical-coordinate representation of color #F12C56: hue angle of 347.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C56 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 86 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.05 |
| HSL | 347.21º | 0.88% | 0.56% | - |
| HSV(B) | 347.21º | 0.82% | 0.95% | - |
| XYZ | 38.86 | 21.17 | 10.84 | - |
| YUV | 107.69 | 115.77 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 86 | 0 | 0.82 | 0.64 | 0.05 | 347.21 | 0.88 | 0.56 |
| Hex | F1 | 2C | 56 | 0 | 52 | 40 | 5 | 15B | 58 | 38 |
| Octal | 361 | 54 | 126 | 0 | 122 | 100 | 5 | 533 | 130 | 70 |
| Binary | 11110001 | 101100 | 1010110 | 0 | 1010010 | 1000000 | 101 | 101011011 | 1011000 | 111000 |
Color Harmonies of #F12C56
Complementary color
Monochromatic Colors of #F12C56
Black with #F12C56
Text Example
Text Example
White with #F12C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C56; }
p { color: rgb(241,44,86); }
H1.HeaderClassName
{
color: #F12C56;
}
.AnyTagClassName
{
color: #F12C56;
}
</style>
background-color css
<style>
a { background-color: #F12C56; }
a { background-color: rgb(241,44,86); }
div.DivClassName
{
background-color: #F12C56;
}
.BgClassName
{
background-color: #F12C56;
}
</style>
border-color css
<style>
span { border-color: #F12C56; }
span { border-color: rgb(241,44,86); }
td.TdClassName
{
border-color: #F12C56;
}
.TagClassName
{
border-color: #F12C56;
}
</style>