Shades of Amaranth #F34243
Tints of Amaranth #F34243
RGB
CMYK
RGB Variations
Color information
#F34243 (or 0xF34243) is known color: Amaranth. HEX triplet: F3, 42 and 43. RGB value is (243,66,67). Sum of RGB (Red+Green+Blue) = 243+66+67=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F34243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34243 is #0CBDBC. Grayscale: #777777. Windows color (decimal): -835005 or 4408051. OLE color: 4408051.
HSL color Cylindrical-coordinate representation of color #F34243: 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.73%. Process color model (Four color, CMYK) of #F34243 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 67 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.05 |
| HSL | 359.66º | 0.88% | 0.61% | - |
| HSV(B) | 359.66º | 0.73% | 0.95% | - |
| XYZ | 39.92 | 23.36 | 7.71 | - |
| YUV | 119.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 67 | 0 | 0.73 | 0.72 | 0.05 | 359.66 | 0.88 | 0.61 |
| Hex | F3 | 42 | 43 | 0 | 49 | 48 | 5 | 168 | 58 | 3D |
| Octal | 363 | 102 | 103 | 0 | 111 | 110 | 5 | 550 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1000011 | 0 | 1001001 | 1001000 | 101 | 101101000 | 1011000 | 111101 |
Color Harmonies of #F34243
Complementary color
Monochromatic Colors of #F34243
Black with #F34243
Text Example
Text Example
White with #F34243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34243; }
p { color: rgb(243,66,67); }
H1.HeaderClassName
{
color: #F34243;
}
.AnyTagClassName
{
color: #F34243;
}
</style>
background-color css
<style>
a { background-color: #F34243; }
a { background-color: rgb(243,66,67); }
div.DivClassName
{
background-color: #F34243;
}
.BgClassName
{
background-color: #F34243;
}
</style>
border-color css
<style>
span { border-color: #F34243; }
span { border-color: rgb(243,66,67); }
td.TdClassName
{
border-color: #F34243;
}
.TagClassName
{
border-color: #F34243;
}
</style>