Shades of Amaranth #F0434D
Tints of Amaranth #F0434D
RGB
CMYK
RGB Variations
Color information
#F0434D (or 0xF0434D) is known color: Amaranth. HEX triplet: F0, 43 and 4D. RGB value is (240,67,77). Sum of RGB (Red+Green+Blue) = 240+67+77=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0434D is #0FBCB2. Grayscale: #787878. Windows color (decimal): -1031347 or 5063664. OLE color: 5063664.
HSL color Cylindrical-coordinate representation of color #F0434D: hue angle of 356.53º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0434D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 77 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.06 |
| HSL | 356.53º | 0.85% | 0.6% | - |
| HSV(B) | 356.53º | 0.72% | 0.94% | - |
| XYZ | 39.28 | 23.08 | 9.4 | - |
| YUV | 119.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 77 | 0 | 0.72 | 0.68 | 0.06 | 356.53 | 0.85 | 0.6 |
| Hex | F0 | 43 | 4D | 0 | 48 | 44 | 6 | 165 | 55 | 3C |
| Octal | 360 | 103 | 115 | 0 | 110 | 104 | 6 | 545 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1001101 | 0 | 1001000 | 1000100 | 110 | 101100101 | 1010101 | 111100 |
Color Harmonies of #F0434D
Complementary color
Monochromatic Colors of #F0434D
Black with #F0434D
Text Example
Text Example
White with #F0434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0434D; }
p { color: rgb(240,67,77); }
H1.HeaderClassName
{
color: #F0434D;
}
.AnyTagClassName
{
color: #F0434D;
}
</style>
background-color css
<style>
a { background-color: #F0434D; }
a { background-color: rgb(240,67,77); }
div.DivClassName
{
background-color: #F0434D;
}
.BgClassName
{
background-color: #F0434D;
}
</style>
border-color css
<style>
span { border-color: #F0434D; }
span { border-color: rgb(240,67,77); }
td.TdClassName
{
border-color: #F0434D;
}
.TagClassName
{
border-color: #F0434D;
}
</style>