Shades of Amaranth #F01953
Tints of Amaranth #F01953
RGB
CMYK
RGB Variations
Color information
#F01953 (or 0xF01953) is known color: Amaranth. HEX triplet: F0, 19 and 53. RGB value is (240,25,83). Sum of RGB (Red+Green+Blue) = 240+25+83=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F01953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01953 is #0FE6AC. Grayscale: #5F5F5F. Windows color (decimal): -1042093 or 5446128. OLE color: 5446128.
HSL color Cylindrical-coordinate representation of color #F01953: hue angle of 343.81º 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 #F01953 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 83 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.06 |
| HSL | 343.81º | 0.88% | 0.52% | - |
| HSV(B) | 343.81º | 0.9% | 0.94% | - |
| XYZ | 37.84 | 19.85 | 10.02 | - |
| YUV | 95.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 83 | 0 | 0.90 | 0.65 | 0.06 | 343.81 | 0.88 | 0.52 |
| Hex | F0 | 19 | 53 | 0 | 5A | 41 | 6 | 158 | 58 | 34 |
| Octal | 360 | 31 | 123 | 0 | 132 | 101 | 6 | 530 | 130 | 64 |
| Binary | 11110000 | 11001 | 1010011 | 0 | 1011010 | 1000001 | 110 | 101011000 | 1011000 | 110100 |
Color Harmonies of #F01953
Complementary color
Monochromatic Colors of #F01953
Black with #F01953
Text Example
Text Example
White with #F01953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01953; }
p { color: rgb(240,25,83); }
H1.HeaderClassName
{
color: #F01953;
}
.AnyTagClassName
{
color: #F01953;
}
</style>
background-color css
<style>
a { background-color: #F01953; }
a { background-color: rgb(240,25,83); }
div.DivClassName
{
background-color: #F01953;
}
.BgClassName
{
background-color: #F01953;
}
</style>
border-color css
<style>
span { border-color: #F01953; }
span { border-color: rgb(240,25,83); }
td.TdClassName
{
border-color: #F01953;
}
.TagClassName
{
border-color: #F01953;
}
</style>