Shades of Amaranth #F0215A
Tints of Amaranth #F0215A
RGB
CMYK
RGB Variations
Color information
#F0215A (or 0xF0215A) is known color: Amaranth. HEX triplet: F0, 21 and 5A. RGB value is (240,33,90). Sum of RGB (Red+Green+Blue) = 240+33+90=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0215A is #0FDEA5. Grayscale: #656565. Windows color (decimal): -1040038 or 5906928. OLE color: 5906928.
HSL color Cylindrical-coordinate representation of color #F0215A: hue angle of 343.48º 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 #F0215A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 90 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.06 |
| HSL | 343.48º | 0.87% | 0.54% | - |
| HSV(B) | 343.48º | 0.86% | 0.94% | - |
| XYZ | 38.32 | 20.35 | 11.58 | - |
| YUV | 101.39 | 121.58 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 90 | 0 | 0.86 | 0.62 | 0.06 | 343.48 | 0.87 | 0.54 |
| Hex | F0 | 21 | 5A | 0 | 56 | 3E | 6 | 157 | 57 | 36 |
| Octal | 360 | 41 | 132 | 0 | 126 | 76 | 6 | 527 | 127 | 66 |
| Binary | 11110000 | 100001 | 1011010 | 0 | 1010110 | 111110 | 110 | 101010111 | 1010111 | 110110 |
Color Harmonies of #F0215A
Complementary color
Monochromatic Colors of #F0215A
Black with #F0215A
Text Example
Text Example
White with #F0215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0215A; }
p { color: rgb(240,33,90); }
H1.HeaderClassName
{
color: #F0215A;
}
.AnyTagClassName
{
color: #F0215A;
}
</style>
background-color css
<style>
a { background-color: #F0215A; }
a { background-color: rgb(240,33,90); }
div.DivClassName
{
background-color: #F0215A;
}
.BgClassName
{
background-color: #F0215A;
}
</style>
border-color css
<style>
span { border-color: #F0215A; }
span { border-color: rgb(240,33,90); }
td.TdClassName
{
border-color: #F0215A;
}
.TagClassName
{
border-color: #F0215A;
}
</style>