Shades of Amaranth #F21D4A
Tints of Amaranth #F21D4A
RGB
CMYK
RGB Variations
Color information
#F21D4A (or 0xF21D4A) is known color: Amaranth. HEX triplet: F2, 1D and 4A. RGB value is (242,29,74). Sum of RGB (Red+Green+Blue) = 242+29+74=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D4A is #0DE2B5. Grayscale: #616161. Windows color (decimal): -910006 or 4857330. OLE color: 4857330.
HSL color Cylindrical-coordinate representation of color #F21D4A: hue angle of 347.32º 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 #F21D4A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 74 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.05 |
| HSL | 347.32º | 0.89% | 0.53% | - |
| HSV(B) | 347.32º | 0.88% | 0.95% | - |
| XYZ | 38.29 | 20.25 | 8.37 | - |
| YUV | 97.82 | 114.57 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 74 | 0 | 0.88 | 0.69 | 0.05 | 347.32 | 0.89 | 0.53 |
| Hex | F2 | 1D | 4A | 0 | 58 | 45 | 5 | 15B | 59 | 35 |
| Octal | 362 | 35 | 112 | 0 | 130 | 105 | 5 | 533 | 131 | 65 |
| Binary | 11110010 | 11101 | 1001010 | 0 | 1011000 | 1000101 | 101 | 101011011 | 1011001 | 110101 |
Color Harmonies of #F21D4A
Complementary color
Monochromatic Colors of #F21D4A
Black with #F21D4A
Text Example
Text Example
White with #F21D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D4A; }
p { color: rgb(242,29,74); }
H1.HeaderClassName
{
color: #F21D4A;
}
.AnyTagClassName
{
color: #F21D4A;
}
</style>
background-color css
<style>
a { background-color: #F21D4A; }
a { background-color: rgb(242,29,74); }
div.DivClassName
{
background-color: #F21D4A;
}
.BgClassName
{
background-color: #F21D4A;
}
</style>
border-color css
<style>
span { border-color: #F21D4A; }
span { border-color: rgb(242,29,74); }
td.TdClassName
{
border-color: #F21D4A;
}
.TagClassName
{
border-color: #F21D4A;
}
</style>