Shades of Amaranth #F34344
Tints of Amaranth #F34344
RGB
CMYK
RGB Variations
Color information
#F34344 (or 0xF34344) is known color: Amaranth. HEX triplet: F3, 43 and 44. RGB value is (243,67,68). Sum of RGB (Red+Green+Blue) = 243+67+68=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F34344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34344 is #0CBCBB. Grayscale: #777777. Windows color (decimal): -834748 or 4473843. OLE color: 4473843.
HSL color Cylindrical-coordinate representation of color #F34344: hue angle of 359.66º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34344 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 68 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.05 |
| HSL | 359.66º | 0.88% | 0.61% | - |
| HSV(B) | 359.66º | 0.72% | 0.95% | - |
| XYZ | 40.01 | 23.49 | 7.89 | - |
| YUV | 119.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 68 | 0 | 0.72 | 0.72 | 0.05 | 359.66 | 0.88 | 0.61 |
| Hex | F3 | 43 | 44 | 0 | 48 | 48 | 5 | 168 | 58 | 3D |
| Octal | 363 | 103 | 104 | 0 | 110 | 110 | 5 | 550 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1000100 | 0 | 1001000 | 1001000 | 101 | 101101000 | 1011000 | 111101 |
Color Harmonies of #F34344
Complementary color
Monochromatic Colors of #F34344
Black with #F34344
Text Example
Text Example
White with #F34344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34344; }
p { color: rgb(243,67,68); }
H1.HeaderClassName
{
color: #F34344;
}
.AnyTagClassName
{
color: #F34344;
}
</style>
background-color css
<style>
a { background-color: #F34344; }
a { background-color: rgb(243,67,68); }
div.DivClassName
{
background-color: #F34344;
}
.BgClassName
{
background-color: #F34344;
}
</style>
border-color css
<style>
span { border-color: #F34344; }
span { border-color: rgb(243,67,68); }
td.TdClassName
{
border-color: #F34344;
}
.TagClassName
{
border-color: #F34344;
}
</style>