Shades of Amaranth #F34048
Tints of Amaranth #F34048
RGB
CMYK
RGB Variations
Color information
#F34048 (or 0xF34048) is known color: Amaranth. HEX triplet: F3, 40 and 48. RGB value is (243,64,72). Sum of RGB (Red+Green+Blue) = 243+64+72=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F34048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34048 is #0CBFB7. Grayscale: #767676. Windows color (decimal): -835512 or 4735219. OLE color: 4735219.
HSL color Cylindrical-coordinate representation of color #F34048: hue angle of 357.32º 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 #F34048 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 72 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.05 |
| HSL | 357.32º | 0.88% | 0.6% | - |
| HSV(B) | 357.32º | 0.74% | 0.95% | - |
| XYZ | 39.97 | 23.19 | 8.5 | - |
| YUV | 118.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 72 | 0 | 0.74 | 0.70 | 0.05 | 357.32 | 0.88 | 0.6 |
| Hex | F3 | 40 | 48 | 0 | 4A | 46 | 5 | 165 | 58 | 3C |
| Octal | 363 | 100 | 110 | 0 | 112 | 106 | 5 | 545 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1001000 | 0 | 1001010 | 1000110 | 101 | 101100101 | 1011000 | 111100 |
Color Harmonies of #F34048
Complementary color
Monochromatic Colors of #F34048
Black with #F34048
Text Example
Text Example
White with #F34048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34048; }
p { color: rgb(243,64,72); }
H1.HeaderClassName
{
color: #F34048;
}
.AnyTagClassName
{
color: #F34048;
}
</style>
background-color css
<style>
a { background-color: #F34048; }
a { background-color: rgb(243,64,72); }
div.DivClassName
{
background-color: #F34048;
}
.BgClassName
{
background-color: #F34048;
}
</style>
border-color css
<style>
span { border-color: #F34048; }
span { border-color: rgb(243,64,72); }
td.TdClassName
{
border-color: #F34048;
}
.TagClassName
{
border-color: #F34048;
}
</style>