Shades of Amaranth #F12951
Tints of Amaranth #F12951
RGB
CMYK
RGB Variations
Color information
#F12951 (or 0xF12951) is known color: Amaranth. HEX triplet: F1, 29 and 51. RGB value is (241,41,81). Sum of RGB (Red+Green+Blue) = 241+41+81=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F12951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12951 is #0ED6AE. Grayscale: #696969. Windows color (decimal): -972463 or 5319153. OLE color: 5319153.
HSL color Cylindrical-coordinate representation of color #F12951: hue angle of 348º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12951 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 81 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.05 |
| HSL | 348º | 0.88% | 0.55% | - |
| HSV(B) | 348º | 0.83% | 0.95% | - |
| XYZ | 38.55 | 20.88 | 9.78 | - |
| YUV | 105.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 81 | 0 | 0.83 | 0.66 | 0.05 | 348 | 0.88 | 0.55 |
| Hex | F1 | 29 | 51 | 0 | 53 | 42 | 5 | 15C | 58 | 37 |
| Octal | 361 | 51 | 121 | 0 | 123 | 102 | 5 | 534 | 130 | 67 |
| Binary | 11110001 | 101001 | 1010001 | 0 | 1010011 | 1000010 | 101 | 101011100 | 1011000 | 110111 |
Color Harmonies of #F12951
Complementary color
Monochromatic Colors of #F12951
Black with #F12951
Text Example
Text Example
White with #F12951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12951; }
p { color: rgb(241,41,81); }
H1.HeaderClassName
{
color: #F12951;
}
.AnyTagClassName
{
color: #F12951;
}
</style>
background-color css
<style>
a { background-color: #F12951; }
a { background-color: rgb(241,41,81); }
div.DivClassName
{
background-color: #F12951;
}
.BgClassName
{
background-color: #F12951;
}
</style>
border-color css
<style>
span { border-color: #F12951; }
span { border-color: rgb(241,41,81); }
td.TdClassName
{
border-color: #F12951;
}
.TagClassName
{
border-color: #F12951;
}
</style>