Shades of Amaranth #F03655
Tints of Amaranth #F03655
RGB
CMYK
RGB Variations
Color information
#F03655 (or 0xF03655) is known color: Amaranth. HEX triplet: F0, 36 and 55. RGB value is (240,54,85). Sum of RGB (Red+Green+Blue) = 240+54+85=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F03655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03655 is #0FC9AA. Grayscale: #717171. Windows color (decimal): -1034667 or 5584624. OLE color: 5584624.
HSL color Cylindrical-coordinate representation of color #F03655: hue angle of 350º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03655 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 85 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.06 |
| HSL | 350º | 0.86% | 0.58% | - |
| HSV(B) | 350º | 0.78% | 0.94% | - |
| XYZ | 38.89 | 21.82 | 10.76 | - |
| YUV | 113.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 85 | 0 | 0.78 | 0.65 | 0.06 | 350 | 0.86 | 0.58 |
| Hex | F0 | 36 | 55 | 0 | 4E | 41 | 6 | 15E | 56 | 3A |
| Octal | 360 | 66 | 125 | 0 | 116 | 101 | 6 | 536 | 126 | 72 |
| Binary | 11110000 | 110110 | 1010101 | 0 | 1001110 | 1000001 | 110 | 101011110 | 1010110 | 111010 |
Color Harmonies of #F03655
Complementary color
Monochromatic Colors of #F03655
Black with #F03655
Text Example
Text Example
White with #F03655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03655; }
p { color: rgb(240,54,85); }
H1.HeaderClassName
{
color: #F03655;
}
.AnyTagClassName
{
color: #F03655;
}
</style>
background-color css
<style>
a { background-color: #F03655; }
a { background-color: rgb(240,54,85); }
div.DivClassName
{
background-color: #F03655;
}
.BgClassName
{
background-color: #F03655;
}
</style>
border-color css
<style>
span { border-color: #F03655; }
span { border-color: rgb(240,54,85); }
td.TdClassName
{
border-color: #F03655;
}
.TagClassName
{
border-color: #F03655;
}
</style>