Shades of Amaranth #F02850
Tints of Amaranth #F02850
RGB
CMYK
RGB Variations
Color information
#F02850 (or 0xF02850) is known color: Amaranth. HEX triplet: F0, 28 and 50. RGB value is (240,40,80). Sum of RGB (Red+Green+Blue) = 240+40+80=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F02850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02850 is #0FD7AF. Grayscale: #686868. Windows color (decimal): -1038256 or 5253360. OLE color: 5253360.
HSL color Cylindrical-coordinate representation of color #F02850: hue angle of 348º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02850 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 80 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.06 |
| HSL | 348º | 0.87% | 0.55% | - |
| HSV(B) | 348º | 0.83% | 0.94% | - |
| XYZ | 38.14 | 20.62 | 9.56 | - |
| YUV | 104.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 80 | 0 | 0.83 | 0.67 | 0.06 | 348 | 0.87 | 0.55 |
| Hex | F0 | 28 | 50 | 0 | 53 | 43 | 6 | 15C | 57 | 37 |
| Octal | 360 | 50 | 120 | 0 | 123 | 103 | 6 | 534 | 127 | 67 |
| Binary | 11110000 | 101000 | 1010000 | 0 | 1010011 | 1000011 | 110 | 101011100 | 1010111 | 110111 |
Color Harmonies of #F02850
Complementary color
Monochromatic Colors of #F02850
Black with #F02850
Text Example
Text Example
White with #F02850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02850; }
p { color: rgb(240,40,80); }
H1.HeaderClassName
{
color: #F02850;
}
.AnyTagClassName
{
color: #F02850;
}
</style>
background-color css
<style>
a { background-color: #F02850; }
a { background-color: rgb(240,40,80); }
div.DivClassName
{
background-color: #F02850;
}
.BgClassName
{
background-color: #F02850;
}
</style>
border-color css
<style>
span { border-color: #F02850; }
span { border-color: rgb(240,40,80); }
td.TdClassName
{
border-color: #F02850;
}
.TagClassName
{
border-color: #F02850;
}
</style>