Shades of Amaranth #F0184C
Tints of Amaranth #F0184C
RGB
CMYK
RGB Variations
Color information
#F0184C (or 0xF0184C) is known color: Amaranth. HEX triplet: F0, 18 and 4C. RGB value is (240,24,76). Sum of RGB (Red+Green+Blue) = 240+24+76=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0184C is #0FE7B3. Grayscale: #5E5E5E. Windows color (decimal): -1042356 or 4987120. OLE color: 4987120.
HSL color Cylindrical-coordinate representation of color #F0184C: hue angle of 345.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0184C is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 76 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.06 |
| HSL | 345.56º | 0.88% | 0.52% | - |
| HSV(B) | 345.56º | 0.9% | 0.94% | - |
| XYZ | 37.57 | 19.7 | 8.66 | - |
| YUV | 94.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 76 | 0 | 0.9 | 0.68 | 0.06 | 345.56 | 0.88 | 0.52 |
| Hex | F0 | 18 | 4C | 0 | 5A | 44 | 6 | 15A | 58 | 34 |
| Octal | 360 | 30 | 114 | 0 | 132 | 104 | 6 | 532 | 130 | 64 |
| Binary | 11110000 | 11000 | 1001100 | 0 | 1011010 | 1000100 | 110 | 101011010 | 1011000 | 110100 |
Color Harmonies of #F0184C
Complementary color
Monochromatic Colors of #F0184C
Black with #F0184C
Text Example
Text Example
White with #F0184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0184C; }
p { color: rgb(240,24,76); }
H1.HeaderClassName
{
color: #F0184C;
}
.AnyTagClassName
{
color: #F0184C;
}
</style>
background-color css
<style>
a { background-color: #F0184C; }
a { background-color: rgb(240,24,76); }
div.DivClassName
{
background-color: #F0184C;
}
.BgClassName
{
background-color: #F0184C;
}
</style>
border-color css
<style>
span { border-color: #F0184C; }
span { border-color: rgb(240,24,76); }
td.TdClassName
{
border-color: #F0184C;
}
.TagClassName
{
border-color: #F0184C;
}
</style>