Shades of Amaranth #F12854
Tints of Amaranth #F12854
RGB
CMYK
RGB Variations
Color information
#F12854 (or 0xF12854) is known color: Amaranth. HEX triplet: F1, 28 and 54. RGB value is (241,40,84). Sum of RGB (Red+Green+Blue) = 241+40+84=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12854 is #0ED7AB. Grayscale: #696969. Windows color (decimal): -972716 or 5515505. OLE color: 5515505.
HSL color Cylindrical-coordinate representation of color #F12854: hue angle of 346.87º 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 #F12854 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 84 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.05 |
| HSL | 346.87º | 0.88% | 0.55% | - |
| HSV(B) | 346.87º | 0.83% | 0.95% | - |
| XYZ | 38.63 | 20.86 | 10.38 | - |
| YUV | 105.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 84 | 0 | 0.83 | 0.65 | 0.05 | 346.87 | 0.88 | 0.55 |
| Hex | F1 | 28 | 54 | 0 | 53 | 41 | 5 | 15B | 58 | 37 |
| Octal | 361 | 50 | 124 | 0 | 123 | 101 | 5 | 533 | 130 | 67 |
| Binary | 11110001 | 101000 | 1010100 | 0 | 1010011 | 1000001 | 101 | 101011011 | 1011000 | 110111 |
Color Harmonies of #F12854
Complementary color
Monochromatic Colors of #F12854
Black with #F12854
Text Example
Text Example
White with #F12854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12854; }
p { color: rgb(241,40,84); }
H1.HeaderClassName
{
color: #F12854;
}
.AnyTagClassName
{
color: #F12854;
}
</style>
background-color css
<style>
a { background-color: #F12854; }
a { background-color: rgb(241,40,84); }
div.DivClassName
{
background-color: #F12854;
}
.BgClassName
{
background-color: #F12854;
}
</style>
border-color css
<style>
span { border-color: #F12854; }
span { border-color: rgb(241,40,84); }
td.TdClassName
{
border-color: #F12854;
}
.TagClassName
{
border-color: #F12854;
}
</style>