Shades of Amaranth #F1254C
Tints of Amaranth #F1254C
RGB
CMYK
RGB Variations
Color information
#F1254C (or 0xF1254C) is known color: Amaranth. HEX triplet: F1, 25 and 4C. RGB value is (241,37,76). Sum of RGB (Red+Green+Blue) = 241+37+76=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1254C is #0EDAB3. Grayscale: #666666. Windows color (decimal): -973492 or 4990449. OLE color: 4990449.
HSL color Cylindrical-coordinate representation of color #F1254C: hue angle of 348.53º 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 #F1254C is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 76 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.05 |
| HSL | 348.53º | 0.88% | 0.55% | - |
| HSV(B) | 348.53º | 0.85% | 0.95% | - |
| XYZ | 38.24 | 20.55 | 8.79 | - |
| YUV | 102.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 76 | 0 | 0.85 | 0.68 | 0.05 | 348.53 | 0.88 | 0.55 |
| Hex | F1 | 25 | 4C | 0 | 55 | 44 | 5 | 15D | 58 | 37 |
| Octal | 361 | 45 | 114 | 0 | 125 | 104 | 5 | 535 | 130 | 67 |
| Binary | 11110001 | 100101 | 1001100 | 0 | 1010101 | 1000100 | 101 | 101011101 | 1011000 | 110111 |
Color Harmonies of #F1254C
Complementary color
Monochromatic Colors of #F1254C
Black with #F1254C
Text Example
Text Example
White with #F1254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1254C; }
p { color: rgb(241,37,76); }
H1.HeaderClassName
{
color: #F1254C;
}
.AnyTagClassName
{
color: #F1254C;
}
</style>
background-color css
<style>
a { background-color: #F1254C; }
a { background-color: rgb(241,37,76); }
div.DivClassName
{
background-color: #F1254C;
}
.BgClassName
{
background-color: #F1254C;
}
</style>
border-color css
<style>
span { border-color: #F1254C; }
span { border-color: rgb(241,37,76); }
td.TdClassName
{
border-color: #F1254C;
}
.TagClassName
{
border-color: #F1254C;
}
</style>