Shades of Amaranth #F0184A
Tints of Amaranth #F0184A
RGB
CMYK
RGB Variations
Color information
#F0184A (or 0xF0184A) is known color: Amaranth. HEX triplet: F0, 18 and 4A. RGB value is (240,24,74). Sum of RGB (Red+Green+Blue) = 240+24+74=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0184A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0184A is #0FE7B5. Grayscale: #5E5E5E. Windows color (decimal): -1042358 or 4856048. OLE color: 4856048.
HSL color Cylindrical-coordinate representation of color #F0184A: hue angle of 346.11º 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 #F0184A is Cyan = 0, Magento = 0.9, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 74 | - |
| CMYK | 0 | 0.9 | 0.69 | 0.06 |
| HSL | 346.11º | 0.88% | 0.52% | - |
| HSV(B) | 346.11º | 0.9% | 0.94% | - |
| XYZ | 37.5 | 19.67 | 8.3 | - |
| YUV | 94.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 74 | 0 | 0.9 | 0.69 | 0.06 | 346.11 | 0.88 | 0.52 |
| Hex | F0 | 18 | 4A | 0 | 5A | 45 | 6 | 15A | 58 | 34 |
| Octal | 360 | 30 | 112 | 0 | 132 | 105 | 6 | 532 | 130 | 64 |
| Binary | 11110000 | 11000 | 1001010 | 0 | 1011010 | 1000101 | 110 | 101011010 | 1011000 | 110100 |
Color Harmonies of #F0184A
Complementary color
Monochromatic Colors of #F0184A
Black with #F0184A
Text Example
Text Example
White with #F0184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0184A; }
p { color: rgb(240,24,74); }
H1.HeaderClassName
{
color: #F0184A;
}
.AnyTagClassName
{
color: #F0184A;
}
</style>
background-color css
<style>
a { background-color: #F0184A; }
a { background-color: rgb(240,24,74); }
div.DivClassName
{
background-color: #F0184A;
}
.BgClassName
{
background-color: #F0184A;
}
</style>
border-color css
<style>
span { border-color: #F0184A; }
span { border-color: rgb(240,24,74); }
td.TdClassName
{
border-color: #F0184A;
}
.TagClassName
{
border-color: #F0184A;
}
</style>