Shades of Amaranth #F01851
Tints of Amaranth #F01851
RGB
CMYK
RGB Variations
Color information
#F01851 (or 0xF01851) is known color: Amaranth. HEX triplet: F0, 18 and 51. RGB value is (240,24,81). Sum of RGB (Red+Green+Blue) = 240+24+81=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01851 is #0FE7AE. Grayscale: #5F5F5F. Windows color (decimal): -1042351 or 5314800. OLE color: 5314800.
HSL color Cylindrical-coordinate representation of color #F01851: hue angle of 344.17º 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 #F01851 is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 81 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.06 |
| HSL | 344.17º | 0.88% | 0.52% | - |
| HSV(B) | 344.17º | 0.9% | 0.94% | - |
| XYZ | 37.75 | 19.77 | 9.61 | - |
| YUV | 95.08 | 120.06 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 81 | 0 | 0.9 | 0.66 | 0.06 | 344.17 | 0.88 | 0.52 |
| Hex | F0 | 18 | 51 | 0 | 5A | 42 | 6 | 158 | 58 | 34 |
| Octal | 360 | 30 | 121 | 0 | 132 | 102 | 6 | 530 | 130 | 64 |
| Binary | 11110000 | 11000 | 1010001 | 0 | 1011010 | 1000010 | 110 | 101011000 | 1011000 | 110100 |
Color Harmonies of #F01851
Complementary color
Monochromatic Colors of #F01851
Black with #F01851
Text Example
Text Example
White with #F01851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01851; }
p { color: rgb(240,24,81); }
H1.HeaderClassName
{
color: #F01851;
}
.AnyTagClassName
{
color: #F01851;
}
</style>
background-color css
<style>
a { background-color: #F01851; }
a { background-color: rgb(240,24,81); }
div.DivClassName
{
background-color: #F01851;
}
.BgClassName
{
background-color: #F01851;
}
</style>
border-color css
<style>
span { border-color: #F01851; }
span { border-color: rgb(240,24,81); }
td.TdClassName
{
border-color: #F01851;
}
.TagClassName
{
border-color: #F01851;
}
</style>