Shades of Amaranth #F1255B
Tints of Amaranth #F1255B
RGB
CMYK
RGB Variations
Color information
#F1255B (or 0xF1255B) is known color: Amaranth. HEX triplet: F1, 25 and 5B. RGB value is (241,37,91). Sum of RGB (Red+Green+Blue) = 241+37+91=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1255B is #0EDAA4. Grayscale: #686868. Windows color (decimal): -973477 or 5973489. OLE color: 5973489.
HSL color Cylindrical-coordinate representation of color #F1255B: hue angle of 344.12º 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 #F1255B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 91 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 344.12º | 0.88% | 0.55% | - |
| HSV(B) | 344.12º | 0.85% | 0.95% | - |
| XYZ | 38.83 | 20.78 | 11.86 | - |
| YUV | 104.15 | 120.59 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 91 | 0 | 0.85 | 0.62 | 0.05 | 344.12 | 0.88 | 0.55 |
| Hex | F1 | 25 | 5B | 0 | 55 | 3E | 5 | 158 | 58 | 37 |
| Octal | 361 | 45 | 133 | 0 | 125 | 76 | 5 | 530 | 130 | 67 |
| Binary | 11110001 | 100101 | 1011011 | 0 | 1010101 | 111110 | 101 | 101011000 | 1011000 | 110111 |
Color Harmonies of #F1255B
Complementary color
Monochromatic Colors of #F1255B
Black with #F1255B
Text Example
Text Example
White with #F1255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1255B; }
p { color: rgb(241,37,91); }
H1.HeaderClassName
{
color: #F1255B;
}
.AnyTagClassName
{
color: #F1255B;
}
</style>
background-color css
<style>
a { background-color: #F1255B; }
a { background-color: rgb(241,37,91); }
div.DivClassName
{
background-color: #F1255B;
}
.BgClassName
{
background-color: #F1255B;
}
</style>
border-color css
<style>
span { border-color: #F1255B; }
span { border-color: rgb(241,37,91); }
td.TdClassName
{
border-color: #F1255B;
}
.TagClassName
{
border-color: #F1255B;
}
</style>