Shades of Amaranth #F0234D
Tints of Amaranth #F0234D
RGB
CMYK
RGB Variations
Color information
#F0234D (or 0xF0234D) is known color: Amaranth. HEX triplet: F0, 23 and 4D. RGB value is (240,35,77). Sum of RGB (Red+Green+Blue) = 240+35+77=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0234D is #0FDCB2. Grayscale: #656565. Windows color (decimal): -1039539 or 5055472. OLE color: 5055472.
HSL color Cylindrical-coordinate representation of color #F0234D: hue angle of 347.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0234D is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 77 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.06 |
| HSL | 347.71º | 0.87% | 0.54% | - |
| HSV(B) | 347.71º | 0.85% | 0.94% | - |
| XYZ | 37.88 | 20.26 | 8.94 | - |
| YUV | 101.08 | 114.42 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 77 | 0 | 0.85 | 0.68 | 0.06 | 347.71 | 0.87 | 0.54 |
| Hex | F0 | 23 | 4D | 0 | 55 | 44 | 6 | 15C | 57 | 36 |
| Octal | 360 | 43 | 115 | 0 | 125 | 104 | 6 | 534 | 127 | 66 |
| Binary | 11110000 | 100011 | 1001101 | 0 | 1010101 | 1000100 | 110 | 101011100 | 1010111 | 110110 |
Color Harmonies of #F0234D
Complementary color
Monochromatic Colors of #F0234D
Black with #F0234D
Text Example
Text Example
White with #F0234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0234D; }
p { color: rgb(240,35,77); }
H1.HeaderClassName
{
color: #F0234D;
}
.AnyTagClassName
{
color: #F0234D;
}
</style>
background-color css
<style>
a { background-color: #F0234D; }
a { background-color: rgb(240,35,77); }
div.DivClassName
{
background-color: #F0234D;
}
.BgClassName
{
background-color: #F0234D;
}
</style>
border-color css
<style>
span { border-color: #F0234D; }
span { border-color: rgb(240,35,77); }
td.TdClassName
{
border-color: #F0234D;
}
.TagClassName
{
border-color: #F0234D;
}
</style>