Shades of Amaranth #F0184F
Tints of Amaranth #F0184F
RGB
CMYK
RGB Variations
Color information
#F0184F (or 0xF0184F) is known color: Amaranth. HEX triplet: F0, 18 and 4F. RGB value is (240,24,79). Sum of RGB (Red+Green+Blue) = 240+24+79=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0184F is #0FE7B0. Grayscale: #5E5E5E. Windows color (decimal): -1042353 or 5183728. OLE color: 5183728.
HSL color Cylindrical-coordinate representation of color #F0184F: hue angle of 344.72º 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 #F0184F is Cyan = 0, Magento = 0.9, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 79 | - |
| CMYK | 0 | 0.9 | 0.67 | 0.06 |
| HSL | 344.72º | 0.88% | 0.52% | - |
| HSV(B) | 344.72º | 0.9% | 0.94% | - |
| XYZ | 37.67 | 19.74 | 9.22 | - |
| YUV | 94.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 79 | 0 | 0.9 | 0.67 | 0.06 | 344.72 | 0.88 | 0.52 |
| Hex | F0 | 18 | 4F | 0 | 5A | 43 | 6 | 159 | 58 | 34 |
| Octal | 360 | 30 | 117 | 0 | 132 | 103 | 6 | 531 | 130 | 64 |
| Binary | 11110000 | 11000 | 1001111 | 0 | 1011010 | 1000011 | 110 | 101011001 | 1011000 | 110100 |
Color Harmonies of #F0184F
Complementary color
Monochromatic Colors of #F0184F
Black with #F0184F
Text Example
Text Example
White with #F0184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0184F; }
p { color: rgb(240,24,79); }
H1.HeaderClassName
{
color: #F0184F;
}
.AnyTagClassName
{
color: #F0184F;
}
</style>
background-color css
<style>
a { background-color: #F0184F; }
a { background-color: rgb(240,24,79); }
div.DivClassName
{
background-color: #F0184F;
}
.BgClassName
{
background-color: #F0184F;
}
</style>
border-color css
<style>
span { border-color: #F0184F; }
span { border-color: rgb(240,24,79); }
td.TdClassName
{
border-color: #F0184F;
}
.TagClassName
{
border-color: #F0184F;
}
</style>