Shades of Amaranth #F1255D
Tints of Amaranth #F1255D
RGB
CMYK
RGB Variations
Color information
#F1255D (or 0xF1255D) is known color: Amaranth. HEX triplet: F1, 25 and 5D. RGB value is (241,37,93). Sum of RGB (Red+Green+Blue) = 241+37+93=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1255D is #0EDAA2. Grayscale: #686868. Windows color (decimal): -973475 or 6104561. OLE color: 6104561.
HSL color Cylindrical-coordinate representation of color #F1255D: hue angle of 343.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1255D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 93 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.05 |
| HSL | 343.53º | 0.88% | 0.55% | - |
| HSV(B) | 343.53º | 0.85% | 0.95% | - |
| XYZ | 38.91 | 20.81 | 12.32 | - |
| YUV | 104.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 93 | 0 | 0.85 | 0.61 | 0.05 | 343.53 | 0.88 | 0.55 |
| Hex | F1 | 25 | 5D | 0 | 55 | 3D | 5 | 158 | 58 | 37 |
| Octal | 361 | 45 | 135 | 0 | 125 | 75 | 5 | 530 | 130 | 67 |
| Binary | 11110001 | 100101 | 1011101 | 0 | 1010101 | 111101 | 101 | 101011000 | 1011000 | 110111 |
Color Harmonies of #F1255D
Complementary color
Monochromatic Colors of #F1255D
Black with #F1255D
Text Example
Text Example
White with #F1255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1255D; }
p { color: rgb(241,37,93); }
H1.HeaderClassName
{
color: #F1255D;
}
.AnyTagClassName
{
color: #F1255D;
}
</style>
background-color css
<style>
a { background-color: #F1255D; }
a { background-color: rgb(241,37,93); }
div.DivClassName
{
background-color: #F1255D;
}
.BgClassName
{
background-color: #F1255D;
}
</style>
border-color css
<style>
span { border-color: #F1255D; }
span { border-color: rgb(241,37,93); }
td.TdClassName
{
border-color: #F1255D;
}
.TagClassName
{
border-color: #F1255D;
}
</style>