Shades of Amaranth #F12356
Tints of Amaranth #F12356
RGB
CMYK
RGB Variations
Color information
#F12356 (or 0xF12356) is known color: Amaranth. HEX triplet: F1, 23 and 56. RGB value is (241,35,86). Sum of RGB (Red+Green+Blue) = 241+35+86=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12356 is #0EDCA9. Grayscale: #666666. Windows color (decimal): -973994 or 5645297. OLE color: 5645297.
HSL color Cylindrical-coordinate representation of color #F12356: hue angle of 345.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12356 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 86 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.05 |
| HSL | 345.15º | 0.88% | 0.54% | - |
| HSV(B) | 345.15º | 0.85% | 0.95% | - |
| XYZ | 38.56 | 20.57 | 10.74 | - |
| YUV | 102.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 86 | 0 | 0.85 | 0.64 | 0.05 | 345.15 | 0.88 | 0.54 |
| Hex | F1 | 23 | 56 | 0 | 55 | 40 | 5 | 159 | 58 | 36 |
| Octal | 361 | 43 | 126 | 0 | 125 | 100 | 5 | 531 | 130 | 66 |
| Binary | 11110001 | 100011 | 1010110 | 0 | 1010101 | 1000000 | 101 | 101011001 | 1011000 | 110110 |
Color Harmonies of #F12356
Complementary color
Monochromatic Colors of #F12356
Black with #F12356
Text Example
Text Example
White with #F12356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12356; }
p { color: rgb(241,35,86); }
H1.HeaderClassName
{
color: #F12356;
}
.AnyTagClassName
{
color: #F12356;
}
</style>
background-color css
<style>
a { background-color: #F12356; }
a { background-color: rgb(241,35,86); }
div.DivClassName
{
background-color: #F12356;
}
.BgClassName
{
background-color: #F12356;
}
</style>
border-color css
<style>
span { border-color: #F12356; }
span { border-color: rgb(241,35,86); }
td.TdClassName
{
border-color: #F12356;
}
.TagClassName
{
border-color: #F12356;
}
</style>