Shades of Amaranth #F21D4D
Tints of Amaranth #F21D4D
RGB
CMYK
RGB Variations
Color information
#F21D4D (or 0xF21D4D) is known color: Amaranth. HEX triplet: F2, 1D and 4D. RGB value is (242,29,77). Sum of RGB (Red+Green+Blue) = 242+29+77=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D4D is #0DE2B2. Grayscale: #626262. Windows color (decimal): -910003 or 5053938. OLE color: 5053938.
HSL color Cylindrical-coordinate representation of color #F21D4D: hue angle of 346.48º 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 #F21D4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.48º | 0.89% | 0.53% | - |
| HSV(B) | 346.48º | 0.88% | 0.95% | - |
| XYZ | 38.4 | 20.29 | 8.91 | - |
| YUV | 98.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 77 | 0 | 0.88 | 0.68 | 0.05 | 346.48 | 0.89 | 0.53 |
| Hex | F2 | 1D | 4D | 0 | 58 | 44 | 5 | 15A | 59 | 35 |
| Octal | 362 | 35 | 115 | 0 | 130 | 104 | 5 | 532 | 131 | 65 |
| Binary | 11110010 | 11101 | 1001101 | 0 | 1011000 | 1000100 | 101 | 101011010 | 1011001 | 110101 |
Color Harmonies of #F21D4D
Complementary color
Monochromatic Colors of #F21D4D
Black with #F21D4D
Text Example
Text Example
White with #F21D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D4D; }
p { color: rgb(242,29,77); }
H1.HeaderClassName
{
color: #F21D4D;
}
.AnyTagClassName
{
color: #F21D4D;
}
</style>
background-color css
<style>
a { background-color: #F21D4D; }
a { background-color: rgb(242,29,77); }
div.DivClassName
{
background-color: #F21D4D;
}
.BgClassName
{
background-color: #F21D4D;
}
</style>
border-color css
<style>
span { border-color: #F21D4D; }
span { border-color: rgb(242,29,77); }
td.TdClassName
{
border-color: #F21D4D;
}
.TagClassName
{
border-color: #F21D4D;
}
</style>