Shades of Amaranth #F03651
Tints of Amaranth #F03651
RGB
CMYK
RGB Variations
Color information
#F03651 (or 0xF03651) is known color: Amaranth. HEX triplet: F0, 36 and 51. RGB value is (240,54,81). Sum of RGB (Red+Green+Blue) = 240+54+81=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F03651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03651 is #0FC9AE. Grayscale: #707070. Windows color (decimal): -1034671 or 5322480. OLE color: 5322480.
HSL color Cylindrical-coordinate representation of color #F03651: hue angle of 351.29º 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 #F03651 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 81 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.06 |
| HSL | 351.29º | 0.86% | 0.58% | - |
| HSV(B) | 351.29º | 0.78% | 0.94% | - |
| XYZ | 38.74 | 21.76 | 9.94 | - |
| YUV | 112.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 81 | 0 | 0.78 | 0.66 | 0.06 | 351.29 | 0.86 | 0.58 |
| Hex | F0 | 36 | 51 | 0 | 4E | 42 | 6 | 15F | 56 | 3A |
| Octal | 360 | 66 | 121 | 0 | 116 | 102 | 6 | 537 | 126 | 72 |
| Binary | 11110000 | 110110 | 1010001 | 0 | 1001110 | 1000010 | 110 | 101011111 | 1010110 | 111010 |
Color Harmonies of #F03651
Complementary color
Monochromatic Colors of #F03651
Black with #F03651
Text Example
Text Example
White with #F03651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03651; }
p { color: rgb(240,54,81); }
H1.HeaderClassName
{
color: #F03651;
}
.AnyTagClassName
{
color: #F03651;
}
</style>
background-color css
<style>
a { background-color: #F03651; }
a { background-color: rgb(240,54,81); }
div.DivClassName
{
background-color: #F03651;
}
.BgClassName
{
background-color: #F03651;
}
</style>
border-color css
<style>
span { border-color: #F03651; }
span { border-color: rgb(240,54,81); }
td.TdClassName
{
border-color: #F03651;
}
.TagClassName
{
border-color: #F03651;
}
</style>