Shades of Amaranth #F12755
Tints of Amaranth #F12755
RGB
CMYK
RGB Variations
Color information
#F12755 (or 0xF12755) is known color: Amaranth. HEX triplet: F1, 27 and 55. RGB value is (241,39,85). Sum of RGB (Red+Green+Blue) = 241+39+85=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12755 is #0ED8AA. Grayscale: #686868. Windows color (decimal): -972971 or 5580785. OLE color: 5580785.
HSL color Cylindrical-coordinate representation of color #F12755: hue angle of 346.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12755 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 85 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.05 |
| HSL | 346.34º | 0.88% | 0.55% | - |
| HSV(B) | 346.34º | 0.84% | 0.95% | - |
| XYZ | 38.64 | 20.81 | 10.57 | - |
| YUV | 104.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 85 | 0 | 0.84 | 0.65 | 0.05 | 346.34 | 0.88 | 0.55 |
| Hex | F1 | 27 | 55 | 0 | 54 | 41 | 5 | 15A | 58 | 37 |
| Octal | 361 | 47 | 125 | 0 | 124 | 101 | 5 | 532 | 130 | 67 |
| Binary | 11110001 | 100111 | 1010101 | 0 | 1010100 | 1000001 | 101 | 101011010 | 1011000 | 110111 |
Color Harmonies of #F12755
Complementary color
Monochromatic Colors of #F12755
Black with #F12755
Text Example
Text Example
White with #F12755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12755; }
p { color: rgb(241,39,85); }
H1.HeaderClassName
{
color: #F12755;
}
.AnyTagClassName
{
color: #F12755;
}
</style>
background-color css
<style>
a { background-color: #F12755; }
a { background-color: rgb(241,39,85); }
div.DivClassName
{
background-color: #F12755;
}
.BgClassName
{
background-color: #F12755;
}
</style>
border-color css
<style>
span { border-color: #F12755; }
span { border-color: rgb(241,39,85); }
td.TdClassName
{
border-color: #F12755;
}
.TagClassName
{
border-color: #F12755;
}
</style>