Shades of Amaranth #F12843
Tints of Amaranth #F12843
RGB
CMYK
RGB Variations
Color information
#F12843 (or 0xF12843) is known color: Amaranth. HEX triplet: F1, 28 and 43. RGB value is (241,40,67). Sum of RGB (Red+Green+Blue) = 241+40+67=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F12843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12843 is #0ED7BC. Grayscale: #676767. Windows color (decimal): -972733 or 4401393. OLE color: 4401393.
HSL color Cylindrical-coordinate representation of color #F12843: hue angle of 351.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12843 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 67 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.05 |
| HSL | 351.94º | 0.88% | 0.55% | - |
| HSV(B) | 351.94º | 0.83% | 0.95% | - |
| XYZ | 38.05 | 20.62 | 7.29 | - |
| YUV | 103.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 67 | 0 | 0.83 | 0.72 | 0.05 | 351.94 | 0.88 | 0.55 |
| Hex | F1 | 28 | 43 | 0 | 53 | 48 | 5 | 160 | 58 | 37 |
| Octal | 361 | 50 | 103 | 0 | 123 | 110 | 5 | 540 | 130 | 67 |
| Binary | 11110001 | 101000 | 1000011 | 0 | 1010011 | 1001000 | 101 | 101100000 | 1011000 | 110111 |
Color Harmonies of #F12843
Complementary color
Monochromatic Colors of #F12843
Black with #F12843
Text Example
Text Example
White with #F12843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12843; }
p { color: rgb(241,40,67); }
H1.HeaderClassName
{
color: #F12843;
}
.AnyTagClassName
{
color: #F12843;
}
</style>
background-color css
<style>
a { background-color: #F12843; }
a { background-color: rgb(241,40,67); }
div.DivClassName
{
background-color: #F12843;
}
.BgClassName
{
background-color: #F12843;
}
</style>
border-color css
<style>
span { border-color: #F12843; }
span { border-color: rgb(241,40,67); }
td.TdClassName
{
border-color: #F12843;
}
.TagClassName
{
border-color: #F12843;
}
</style>