Shades of Amaranth #F1285C
Tints of Amaranth #F1285C
RGB
CMYK
RGB Variations
Color information
#F1285C (or 0xF1285C) is known color: Amaranth. HEX triplet: F1, 28 and 5C. RGB value is (241,40,92). Sum of RGB (Red+Green+Blue) = 241+40+92=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1285C is #0ED7A3. Grayscale: #6A6A6A. Windows color (decimal): -972708 or 6039793. OLE color: 6039793.
HSL color Cylindrical-coordinate representation of color #F1285C: hue angle of 344.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1285C is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 92 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.05 |
| HSL | 344.48º | 0.88% | 0.55% | - |
| HSV(B) | 344.48º | 0.83% | 0.95% | - |
| XYZ | 38.97 | 20.99 | 12.12 | - |
| YUV | 106.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 92 | 0 | 0.83 | 0.62 | 0.05 | 344.48 | 0.88 | 0.55 |
| Hex | F1 | 28 | 5C | 0 | 53 | 3E | 5 | 158 | 58 | 37 |
| Octal | 361 | 50 | 134 | 0 | 123 | 76 | 5 | 530 | 130 | 67 |
| Binary | 11110001 | 101000 | 1011100 | 0 | 1010011 | 111110 | 101 | 101011000 | 1011000 | 110111 |
Color Harmonies of #F1285C
Complementary color
Monochromatic Colors of #F1285C
Black with #F1285C
Text Example
Text Example
White with #F1285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1285C; }
p { color: rgb(241,40,92); }
H1.HeaderClassName
{
color: #F1285C;
}
.AnyTagClassName
{
color: #F1285C;
}
</style>
background-color css
<style>
a { background-color: #F1285C; }
a { background-color: rgb(241,40,92); }
div.DivClassName
{
background-color: #F1285C;
}
.BgClassName
{
background-color: #F1285C;
}
</style>
border-color css
<style>
span { border-color: #F1285C; }
span { border-color: rgb(241,40,92); }
td.TdClassName
{
border-color: #F1285C;
}
.TagClassName
{
border-color: #F1285C;
}
</style>