Shades of Amaranth #F02048
Tints of Amaranth #F02048
RGB
CMYK
RGB Variations
Color information
#F02048 (or 0xF02048) is known color: Amaranth. HEX triplet: F0, 20 and 48. RGB value is (240,32,72). Sum of RGB (Red+Green+Blue) = 240+32+72=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F02048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02048 is #0FDFB7. Grayscale: #626262. Windows color (decimal): -1040312 or 4727024. OLE color: 4727024.
HSL color Cylindrical-coordinate representation of color #F02048: hue angle of 348.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02048 is Cyan = 0, Magento = 0.87, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 72 | - |
| CMYK | 0 | 0.87 | 0.7 | 0.06 |
| HSL | 348.46º | 0.87% | 0.53% | - |
| HSV(B) | 348.46º | 0.87% | 0.94% | - |
| XYZ | 37.62 | 20.03 | 8.01 | - |
| YUV | 98.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 72 | 0 | 0.87 | 0.7 | 0.06 | 348.46 | 0.87 | 0.53 |
| Hex | F0 | 20 | 48 | 0 | 57 | 46 | 6 | 15C | 57 | 35 |
| Octal | 360 | 40 | 110 | 0 | 127 | 106 | 6 | 534 | 127 | 65 |
| Binary | 11110000 | 100000 | 1001000 | 0 | 1010111 | 1000110 | 110 | 101011100 | 1010111 | 110101 |
Color Harmonies of #F02048
Complementary color
Monochromatic Colors of #F02048
Black with #F02048
Text Example
Text Example
White with #F02048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02048; }
p { color: rgb(240,32,72); }
H1.HeaderClassName
{
color: #F02048;
}
.AnyTagClassName
{
color: #F02048;
}
</style>
background-color css
<style>
a { background-color: #F02048; }
a { background-color: rgb(240,32,72); }
div.DivClassName
{
background-color: #F02048;
}
.BgClassName
{
background-color: #F02048;
}
</style>
border-color css
<style>
span { border-color: #F02048; }
span { border-color: rgb(240,32,72); }
td.TdClassName
{
border-color: #F02048;
}
.TagClassName
{
border-color: #F02048;
}
</style>