Shades of Amaranth #F12255
Tints of Amaranth #F12255
RGB
CMYK
RGB Variations
Color information
#F12255 (or 0xF12255) is known color: Amaranth. HEX triplet: F1, 22 and 55. RGB value is (241,34,85). Sum of RGB (Red+Green+Blue) = 241+34+85=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F12255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12255 is #0EDDAA. Grayscale: #656565. Windows color (decimal): -974251 or 5579505. OLE color: 5579505.
HSL color Cylindrical-coordinate representation of color #F12255: hue angle of 345.22º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12255 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 85 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.05 |
| HSL | 345.22º | 0.88% | 0.54% | - |
| HSV(B) | 345.22º | 0.86% | 0.95% | - |
| XYZ | 38.49 | 20.5 | 10.52 | - |
| YUV | 101.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 85 | 0 | 0.86 | 0.65 | 0.05 | 345.22 | 0.88 | 0.54 |
| Hex | F1 | 22 | 55 | 0 | 56 | 41 | 5 | 159 | 58 | 36 |
| Octal | 361 | 42 | 125 | 0 | 126 | 101 | 5 | 531 | 130 | 66 |
| Binary | 11110001 | 100010 | 1010101 | 0 | 1010110 | 1000001 | 101 | 101011001 | 1011000 | 110110 |
Color Harmonies of #F12255
Complementary color
Monochromatic Colors of #F12255
Black with #F12255
Text Example
Text Example
White with #F12255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12255; }
p { color: rgb(241,34,85); }
H1.HeaderClassName
{
color: #F12255;
}
.AnyTagClassName
{
color: #F12255;
}
</style>
background-color css
<style>
a { background-color: #F12255; }
a { background-color: rgb(241,34,85); }
div.DivClassName
{
background-color: #F12255;
}
.BgClassName
{
background-color: #F12255;
}
</style>
border-color css
<style>
span { border-color: #F12255; }
span { border-color: rgb(241,34,85); }
td.TdClassName
{
border-color: #F12255;
}
.TagClassName
{
border-color: #F12255;
}
</style>