Shades of Amaranth #F02D49
Tints of Amaranth #F02D49
RGB
CMYK
RGB Variations
Color information
#F02D49 (or 0xF02D49) is known color: Amaranth. HEX triplet: F0, 2D and 49. RGB value is (240,45,73). Sum of RGB (Red+Green+Blue) = 240+45+73=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D49 is #0FD2B6. Grayscale: #6A6A6A. Windows color (decimal): -1036983 or 4795888. OLE color: 4795888.
HSL color Cylindrical-coordinate representation of color #F02D49: hue angle of 351.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D49 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 73 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.06 |
| HSL | 351.38º | 0.87% | 0.56% | - |
| HSV(B) | 351.38º | 0.81% | 0.94% | - |
| XYZ | 38.08 | 20.88 | 8.33 | - |
| YUV | 106.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 73 | 0 | 0.81 | 0.70 | 0.06 | 351.38 | 0.87 | 0.56 |
| Hex | F0 | 2D | 49 | 0 | 51 | 46 | 6 | 15F | 57 | 38 |
| Octal | 360 | 55 | 111 | 0 | 121 | 106 | 6 | 537 | 127 | 70 |
| Binary | 11110000 | 101101 | 1001001 | 0 | 1010001 | 1000110 | 110 | 101011111 | 1010111 | 111000 |
Color Harmonies of #F02D49
Complementary color
Monochromatic Colors of #F02D49
Black with #F02D49
Text Example
Text Example
White with #F02D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D49; }
p { color: rgb(240,45,73); }
H1.HeaderClassName
{
color: #F02D49;
}
.AnyTagClassName
{
color: #F02D49;
}
</style>
background-color css
<style>
a { background-color: #F02D49; }
a { background-color: rgb(240,45,73); }
div.DivClassName
{
background-color: #F02D49;
}
.BgClassName
{
background-color: #F02D49;
}
</style>
border-color css
<style>
span { border-color: #F02D49; }
span { border-color: rgb(240,45,73); }
td.TdClassName
{
border-color: #F02D49;
}
.TagClassName
{
border-color: #F02D49;
}
</style>