Shades of Amaranth #F01850
Tints of Amaranth #F01850
RGB
CMYK
RGB Variations
Color information
#F01850 (or 0xF01850) is known color: Amaranth. HEX triplet: F0, 18 and 50. RGB value is (240,24,80). Sum of RGB (Red+Green+Blue) = 240+24+80=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F01850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01850 is #0FE7AF. Grayscale: #5E5E5E. Windows color (decimal): -1042352 or 5249264. OLE color: 5249264.
HSL color Cylindrical-coordinate representation of color #F01850: hue angle of 344.44º 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 #F01850 is Cyan = 0, Magento = 0.9, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 80 | - |
| CMYK | 0 | 0.9 | 0.67 | 0.06 |
| HSL | 344.44º | 0.88% | 0.52% | - |
| HSV(B) | 344.44º | 0.9% | 0.94% | - |
| XYZ | 37.71 | 19.76 | 9.42 | - |
| YUV | 94.97 | 119.56 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 80 | 0 | 0.9 | 0.67 | 0.06 | 344.44 | 0.88 | 0.52 |
| Hex | F0 | 18 | 50 | 0 | 5A | 43 | 6 | 158 | 58 | 34 |
| Octal | 360 | 30 | 120 | 0 | 132 | 103 | 6 | 530 | 130 | 64 |
| Binary | 11110000 | 11000 | 1010000 | 0 | 1011010 | 1000011 | 110 | 101011000 | 1011000 | 110100 |
Color Harmonies of #F01850
Complementary color
Monochromatic Colors of #F01850
Black with #F01850
Text Example
Text Example
White with #F01850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01850; }
p { color: rgb(240,24,80); }
H1.HeaderClassName
{
color: #F01850;
}
.AnyTagClassName
{
color: #F01850;
}
</style>
background-color css
<style>
a { background-color: #F01850; }
a { background-color: rgb(240,24,80); }
div.DivClassName
{
background-color: #F01850;
}
.BgClassName
{
background-color: #F01850;
}
</style>
border-color css
<style>
span { border-color: #F01850; }
span { border-color: rgb(240,24,80); }
td.TdClassName
{
border-color: #F01850;
}
.TagClassName
{
border-color: #F01850;
}
</style>