Shades of Amaranth #F12454
Tints of Amaranth #F12454
RGB
CMYK
RGB Variations
Color information
#F12454 (or 0xF12454) is known color: Amaranth. HEX triplet: F1, 24 and 54. RGB value is (241,36,84). Sum of RGB (Red+Green+Blue) = 241+36+84=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F12454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12454 is #0EDBAB. Grayscale: #666666. Windows color (decimal): -973740 or 5514481. OLE color: 5514481.
HSL color Cylindrical-coordinate representation of color #F12454: hue angle of 345.95º 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 #F12454 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 84 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.05 |
| HSL | 345.95º | 0.88% | 0.54% | - |
| HSV(B) | 345.95º | 0.85% | 0.95% | - |
| XYZ | 38.51 | 20.6 | 10.33 | - |
| YUV | 102.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 84 | 0 | 0.85 | 0.65 | 0.05 | 345.95 | 0.88 | 0.54 |
| Hex | F1 | 24 | 54 | 0 | 55 | 41 | 5 | 15A | 58 | 36 |
| Octal | 361 | 44 | 124 | 0 | 125 | 101 | 5 | 532 | 130 | 66 |
| Binary | 11110001 | 100100 | 1010100 | 0 | 1010101 | 1000001 | 101 | 101011010 | 1011000 | 110110 |
Color Harmonies of #F12454
Complementary color
Monochromatic Colors of #F12454
Black with #F12454
Text Example
Text Example
White with #F12454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12454; }
p { color: rgb(241,36,84); }
H1.HeaderClassName
{
color: #F12454;
}
.AnyTagClassName
{
color: #F12454;
}
</style>
background-color css
<style>
a { background-color: #F12454; }
a { background-color: rgb(241,36,84); }
div.DivClassName
{
background-color: #F12454;
}
.BgClassName
{
background-color: #F12454;
}
</style>
border-color css
<style>
span { border-color: #F12454; }
span { border-color: rgb(241,36,84); }
td.TdClassName
{
border-color: #F12454;
}
.TagClassName
{
border-color: #F12454;
}
</style>