Shades of Amaranth #F21951
Tints of Amaranth #F21951
RGB
CMYK
RGB Variations
Color information
#F21951 (or 0xF21951) is known color: Amaranth. HEX triplet: F2, 19 and 51. RGB value is (242,25,81). Sum of RGB (Red+Green+Blue) = 242+25+81=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F21951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21951 is #0DE6AE. Grayscale: #606060. Windows color (decimal): -911023 or 5315058. OLE color: 5315058.
HSL color Cylindrical-coordinate representation of color #F21951: hue angle of 344.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21951 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 81 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.05 |
| HSL | 344.52º | 0.89% | 0.52% | - |
| HSV(B) | 344.52º | 0.9% | 0.95% | - |
| XYZ | 38.45 | 20.17 | 9.65 | - |
| YUV | 96.27 | 119.39 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 81 | 0 | 0.90 | 0.67 | 0.05 | 344.52 | 0.89 | 0.52 |
| Hex | F2 | 19 | 51 | 0 | 5A | 43 | 5 | 159 | 59 | 34 |
| Octal | 362 | 31 | 121 | 0 | 132 | 103 | 5 | 531 | 131 | 64 |
| Binary | 11110010 | 11001 | 1010001 | 0 | 1011010 | 1000011 | 101 | 101011001 | 1011001 | 110100 |
Color Harmonies of #F21951
Complementary color
Monochromatic Colors of #F21951
Black with #F21951
Text Example
Text Example
White with #F21951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21951; }
p { color: rgb(242,25,81); }
H1.HeaderClassName
{
color: #F21951;
}
.AnyTagClassName
{
color: #F21951;
}
</style>
background-color css
<style>
a { background-color: #F21951; }
a { background-color: rgb(242,25,81); }
div.DivClassName
{
background-color: #F21951;
}
.BgClassName
{
background-color: #F21951;
}
</style>
border-color css
<style>
span { border-color: #F21951; }
span { border-color: rgb(242,25,81); }
td.TdClassName
{
border-color: #F21951;
}
.TagClassName
{
border-color: #F21951;
}
</style>