Shades of Amaranth #F12C50
Tints of Amaranth #F12C50
RGB
CMYK
RGB Variations
Color information
#F12C50 (or 0xF12C50) is known color: Amaranth. HEX triplet: F1, 2C and 50. RGB value is (241,44,80). Sum of RGB (Red+Green+Blue) = 241+44+80=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C50 is #0ED3AF. Grayscale: #6B6B6B. Windows color (decimal): -971696 or 5254385. OLE color: 5254385.
HSL color Cylindrical-coordinate representation of color #F12C50: hue angle of 349.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C50 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 80 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.05 |
| HSL | 349.04º | 0.88% | 0.56% | - |
| HSV(B) | 349.04º | 0.82% | 0.95% | - |
| XYZ | 38.62 | 21.08 | 9.62 | - |
| YUV | 107.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 80 | 0 | 0.82 | 0.67 | 0.05 | 349.04 | 0.88 | 0.56 |
| Hex | F1 | 2C | 50 | 0 | 52 | 43 | 5 | 15D | 58 | 38 |
| Octal | 361 | 54 | 120 | 0 | 122 | 103 | 5 | 535 | 130 | 70 |
| Binary | 11110001 | 101100 | 1010000 | 0 | 1010010 | 1000011 | 101 | 101011101 | 1011000 | 111000 |
Color Harmonies of #F12C50
Complementary color
Monochromatic Colors of #F12C50
Black with #F12C50
Text Example
Text Example
White with #F12C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C50; }
p { color: rgb(241,44,80); }
H1.HeaderClassName
{
color: #F12C50;
}
.AnyTagClassName
{
color: #F12C50;
}
</style>
background-color css
<style>
a { background-color: #F12C50; }
a { background-color: rgb(241,44,80); }
div.DivClassName
{
background-color: #F12C50;
}
.BgClassName
{
background-color: #F12C50;
}
</style>
border-color css
<style>
span { border-color: #F12C50; }
span { border-color: rgb(241,44,80); }
td.TdClassName
{
border-color: #F12C50;
}
.TagClassName
{
border-color: #F12C50;
}
</style>