Shades of Amaranth #F02F4D
Tints of Amaranth #F02F4D
RGB
CMYK
RGB Variations
Color information
#F02F4D (or 0xF02F4D) is known color: Amaranth. HEX triplet: F0, 2F and 4D. RGB value is (240,47,77). Sum of RGB (Red+Green+Blue) = 240+47+77=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F4D is #0FD0B2. Grayscale: #6C6C6C. Windows color (decimal): -1036467 or 5058544. OLE color: 5058544.
HSL color Cylindrical-coordinate representation of color #F02F4D: hue angle of 350.67º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02F4D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.06 |
| HSL | 350.67º | 0.87% | 0.56% | - |
| HSV(B) | 350.67º | 0.8% | 0.94% | - |
| XYZ | 38.29 | 21.09 | 9.07 | - |
| YUV | 108.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 77 | 0 | 0.80 | 0.68 | 0.06 | 350.67 | 0.87 | 0.56 |
| Hex | F0 | 2F | 4D | 0 | 50 | 44 | 6 | 15F | 57 | 38 |
| Octal | 360 | 57 | 115 | 0 | 120 | 104 | 6 | 537 | 127 | 70 |
| Binary | 11110000 | 101111 | 1001101 | 0 | 1010000 | 1000100 | 110 | 101011111 | 1010111 | 111000 |
Color Harmonies of #F02F4D
Complementary color
Monochromatic Colors of #F02F4D
Black with #F02F4D
Text Example
Text Example
White with #F02F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F4D; }
p { color: rgb(240,47,77); }
H1.HeaderClassName
{
color: #F02F4D;
}
.AnyTagClassName
{
color: #F02F4D;
}
</style>
background-color css
<style>
a { background-color: #F02F4D; }
a { background-color: rgb(240,47,77); }
div.DivClassName
{
background-color: #F02F4D;
}
.BgClassName
{
background-color: #F02F4D;
}
</style>
border-color css
<style>
span { border-color: #F02F4D; }
span { border-color: rgb(240,47,77); }
td.TdClassName
{
border-color: #F02F4D;
}
.TagClassName
{
border-color: #F02F4D;
}
</style>