Shades of Amaranth #F12053
Tints of Amaranth #F12053
RGB
CMYK
RGB Variations
Color information
#F12053 (or 0xF12053) is known color: Amaranth. HEX triplet: F1, 20 and 53. RGB value is (241,32,83). Sum of RGB (Red+Green+Blue) = 241+32+83=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F12053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12053 is #0EDFAC. Grayscale: #646464. Windows color (decimal): -974765 or 5447921. OLE color: 5447921.
HSL color Cylindrical-coordinate representation of color #F12053: hue angle of 345.36º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12053 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 83 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.05 |
| HSL | 345.36º | 0.88% | 0.54% | - |
| HSV(B) | 345.36º | 0.87% | 0.95% | - |
| XYZ | 38.35 | 20.36 | 10.09 | - |
| YUV | 100.31 | 118.24 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 83 | 0 | 0.87 | 0.66 | 0.05 | 345.36 | 0.88 | 0.54 |
| Hex | F1 | 20 | 53 | 0 | 57 | 42 | 5 | 159 | 58 | 36 |
| Octal | 361 | 40 | 123 | 0 | 127 | 102 | 5 | 531 | 130 | 66 |
| Binary | 11110001 | 100000 | 1010011 | 0 | 1010111 | 1000010 | 101 | 101011001 | 1011000 | 110110 |
Color Harmonies of #F12053
Complementary color
Monochromatic Colors of #F12053
Black with #F12053
Text Example
Text Example
White with #F12053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12053; }
p { color: rgb(241,32,83); }
H1.HeaderClassName
{
color: #F12053;
}
.AnyTagClassName
{
color: #F12053;
}
</style>
background-color css
<style>
a { background-color: #F12053; }
a { background-color: rgb(241,32,83); }
div.DivClassName
{
background-color: #F12053;
}
.BgClassName
{
background-color: #F12053;
}
</style>
border-color css
<style>
span { border-color: #F12053; }
span { border-color: rgb(241,32,83); }
td.TdClassName
{
border-color: #F12053;
}
.TagClassName
{
border-color: #F12053;
}
</style>