Shades of Amaranth #F0434C
Tints of Amaranth #F0434C
RGB
CMYK
RGB Variations
Color information
#F0434C (or 0xF0434C) is known color: Amaranth. HEX triplet: F0, 43 and 4C. RGB value is (240,67,76). Sum of RGB (Red+Green+Blue) = 240+67+76=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0434C is #0FBCB3. Grayscale: #777777. Windows color (decimal): -1031348 or 4998128. OLE color: 4998128.
HSL color Cylindrical-coordinate representation of color #F0434C: hue angle of 356.88º 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 #F0434C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 76 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.06 |
| HSL | 356.88º | 0.85% | 0.6% | - |
| HSV(B) | 356.88º | 0.72% | 0.94% | - |
| XYZ | 39.25 | 23.06 | 9.22 | - |
| YUV | 119.75 | 103.31 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 76 | 0 | 0.72 | 0.68 | 0.06 | 356.88 | 0.85 | 0.6 |
| Hex | F0 | 43 | 4C | 0 | 48 | 44 | 6 | 165 | 55 | 3C |
| Octal | 360 | 103 | 114 | 0 | 110 | 104 | 6 | 545 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1001100 | 0 | 1001000 | 1000100 | 110 | 101100101 | 1010101 | 111100 |
Color Harmonies of #F0434C
Complementary color
Monochromatic Colors of #F0434C
Black with #F0434C
Text Example
Text Example
White with #F0434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0434C; }
p { color: rgb(240,67,76); }
H1.HeaderClassName
{
color: #F0434C;
}
.AnyTagClassName
{
color: #F0434C;
}
</style>
background-color css
<style>
a { background-color: #F0434C; }
a { background-color: rgb(240,67,76); }
div.DivClassName
{
background-color: #F0434C;
}
.BgClassName
{
background-color: #F0434C;
}
</style>
border-color css
<style>
span { border-color: #F0434C; }
span { border-color: rgb(240,67,76); }
td.TdClassName
{
border-color: #F0434C;
}
.TagClassName
{
border-color: #F0434C;
}
</style>