Shades of Amaranth #F12754
Tints of Amaranth #F12754
RGB
CMYK
RGB Variations
Color information
#F12754 (or 0xF12754) is known color: Amaranth. HEX triplet: F1, 27 and 54. RGB value is (241,39,84). Sum of RGB (Red+Green+Blue) = 241+39+84=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F12754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12754 is #0ED8AB. Grayscale: #686868. Windows color (decimal): -972972 or 5515249. OLE color: 5515249.
HSL color Cylindrical-coordinate representation of color #F12754: hue angle of 346.63º 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 #F12754 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 84 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.05 |
| HSL | 346.63º | 0.88% | 0.55% | - |
| HSV(B) | 346.63º | 0.84% | 0.95% | - |
| XYZ | 38.6 | 20.79 | 10.37 | - |
| YUV | 104.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 84 | 0 | 0.84 | 0.65 | 0.05 | 346.63 | 0.88 | 0.55 |
| Hex | F1 | 27 | 54 | 0 | 54 | 41 | 5 | 15B | 58 | 37 |
| Octal | 361 | 47 | 124 | 0 | 124 | 101 | 5 | 533 | 130 | 67 |
| Binary | 11110001 | 100111 | 1010100 | 0 | 1010100 | 1000001 | 101 | 101011011 | 1011000 | 110111 |
Color Harmonies of #F12754
Complementary color
Monochromatic Colors of #F12754
Black with #F12754
Text Example
Text Example
White with #F12754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12754; }
p { color: rgb(241,39,84); }
H1.HeaderClassName
{
color: #F12754;
}
.AnyTagClassName
{
color: #F12754;
}
</style>
background-color css
<style>
a { background-color: #F12754; }
a { background-color: rgb(241,39,84); }
div.DivClassName
{
background-color: #F12754;
}
.BgClassName
{
background-color: #F12754;
}
</style>
border-color css
<style>
span { border-color: #F12754; }
span { border-color: rgb(241,39,84); }
td.TdClassName
{
border-color: #F12754;
}
.TagClassName
{
border-color: #F12754;
}
</style>