Shades of Amaranth #F34046
Tints of Amaranth #F34046
RGB
CMYK
RGB Variations
Color information
#F34046 (or 0xF34046) is known color: Amaranth. HEX triplet: F3, 40 and 46. RGB value is (243,64,70). Sum of RGB (Red+Green+Blue) = 243+64+70=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F34046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34046 is #0CBFB9. Grayscale: #767676. Windows color (decimal): -835514 or 4604147. OLE color: 4604147.
HSL color Cylindrical-coordinate representation of color #F34046: hue angle of 357.99º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34046 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 70 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.05 |
| HSL | 357.99º | 0.88% | 0.6% | - |
| HSV(B) | 357.99º | 0.74% | 0.95% | - |
| XYZ | 39.9 | 23.16 | 8.16 | - |
| YUV | 118.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 70 | 0 | 0.74 | 0.71 | 0.05 | 357.99 | 0.88 | 0.6 |
| Hex | F3 | 40 | 46 | 0 | 4A | 47 | 5 | 166 | 58 | 3C |
| Octal | 363 | 100 | 106 | 0 | 112 | 107 | 5 | 546 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1000110 | 0 | 1001010 | 1000111 | 101 | 101100110 | 1011000 | 111100 |
Color Harmonies of #F34046
Complementary color
Monochromatic Colors of #F34046
Black with #F34046
Text Example
Text Example
White with #F34046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34046; }
p { color: rgb(243,64,70); }
H1.HeaderClassName
{
color: #F34046;
}
.AnyTagClassName
{
color: #F34046;
}
</style>
background-color css
<style>
a { background-color: #F34046; }
a { background-color: rgb(243,64,70); }
div.DivClassName
{
background-color: #F34046;
}
.BgClassName
{
background-color: #F34046;
}
</style>
border-color css
<style>
span { border-color: #F34046; }
span { border-color: rgb(243,64,70); }
td.TdClassName
{
border-color: #F34046;
}
.TagClassName
{
border-color: #F34046;
}
</style>