Shades of Amaranth #F02153
Tints of Amaranth #F02153
RGB
CMYK
RGB Variations
Color information
#F02153 (or 0xF02153) is known color: Amaranth. HEX triplet: F0, 21 and 53. RGB value is (240,33,83). Sum of RGB (Red+Green+Blue) = 240+33+83=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F02153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02153 is #0FDEAC. Grayscale: #646464. Windows color (decimal): -1040045 or 5448176. OLE color: 5448176.
HSL color Cylindrical-coordinate representation of color #F02153: hue angle of 345.51º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02153 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 83 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.06 |
| HSL | 345.51º | 0.87% | 0.54% | - |
| HSV(B) | 345.51º | 0.86% | 0.94% | - |
| XYZ | 38.04 | 20.24 | 10.08 | - |
| YUV | 100.59 | 118.08 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 83 | 0 | 0.86 | 0.65 | 0.06 | 345.51 | 0.87 | 0.54 |
| Hex | F0 | 21 | 53 | 0 | 56 | 41 | 6 | 15A | 57 | 36 |
| Octal | 360 | 41 | 123 | 0 | 126 | 101 | 6 | 532 | 127 | 66 |
| Binary | 11110000 | 100001 | 1010011 | 0 | 1010110 | 1000001 | 110 | 101011010 | 1010111 | 110110 |
Color Harmonies of #F02153
Complementary color
Monochromatic Colors of #F02153
Black with #F02153
Text Example
Text Example
White with #F02153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02153; }
p { color: rgb(240,33,83); }
H1.HeaderClassName
{
color: #F02153;
}
.AnyTagClassName
{
color: #F02153;
}
</style>
background-color css
<style>
a { background-color: #F02153; }
a { background-color: rgb(240,33,83); }
div.DivClassName
{
background-color: #F02153;
}
.BgClassName
{
background-color: #F02153;
}
</style>
border-color css
<style>
span { border-color: #F02153; }
span { border-color: rgb(240,33,83); }
td.TdClassName
{
border-color: #F02153;
}
.TagClassName
{
border-color: #F02153;
}
</style>