Shades of Amaranth #F02152
Tints of Amaranth #F02152
RGB
CMYK
RGB Variations
Color information
#F02152 (or 0xF02152) is known color: Amaranth. HEX triplet: F0, 21 and 52. RGB value is (240,33,82). Sum of RGB (Red+Green+Blue) = 240+33+82=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F02152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02152 is #0FDEAD. Grayscale: #646464. Windows color (decimal): -1040046 or 5382640. OLE color: 5382640.
HSL color Cylindrical-coordinate representation of color #F02152: hue angle of 345.8º 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 #F02152 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 82 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.06 |
| HSL | 345.8º | 0.87% | 0.54% | - |
| HSV(B) | 345.8º | 0.86% | 0.94% | - |
| XYZ | 38 | 20.22 | 9.88 | - |
| YUV | 100.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 82 | 0 | 0.86 | 0.66 | 0.06 | 345.8 | 0.87 | 0.54 |
| Hex | F0 | 21 | 52 | 0 | 56 | 42 | 6 | 15A | 57 | 36 |
| Octal | 360 | 41 | 122 | 0 | 126 | 102 | 6 | 532 | 127 | 66 |
| Binary | 11110000 | 100001 | 1010010 | 0 | 1010110 | 1000010 | 110 | 101011010 | 1010111 | 110110 |
Color Harmonies of #F02152
Complementary color
Monochromatic Colors of #F02152
Black with #F02152
Text Example
Text Example
White with #F02152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02152; }
p { color: rgb(240,33,82); }
H1.HeaderClassName
{
color: #F02152;
}
.AnyTagClassName
{
color: #F02152;
}
</style>
background-color css
<style>
a { background-color: #F02152; }
a { background-color: rgb(240,33,82); }
div.DivClassName
{
background-color: #F02152;
}
.BgClassName
{
background-color: #F02152;
}
</style>
border-color css
<style>
span { border-color: #F02152; }
span { border-color: rgb(240,33,82); }
td.TdClassName
{
border-color: #F02152;
}
.TagClassName
{
border-color: #F02152;
}
</style>