Shades of Amaranth #F12C51
Tints of Amaranth #F12C51
RGB
CMYK
RGB Variations
Color information
#F12C51 (or 0xF12C51) is known color: Amaranth. HEX triplet: F1, 2C and 51. RGB value is (241,44,81). Sum of RGB (Red+Green+Blue) = 241+44+81=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C51 is #0ED3AE. Grayscale: #6B6B6B. Windows color (decimal): -971695 or 5319921. OLE color: 5319921.
HSL color Cylindrical-coordinate representation of color #F12C51: hue angle of 348.73º 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 #F12C51 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 81 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.05 |
| HSL | 348.73º | 0.88% | 0.56% | - |
| HSV(B) | 348.73º | 0.82% | 0.95% | - |
| XYZ | 38.66 | 21.1 | 9.82 | - |
| YUV | 107.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 81 | 0 | 0.82 | 0.66 | 0.05 | 348.73 | 0.88 | 0.56 |
| Hex | F1 | 2C | 51 | 0 | 52 | 42 | 5 | 15D | 58 | 38 |
| Octal | 361 | 54 | 121 | 0 | 122 | 102 | 5 | 535 | 130 | 70 |
| Binary | 11110001 | 101100 | 1010001 | 0 | 1010010 | 1000010 | 101 | 101011101 | 1011000 | 111000 |
Color Harmonies of #F12C51
Complementary color
Monochromatic Colors of #F12C51
Black with #F12C51
Text Example
Text Example
White with #F12C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C51; }
p { color: rgb(241,44,81); }
H1.HeaderClassName
{
color: #F12C51;
}
.AnyTagClassName
{
color: #F12C51;
}
</style>
background-color css
<style>
a { background-color: #F12C51; }
a { background-color: rgb(241,44,81); }
div.DivClassName
{
background-color: #F12C51;
}
.BgClassName
{
background-color: #F12C51;
}
</style>
border-color css
<style>
span { border-color: #F12C51; }
span { border-color: rgb(241,44,81); }
td.TdClassName
{
border-color: #F12C51;
}
.TagClassName
{
border-color: #F12C51;
}
</style>