Shades of Amaranth #F12345
Tints of Amaranth #F12345
RGB
CMYK
RGB Variations
Color information
#F12345 (or 0xF12345) is known color: Amaranth. HEX triplet: F1, 23 and 45. RGB value is (241,35,69). Sum of RGB (Red+Green+Blue) = 241+35+69=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F12345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12345 is #0EDCBA. Grayscale: #646464. Windows color (decimal): -974011 or 4531185. OLE color: 4531185.
HSL color Cylindrical-coordinate representation of color #F12345: hue angle of 350.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12345 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 69 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.05 |
| HSL | 350.1º | 0.88% | 0.54% | - |
| HSV(B) | 350.1º | 0.85% | 0.95% | - |
| XYZ | 37.95 | 20.33 | 7.55 | - |
| YUV | 100.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 69 | 0 | 0.85 | 0.71 | 0.05 | 350.1 | 0.88 | 0.54 |
| Hex | F1 | 23 | 45 | 0 | 55 | 47 | 5 | 15E | 58 | 36 |
| Octal | 361 | 43 | 105 | 0 | 125 | 107 | 5 | 536 | 130 | 66 |
| Binary | 11110001 | 100011 | 1000101 | 0 | 1010101 | 1000111 | 101 | 101011110 | 1011000 | 110110 |
Color Harmonies of #F12345
Complementary color
Monochromatic Colors of #F12345
Black with #F12345
Text Example
Text Example
White with #F12345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12345; }
p { color: rgb(241,35,69); }
H1.HeaderClassName
{
color: #F12345;
}
.AnyTagClassName
{
color: #F12345;
}
</style>
background-color css
<style>
a { background-color: #F12345; }
a { background-color: rgb(241,35,69); }
div.DivClassName
{
background-color: #F12345;
}
.BgClassName
{
background-color: #F12345;
}
</style>
border-color css
<style>
span { border-color: #F12345; }
span { border-color: rgb(241,35,69); }
td.TdClassName
{
border-color: #F12345;
}
.TagClassName
{
border-color: #F12345;
}
</style>