Shades of Amaranth #F12256
Tints of Amaranth #F12256
RGB
CMYK
RGB Variations
Color information
#F12256 (or 0xF12256) is known color: Amaranth. HEX triplet: F1, 22 and 56. RGB value is (241,34,86). Sum of RGB (Red+Green+Blue) = 241+34+86=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F12256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12256 is #0EDDA9. Grayscale: #656565. Windows color (decimal): -974250 or 5645041. OLE color: 5645041.
HSL color Cylindrical-coordinate representation of color #F12256: hue angle of 344.93º 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 #F12256 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 86 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.05 |
| HSL | 344.93º | 0.88% | 0.54% | - |
| HSV(B) | 344.93º | 0.86% | 0.95% | - |
| XYZ | 38.53 | 20.52 | 10.73 | - |
| YUV | 101.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 86 | 0 | 0.86 | 0.64 | 0.05 | 344.93 | 0.88 | 0.54 |
| Hex | F1 | 22 | 56 | 0 | 56 | 40 | 5 | 159 | 58 | 36 |
| Octal | 361 | 42 | 126 | 0 | 126 | 100 | 5 | 531 | 130 | 66 |
| Binary | 11110001 | 100010 | 1010110 | 0 | 1010110 | 1000000 | 101 | 101011001 | 1011000 | 110110 |
Color Harmonies of #F12256
Complementary color
Monochromatic Colors of #F12256
Black with #F12256
Text Example
Text Example
White with #F12256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12256; }
p { color: rgb(241,34,86); }
H1.HeaderClassName
{
color: #F12256;
}
.AnyTagClassName
{
color: #F12256;
}
</style>
background-color css
<style>
a { background-color: #F12256; }
a { background-color: rgb(241,34,86); }
div.DivClassName
{
background-color: #F12256;
}
.BgClassName
{
background-color: #F12256;
}
</style>
border-color css
<style>
span { border-color: #F12256; }
span { border-color: rgb(241,34,86); }
td.TdClassName
{
border-color: #F12256;
}
.TagClassName
{
border-color: #F12256;
}
</style>