Shades of Amaranth #F12748
Tints of Amaranth #F12748
RGB
CMYK
RGB Variations
Color information
#F12748 (or 0xF12748) is known color: Amaranth. HEX triplet: F1, 27 and 48. RGB value is (241,39,72). Sum of RGB (Red+Green+Blue) = 241+39+72=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F12748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12748 is #0ED8B7. Grayscale: #676767. Windows color (decimal): -972984 or 4728817. OLE color: 4728817.
HSL color Cylindrical-coordinate representation of color #F12748: hue angle of 350.2º 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 #F12748 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 72 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.05 |
| HSL | 350.2º | 0.88% | 0.55% | - |
| HSV(B) | 350.2º | 0.84% | 0.95% | - |
| XYZ | 38.17 | 20.62 | 8.1 | - |
| YUV | 103.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 72 | 0 | 0.84 | 0.70 | 0.05 | 350.2 | 0.88 | 0.55 |
| Hex | F1 | 27 | 48 | 0 | 54 | 46 | 5 | 15E | 58 | 37 |
| Octal | 361 | 47 | 110 | 0 | 124 | 106 | 5 | 536 | 130 | 67 |
| Binary | 11110001 | 100111 | 1001000 | 0 | 1010100 | 1000110 | 101 | 101011110 | 1011000 | 110111 |
Color Harmonies of #F12748
Complementary color
Monochromatic Colors of #F12748
Black with #F12748
Text Example
Text Example
White with #F12748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12748; }
p { color: rgb(241,39,72); }
H1.HeaderClassName
{
color: #F12748;
}
.AnyTagClassName
{
color: #F12748;
}
</style>
background-color css
<style>
a { background-color: #F12748; }
a { background-color: rgb(241,39,72); }
div.DivClassName
{
background-color: #F12748;
}
.BgClassName
{
background-color: #F12748;
}
</style>
border-color css
<style>
span { border-color: #F12748; }
span { border-color: rgb(241,39,72); }
td.TdClassName
{
border-color: #F12748;
}
.TagClassName
{
border-color: #F12748;
}
</style>