Shades of Amaranth #F21C57
Tints of Amaranth #F21C57
RGB
CMYK
RGB Variations
Color information
#F21C57 (or 0xF21C57) is known color: Amaranth. HEX triplet: F2, 1C and 57. RGB value is (242,28,87). Sum of RGB (Red+Green+Blue) = 242+28+87=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C57 is #0DE3A8. Grayscale: #626262. Windows color (decimal): -910249 or 5709042. OLE color: 5709042.
HSL color Cylindrical-coordinate representation of color #F21C57: hue angle of 343.46º 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 #F21C57 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.05 |
| HSL | 343.46º | 0.89% | 0.53% | - |
| HSV(B) | 343.46º | 0.88% | 0.95% | - |
| XYZ | 38.75 | 20.4 | 10.91 | - |
| YUV | 98.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 87 | 0 | 0.88 | 0.64 | 0.05 | 343.46 | 0.89 | 0.53 |
| Hex | F2 | 1C | 57 | 0 | 58 | 40 | 5 | 157 | 59 | 35 |
| Octal | 362 | 34 | 127 | 0 | 130 | 100 | 5 | 527 | 131 | 65 |
| Binary | 11110010 | 11100 | 1010111 | 0 | 1011000 | 1000000 | 101 | 101010111 | 1011001 | 110101 |
Color Harmonies of #F21C57
Complementary color
Monochromatic Colors of #F21C57
Black with #F21C57
Text Example
Text Example
White with #F21C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C57; }
p { color: rgb(242,28,87); }
H1.HeaderClassName
{
color: #F21C57;
}
.AnyTagClassName
{
color: #F21C57;
}
</style>
background-color css
<style>
a { background-color: #F21C57; }
a { background-color: rgb(242,28,87); }
div.DivClassName
{
background-color: #F21C57;
}
.BgClassName
{
background-color: #F21C57;
}
</style>
border-color css
<style>
span { border-color: #F21C57; }
span { border-color: rgb(242,28,87); }
td.TdClassName
{
border-color: #F21C57;
}
.TagClassName
{
border-color: #F21C57;
}
</style>