Shades of Amaranth #F12153
Tints of Amaranth #F12153
RGB
CMYK
RGB Variations
Color information
#F12153 (or 0xF12153) is known color: Amaranth. HEX triplet: F1, 21 and 53. RGB value is (241,33,83). Sum of RGB (Red+Green+Blue) = 241+33+83=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F12153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12153 is #0EDEAC. Grayscale: #646464. Windows color (decimal): -974509 or 5448177. OLE color: 5448177.
HSL color Cylindrical-coordinate representation of color #F12153: hue angle of 345.58º 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 #F12153 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 83 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.05 |
| HSL | 345.58º | 0.88% | 0.54% | - |
| HSV(B) | 345.58º | 0.86% | 0.95% | - |
| XYZ | 38.38 | 20.41 | 10.1 | - |
| YUV | 100.89 | 117.91 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 83 | 0 | 0.86 | 0.66 | 0.05 | 345.58 | 0.88 | 0.54 |
| Hex | F1 | 21 | 53 | 0 | 56 | 42 | 5 | 15A | 58 | 36 |
| Octal | 361 | 41 | 123 | 0 | 126 | 102 | 5 | 532 | 130 | 66 |
| Binary | 11110001 | 100001 | 1010011 | 0 | 1010110 | 1000010 | 101 | 101011010 | 1011000 | 110110 |
Color Harmonies of #F12153
Complementary color
Monochromatic Colors of #F12153
Black with #F12153
Text Example
Text Example
White with #F12153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12153; }
p { color: rgb(241,33,83); }
H1.HeaderClassName
{
color: #F12153;
}
.AnyTagClassName
{
color: #F12153;
}
</style>
background-color css
<style>
a { background-color: #F12153; }
a { background-color: rgb(241,33,83); }
div.DivClassName
{
background-color: #F12153;
}
.BgClassName
{
background-color: #F12153;
}
</style>
border-color css
<style>
span { border-color: #F12153; }
span { border-color: rgb(241,33,83); }
td.TdClassName
{
border-color: #F12153;
}
.TagClassName
{
border-color: #F12153;
}
</style>