Shades of Amaranth #F1255C
Tints of Amaranth #F1255C
RGB
CMYK
RGB Variations
Color information
#F1255C (or 0xF1255C) is known color: Amaranth. HEX triplet: F1, 25 and 5C. RGB value is (241,37,92). Sum of RGB (Red+Green+Blue) = 241+37+92=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1255C is #0EDAA3. Grayscale: #686868. Windows color (decimal): -973476 or 6039025. OLE color: 6039025.
HSL color Cylindrical-coordinate representation of color #F1255C: hue angle of 343.82º 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 #F1255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 343.82º | 0.88% | 0.55% | - |
| HSV(B) | 343.82º | 0.85% | 0.95% | - |
| XYZ | 38.87 | 20.8 | 12.09 | - |
| YUV | 104.27 | 121.09 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 92 | 0 | 0.85 | 0.62 | 0.05 | 343.82 | 0.88 | 0.55 |
| Hex | F1 | 25 | 5C | 0 | 55 | 3E | 5 | 158 | 58 | 37 |
| Octal | 361 | 45 | 134 | 0 | 125 | 76 | 5 | 530 | 130 | 67 |
| Binary | 11110001 | 100101 | 1011100 | 0 | 1010101 | 111110 | 101 | 101011000 | 1011000 | 110111 |
Color Harmonies of #F1255C
Complementary color
Monochromatic Colors of #F1255C
Black with #F1255C
Text Example
Text Example
White with #F1255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1255C; }
p { color: rgb(241,37,92); }
H1.HeaderClassName
{
color: #F1255C;
}
.AnyTagClassName
{
color: #F1255C;
}
</style>
background-color css
<style>
a { background-color: #F1255C; }
a { background-color: rgb(241,37,92); }
div.DivClassName
{
background-color: #F1255C;
}
.BgClassName
{
background-color: #F1255C;
}
</style>
border-color css
<style>
span { border-color: #F1255C; }
span { border-color: rgb(241,37,92); }
td.TdClassName
{
border-color: #F1255C;
}
.TagClassName
{
border-color: #F1255C;
}
</style>