Shades of Amaranth #F12855
Tints of Amaranth #F12855
RGB
CMYK
RGB Variations
Color information
#F12855 (or 0xF12855) is known color: Amaranth. HEX triplet: F1, 28 and 55. RGB value is (241,40,85). Sum of RGB (Red+Green+Blue) = 241+40+85=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F12855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12855 is #0ED7AA. Grayscale: #696969. Windows color (decimal): -972715 or 5581041. OLE color: 5581041.
HSL color Cylindrical-coordinate representation of color #F12855: hue angle of 346.57º 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 #F12855 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 85 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.05 |
| HSL | 346.57º | 0.88% | 0.55% | - |
| HSV(B) | 346.57º | 0.83% | 0.95% | - |
| XYZ | 38.67 | 20.87 | 10.59 | - |
| YUV | 105.23 | 116.59 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 85 | 0 | 0.83 | 0.65 | 0.05 | 346.57 | 0.88 | 0.55 |
| Hex | F1 | 28 | 55 | 0 | 53 | 41 | 5 | 15B | 58 | 37 |
| Octal | 361 | 50 | 125 | 0 | 123 | 101 | 5 | 533 | 130 | 67 |
| Binary | 11110001 | 101000 | 1010101 | 0 | 1010011 | 1000001 | 101 | 101011011 | 1011000 | 110111 |
Color Harmonies of #F12855
Complementary color
Monochromatic Colors of #F12855
Black with #F12855
Text Example
Text Example
White with #F12855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12855; }
p { color: rgb(241,40,85); }
H1.HeaderClassName
{
color: #F12855;
}
.AnyTagClassName
{
color: #F12855;
}
</style>
background-color css
<style>
a { background-color: #F12855; }
a { background-color: rgb(241,40,85); }
div.DivClassName
{
background-color: #F12855;
}
.BgClassName
{
background-color: #F12855;
}
</style>
border-color css
<style>
span { border-color: #F12855; }
span { border-color: rgb(241,40,85); }
td.TdClassName
{
border-color: #F12855;
}
.TagClassName
{
border-color: #F12855;
}
</style>