Shades of Amaranth #F14344
Tints of Amaranth #F14344
RGB
CMYK
RGB Variations
Color information
#F14344 (or 0xF14344) is known color: Amaranth. HEX triplet: F1, 43 and 44. RGB value is (241,67,68). Sum of RGB (Red+Green+Blue) = 241+67+68=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F14344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14344 is #0EBCBB. Grayscale: #777777. Windows color (decimal): -965820 or 4473841. OLE color: 4473841.
HSL color Cylindrical-coordinate representation of color #F14344: hue angle of 359.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14344 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 68 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.05 |
| HSL | 359.66º | 0.86% | 0.6% | - |
| HSV(B) | 359.66º | 0.72% | 0.95% | - |
| XYZ | 39.33 | 23.13 | 7.86 | - |
| YUV | 119.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 68 | 0 | 0.72 | 0.72 | 0.05 | 359.66 | 0.86 | 0.6 |
| Hex | F1 | 43 | 44 | 0 | 48 | 48 | 5 | 168 | 56 | 3C |
| Octal | 361 | 103 | 104 | 0 | 110 | 110 | 5 | 550 | 126 | 74 |
| Binary | 11110001 | 1000011 | 1000100 | 0 | 1001000 | 1001000 | 101 | 101101000 | 1010110 | 111100 |
Color Harmonies of #F14344
Complementary color
Monochromatic Colors of #F14344
Black with #F14344
Text Example
Text Example
White with #F14344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14344; }
p { color: rgb(241,67,68); }
H1.HeaderClassName
{
color: #F14344;
}
.AnyTagClassName
{
color: #F14344;
}
</style>
background-color css
<style>
a { background-color: #F14344; }
a { background-color: rgb(241,67,68); }
div.DivClassName
{
background-color: #F14344;
}
.BgClassName
{
background-color: #F14344;
}
</style>
border-color css
<style>
span { border-color: #F14344; }
span { border-color: rgb(241,67,68); }
td.TdClassName
{
border-color: #F14344;
}
.TagClassName
{
border-color: #F14344;
}
</style>