Shades of Amaranth #F14043
Tints of Amaranth #F14043
RGB
CMYK
RGB Variations
Color information
#F14043 (or 0xF14043) is known color: Amaranth. HEX triplet: F1, 40 and 43. RGB value is (241,64,67). Sum of RGB (Red+Green+Blue) = 241+64+67=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F14043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14043 is #0EBFBC. Grayscale: #757575. Windows color (decimal): -966589 or 4407537. OLE color: 4407537.
HSL color Cylindrical-coordinate representation of color #F14043: hue angle of 358.98º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14043 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 67 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.05 |
| HSL | 358.98º | 0.86% | 0.6% | - |
| HSV(B) | 358.98º | 0.73% | 0.95% | - |
| XYZ | 39.12 | 22.77 | 7.64 | - |
| YUV | 117.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 67 | 0 | 0.73 | 0.72 | 0.05 | 358.98 | 0.86 | 0.6 |
| Hex | F1 | 40 | 43 | 0 | 49 | 48 | 5 | 167 | 56 | 3C |
| Octal | 361 | 100 | 103 | 0 | 111 | 110 | 5 | 547 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1000011 | 0 | 1001001 | 1001000 | 101 | 101100111 | 1010110 | 111100 |
Color Harmonies of #F14043
Complementary color
Monochromatic Colors of #F14043
Black with #F14043
Text Example
Text Example
White with #F14043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14043; }
p { color: rgb(241,64,67); }
H1.HeaderClassName
{
color: #F14043;
}
.AnyTagClassName
{
color: #F14043;
}
</style>
background-color css
<style>
a { background-color: #F14043; }
a { background-color: rgb(241,64,67); }
div.DivClassName
{
background-color: #F14043;
}
.BgClassName
{
background-color: #F14043;
}
</style>
border-color css
<style>
span { border-color: #F14043; }
span { border-color: rgb(241,64,67); }
td.TdClassName
{
border-color: #F14043;
}
.TagClassName
{
border-color: #F14043;
}
</style>