Shades of Amaranth #F12851
Tints of Amaranth #F12851
RGB
CMYK
RGB Variations
Color information
#F12851 (or 0xF12851) is known color: Amaranth. HEX triplet: F1, 28 and 51. RGB value is (241,40,81). Sum of RGB (Red+Green+Blue) = 241+40+81=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12851 is #0ED7AE. Grayscale: #686868. Windows color (decimal): -972719 or 5318897. OLE color: 5318897.
HSL color Cylindrical-coordinate representation of color #F12851: hue angle of 347.76º 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 #F12851 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 81 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.05 |
| HSL | 347.76º | 0.88% | 0.55% | - |
| HSV(B) | 347.76º | 0.83% | 0.95% | - |
| XYZ | 38.52 | 20.81 | 9.77 | - |
| YUV | 104.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 81 | 0 | 0.83 | 0.66 | 0.05 | 347.76 | 0.88 | 0.55 |
| Hex | F1 | 28 | 51 | 0 | 53 | 42 | 5 | 15C | 58 | 37 |
| Octal | 361 | 50 | 121 | 0 | 123 | 102 | 5 | 534 | 130 | 67 |
| Binary | 11110001 | 101000 | 1010001 | 0 | 1010011 | 1000010 | 101 | 101011100 | 1011000 | 110111 |
Color Harmonies of #F12851
Complementary color
Monochromatic Colors of #F12851
Black with #F12851
Text Example
Text Example
White with #F12851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12851; }
p { color: rgb(241,40,81); }
H1.HeaderClassName
{
color: #F12851;
}
.AnyTagClassName
{
color: #F12851;
}
</style>
background-color css
<style>
a { background-color: #F12851; }
a { background-color: rgb(241,40,81); }
div.DivClassName
{
background-color: #F12851;
}
.BgClassName
{
background-color: #F12851;
}
</style>
border-color css
<style>
span { border-color: #F12851; }
span { border-color: rgb(241,40,81); }
td.TdClassName
{
border-color: #F12851;
}
.TagClassName
{
border-color: #F12851;
}
</style>