Shades of Amaranth #F1275D
Tints of Amaranth #F1275D
RGB
CMYK
RGB Variations
Color information
#F1275D (or 0xF1275D) is known color: Amaranth. HEX triplet: F1, 27 and 5D. RGB value is (241,39,93). Sum of RGB (Red+Green+Blue) = 241+39+93=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1275D is #0ED8A2. Grayscale: #696969. Windows color (decimal): -972963 or 6105073. OLE color: 6105073.
HSL color Cylindrical-coordinate representation of color #F1275D: hue angle of 343.96º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1275D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 93 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.05 |
| HSL | 343.96º | 0.88% | 0.55% | - |
| HSV(B) | 343.96º | 0.84% | 0.95% | - |
| XYZ | 38.98 | 20.94 | 12.34 | - |
| YUV | 105.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 93 | 0 | 0.84 | 0.61 | 0.05 | 343.96 | 0.88 | 0.55 |
| Hex | F1 | 27 | 5D | 0 | 54 | 3D | 5 | 158 | 58 | 37 |
| Octal | 361 | 47 | 135 | 0 | 124 | 75 | 5 | 530 | 130 | 67 |
| Binary | 11110001 | 100111 | 1011101 | 0 | 1010100 | 111101 | 101 | 101011000 | 1011000 | 110111 |
Color Harmonies of #F1275D
Complementary color
Monochromatic Colors of #F1275D
Black with #F1275D
Text Example
Text Example
White with #F1275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1275D; }
p { color: rgb(241,39,93); }
H1.HeaderClassName
{
color: #F1275D;
}
.AnyTagClassName
{
color: #F1275D;
}
</style>
background-color css
<style>
a { background-color: #F1275D; }
a { background-color: rgb(241,39,93); }
div.DivClassName
{
background-color: #F1275D;
}
.BgClassName
{
background-color: #F1275D;
}
</style>
border-color css
<style>
span { border-color: #F1275D; }
span { border-color: rgb(241,39,93); }
td.TdClassName
{
border-color: #F1275D;
}
.TagClassName
{
border-color: #F1275D;
}
</style>