Shades of Amaranth #F34149
Tints of Amaranth #F34149
RGB
CMYK
RGB Variations
Color information
#F34149 (or 0xF34149) is known color: Amaranth. HEX triplet: F3, 41 and 49. RGB value is (243,65,73). Sum of RGB (Red+Green+Blue) = 243+65+73=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F34149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34149 is #0CBEB6. Grayscale: #777777. Windows color (decimal): -835255 or 4801011. OLE color: 4801011.
HSL color Cylindrical-coordinate representation of color #F34149: hue angle of 357.3º degrees, saturation: 0.88, 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 #F34149 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 73 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.05 |
| HSL | 357.3º | 0.88% | 0.6% | - |
| HSV(B) | 357.3º | 0.73% | 0.95% | - |
| XYZ | 40.06 | 23.32 | 8.69 | - |
| YUV | 119.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 73 | 0 | 0.73 | 0.70 | 0.05 | 357.3 | 0.88 | 0.6 |
| Hex | F3 | 41 | 49 | 0 | 49 | 46 | 5 | 165 | 58 | 3C |
| Octal | 363 | 101 | 111 | 0 | 111 | 106 | 5 | 545 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1001001 | 0 | 1001001 | 1000110 | 101 | 101100101 | 1011000 | 111100 |
Color Harmonies of #F34149
Complementary color
Monochromatic Colors of #F34149
Black with #F34149
Text Example
Text Example
White with #F34149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34149; }
p { color: rgb(243,65,73); }
H1.HeaderClassName
{
color: #F34149;
}
.AnyTagClassName
{
color: #F34149;
}
</style>
background-color css
<style>
a { background-color: #F34149; }
a { background-color: rgb(243,65,73); }
div.DivClassName
{
background-color: #F34149;
}
.BgClassName
{
background-color: #F34149;
}
</style>
border-color css
<style>
span { border-color: #F34149; }
span { border-color: rgb(243,65,73); }
td.TdClassName
{
border-color: #F34149;
}
.TagClassName
{
border-color: #F34149;
}
</style>