Shades of Amaranth #F21C4D
Tints of Amaranth #F21C4D
RGB
CMYK
RGB Variations
Color information
#F21C4D (or 0xF21C4D) is known color: Amaranth. HEX triplet: F2, 1C and 4D. RGB value is (242,28,77). Sum of RGB (Red+Green+Blue) = 242+28+77=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C4D is #0DE3B2. Grayscale: #616161. Windows color (decimal): -910259 or 5053682. OLE color: 5053682.
HSL color Cylindrical-coordinate representation of color #F21C4D: hue angle of 346.26º 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 #F21C4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.05 |
| HSL | 346.26º | 0.89% | 0.53% | - |
| HSV(B) | 346.26º | 0.88% | 0.95% | - |
| XYZ | 38.37 | 20.24 | 8.91 | - |
| YUV | 97.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 77 | 0 | 0.88 | 0.68 | 0.05 | 346.26 | 0.89 | 0.53 |
| Hex | F2 | 1C | 4D | 0 | 58 | 44 | 5 | 15A | 59 | 35 |
| Octal | 362 | 34 | 115 | 0 | 130 | 104 | 5 | 532 | 131 | 65 |
| Binary | 11110010 | 11100 | 1001101 | 0 | 1011000 | 1000100 | 101 | 101011010 | 1011001 | 110101 |
Color Harmonies of #F21C4D
Complementary color
Monochromatic Colors of #F21C4D
Black with #F21C4D
Text Example
Text Example
White with #F21C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C4D; }
p { color: rgb(242,28,77); }
H1.HeaderClassName
{
color: #F21C4D;
}
.AnyTagClassName
{
color: #F21C4D;
}
</style>
background-color css
<style>
a { background-color: #F21C4D; }
a { background-color: rgb(242,28,77); }
div.DivClassName
{
background-color: #F21C4D;
}
.BgClassName
{
background-color: #F21C4D;
}
</style>
border-color css
<style>
span { border-color: #F21C4D; }
span { border-color: rgb(242,28,77); }
td.TdClassName
{
border-color: #F21C4D;
}
.TagClassName
{
border-color: #F21C4D;
}
</style>