Shades of Amaranth #F12253
Tints of Amaranth #F12253
RGB
CMYK
RGB Variations
Color information
#F12253 (or 0xF12253) is known color: Amaranth. HEX triplet: F1, 22 and 53. RGB value is (241,34,83). Sum of RGB (Red+Green+Blue) = 241+34+83=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F12253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12253 is #0EDDAC. Grayscale: #656565. Windows color (decimal): -974253 or 5448433. OLE color: 5448433.
HSL color Cylindrical-coordinate representation of color #F12253: hue angle of 345.8º 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 #F12253 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 83 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.05 |
| HSL | 345.8º | 0.88% | 0.54% | - |
| HSV(B) | 345.8º | 0.86% | 0.95% | - |
| XYZ | 38.41 | 20.47 | 10.11 | - |
| YUV | 101.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 83 | 0 | 0.86 | 0.66 | 0.05 | 345.8 | 0.88 | 0.54 |
| Hex | F1 | 22 | 53 | 0 | 56 | 42 | 5 | 15A | 58 | 36 |
| Octal | 361 | 42 | 123 | 0 | 126 | 102 | 5 | 532 | 130 | 66 |
| Binary | 11110001 | 100010 | 1010011 | 0 | 1010110 | 1000010 | 101 | 101011010 | 1011000 | 110110 |
Color Harmonies of #F12253
Complementary color
Monochromatic Colors of #F12253
Black with #F12253
Text Example
Text Example
White with #F12253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12253; }
p { color: rgb(241,34,83); }
H1.HeaderClassName
{
color: #F12253;
}
.AnyTagClassName
{
color: #F12253;
}
</style>
background-color css
<style>
a { background-color: #F12253; }
a { background-color: rgb(241,34,83); }
div.DivClassName
{
background-color: #F12253;
}
.BgClassName
{
background-color: #F12253;
}
</style>
border-color css
<style>
span { border-color: #F12253; }
span { border-color: rgb(241,34,83); }
td.TdClassName
{
border-color: #F12253;
}
.TagClassName
{
border-color: #F12253;
}
</style>