Shades of Amaranth #F0464B
Tints of Amaranth #F0464B
RGB
CMYK
RGB Variations
Color information
#F0464B (or 0xF0464B) is known color: Amaranth. HEX triplet: F0, 46 and 4B. RGB value is (240,70,75). Sum of RGB (Red+Green+Blue) = 240+70+75=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0464B is #0FB9B4. Grayscale: #797979. Windows color (decimal): -1030581 or 4933360. OLE color: 4933360.
HSL color Cylindrical-coordinate representation of color #F0464B: hue angle of 358.24º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0464B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 75 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.06 |
| HSL | 358.24º | 0.85% | 0.61% | - |
| HSV(B) | 358.24º | 0.71% | 0.94% | - |
| XYZ | 39.4 | 23.41 | 9.1 | - |
| YUV | 121.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 75 | 0 | 0.71 | 0.69 | 0.06 | 358.24 | 0.85 | 0.61 |
| Hex | F0 | 46 | 4B | 0 | 47 | 45 | 6 | 166 | 55 | 3D |
| Octal | 360 | 106 | 113 | 0 | 107 | 105 | 6 | 546 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1001011 | 0 | 1000111 | 1000101 | 110 | 101100110 | 1010101 | 111101 |
Color Harmonies of #F0464B
Complementary color
Monochromatic Colors of #F0464B
Black with #F0464B
Text Example
Text Example
White with #F0464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0464B; }
p { color: rgb(240,70,75); }
H1.HeaderClassName
{
color: #F0464B;
}
.AnyTagClassName
{
color: #F0464B;
}
</style>
background-color css
<style>
a { background-color: #F0464B; }
a { background-color: rgb(240,70,75); }
div.DivClassName
{
background-color: #F0464B;
}
.BgClassName
{
background-color: #F0464B;
}
</style>
border-color css
<style>
span { border-color: #F0464B; }
span { border-color: rgb(240,70,75); }
td.TdClassName
{
border-color: #F0464B;
}
.TagClassName
{
border-color: #F0464B;
}
</style>