Shades of Amaranth #F1275B
Tints of Amaranth #F1275B
RGB
CMYK
RGB Variations
Color information
#F1275B (or 0xF1275B) is known color: Amaranth. HEX triplet: F1, 27 and 5B. RGB value is (241,39,91). Sum of RGB (Red+Green+Blue) = 241+39+91=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1275B is #0ED8A4. Grayscale: #696969. Windows color (decimal): -972965 or 5974001. OLE color: 5974001.
HSL color Cylindrical-coordinate representation of color #F1275B: hue angle of 344.55º 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 #F1275B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 91 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.05 |
| HSL | 344.55º | 0.88% | 0.55% | - |
| HSV(B) | 344.55º | 0.84% | 0.95% | - |
| XYZ | 38.89 | 20.91 | 11.88 | - |
| YUV | 105.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 91 | 0 | 0.84 | 0.62 | 0.05 | 344.55 | 0.88 | 0.55 |
| Hex | F1 | 27 | 5B | 0 | 54 | 3E | 5 | 159 | 58 | 37 |
| Octal | 361 | 47 | 133 | 0 | 124 | 76 | 5 | 531 | 130 | 67 |
| Binary | 11110001 | 100111 | 1011011 | 0 | 1010100 | 111110 | 101 | 101011001 | 1011000 | 110111 |
Color Harmonies of #F1275B
Complementary color
Monochromatic Colors of #F1275B
Black with #F1275B
Text Example
Text Example
White with #F1275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1275B; }
p { color: rgb(241,39,91); }
H1.HeaderClassName
{
color: #F1275B;
}
.AnyTagClassName
{
color: #F1275B;
}
</style>
background-color css
<style>
a { background-color: #F1275B; }
a { background-color: rgb(241,39,91); }
div.DivClassName
{
background-color: #F1275B;
}
.BgClassName
{
background-color: #F1275B;
}
</style>
border-color css
<style>
span { border-color: #F1275B; }
span { border-color: rgb(241,39,91); }
td.TdClassName
{
border-color: #F1275B;
}
.TagClassName
{
border-color: #F1275B;
}
</style>