Shades of Amaranth #F21E5C
Tints of Amaranth #F21E5C
RGB
CMYK
RGB Variations
Color information
#F21E5C (or 0xF21E5C) is known color: Amaranth. HEX triplet: F2, 1E and 5C. RGB value is (242,30,92). Sum of RGB (Red+Green+Blue) = 242+30+92=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E5C is #0DE1A3. Grayscale: #646464. Windows color (decimal): -909732 or 6037234. OLE color: 6037234.
HSL color Cylindrical-coordinate representation of color #F21E5C: hue angle of 342.45º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21E5C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 92 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.05 |
| HSL | 342.45º | 0.89% | 0.53% | - |
| HSV(B) | 342.45º | 0.88% | 0.95% | - |
| XYZ | 39.01 | 20.58 | 12.04 | - |
| YUV | 100.46 | 123.24 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 92 | 0 | 0.88 | 0.62 | 0.05 | 342.45 | 0.89 | 0.53 |
| Hex | F2 | 1E | 5C | 0 | 58 | 3E | 5 | 156 | 59 | 35 |
| Octal | 362 | 36 | 134 | 0 | 130 | 76 | 5 | 526 | 131 | 65 |
| Binary | 11110010 | 11110 | 1011100 | 0 | 1011000 | 111110 | 101 | 101010110 | 1011001 | 110101 |
Color Harmonies of #F21E5C
Complementary color
Monochromatic Colors of #F21E5C
Black with #F21E5C
Text Example
Text Example
White with #F21E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E5C; }
p { color: rgb(242,30,92); }
H1.HeaderClassName
{
color: #F21E5C;
}
.AnyTagClassName
{
color: #F21E5C;
}
</style>
background-color css
<style>
a { background-color: #F21E5C; }
a { background-color: rgb(242,30,92); }
div.DivClassName
{
background-color: #F21E5C;
}
.BgClassName
{
background-color: #F21E5C;
}
</style>
border-color css
<style>
span { border-color: #F21E5C; }
span { border-color: rgb(242,30,92); }
td.TdClassName
{
border-color: #F21E5C;
}
.TagClassName
{
border-color: #F21E5C;
}
</style>