Shades of Amaranth #F34043
Tints of Amaranth #F34043
RGB
CMYK
RGB Variations
Color information
#F34043 (or 0xF34043) is known color: Amaranth. HEX triplet: F3, 40 and 43. RGB value is (243,64,67). Sum of RGB (Red+Green+Blue) = 243+64+67=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F34043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34043 is #0CBFBC. Grayscale: #767676. Windows color (decimal): -835517 or 4407539. OLE color: 4407539.
HSL color Cylindrical-coordinate representation of color #F34043: hue angle of 358.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 #F34043 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 67 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.05 |
| HSL | 358.99º | 0.88% | 0.6% | - |
| HSV(B) | 358.99º | 0.74% | 0.95% | - |
| XYZ | 39.81 | 23.13 | 7.68 | - |
| YUV | 117.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 67 | 0 | 0.74 | 0.72 | 0.05 | 358.99 | 0.88 | 0.6 |
| Hex | F3 | 40 | 43 | 0 | 4A | 48 | 5 | 167 | 58 | 3C |
| Octal | 363 | 100 | 103 | 0 | 112 | 110 | 5 | 547 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1000011 | 0 | 1001010 | 1001000 | 101 | 101100111 | 1011000 | 111100 |
Color Harmonies of #F34043
Complementary color
Monochromatic Colors of #F34043
Black with #F34043
Text Example
Text Example
White with #F34043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34043; }
p { color: rgb(243,64,67); }
H1.HeaderClassName
{
color: #F34043;
}
.AnyTagClassName
{
color: #F34043;
}
</style>
background-color css
<style>
a { background-color: #F34043; }
a { background-color: rgb(243,64,67); }
div.DivClassName
{
background-color: #F34043;
}
.BgClassName
{
background-color: #F34043;
}
</style>
border-color css
<style>
span { border-color: #F34043; }
span { border-color: rgb(243,64,67); }
td.TdClassName
{
border-color: #F34043;
}
.TagClassName
{
border-color: #F34043;
}
</style>