Shades of Amaranth #F1245D
Tints of Amaranth #F1245D
RGB
CMYK
RGB Variations
Color information
#F1245D (or 0xF1245D) is known color: Amaranth. HEX triplet: F1, 24 and 5D. RGB value is (241,36,93). Sum of RGB (Red+Green+Blue) = 241+36+93=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1245D is #0EDBA2. Grayscale: #676767. Windows color (decimal): -973731 or 6104305. OLE color: 6104305.
HSL color Cylindrical-coordinate representation of color #F1245D: hue angle of 343.32º 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 #F1245D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 93 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.05 |
| HSL | 343.32º | 0.88% | 0.54% | - |
| HSV(B) | 343.32º | 0.85% | 0.95% | - |
| XYZ | 38.88 | 20.75 | 12.31 | - |
| YUV | 103.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 93 | 0 | 0.85 | 0.61 | 0.05 | 343.32 | 0.88 | 0.54 |
| Hex | F1 | 24 | 5D | 0 | 55 | 3D | 5 | 157 | 58 | 36 |
| Octal | 361 | 44 | 135 | 0 | 125 | 75 | 5 | 527 | 130 | 66 |
| Binary | 11110001 | 100100 | 1011101 | 0 | 1010101 | 111101 | 101 | 101010111 | 1011000 | 110110 |
Color Harmonies of #F1245D
Complementary color
Monochromatic Colors of #F1245D
Black with #F1245D
Text Example
Text Example
White with #F1245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1245D; }
p { color: rgb(241,36,93); }
H1.HeaderClassName
{
color: #F1245D;
}
.AnyTagClassName
{
color: #F1245D;
}
</style>
background-color css
<style>
a { background-color: #F1245D; }
a { background-color: rgb(241,36,93); }
div.DivClassName
{
background-color: #F1245D;
}
.BgClassName
{
background-color: #F1245D;
}
</style>
border-color css
<style>
span { border-color: #F1245D; }
span { border-color: rgb(241,36,93); }
td.TdClassName
{
border-color: #F1245D;
}
.TagClassName
{
border-color: #F1245D;
}
</style>