Shades of Amaranth #F21D4B
Tints of Amaranth #F21D4B
RGB
CMYK
RGB Variations
Color information
#F21D4B (or 0xF21D4B) is known color: Amaranth. HEX triplet: F2, 1D and 4B. RGB value is (242,29,75). Sum of RGB (Red+Green+Blue) = 242+29+75=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D4B is #0DE2B4. Grayscale: #616161. Windows color (decimal): -910005 or 4922866. OLE color: 4922866.
HSL color Cylindrical-coordinate representation of color #F21D4B: hue angle of 347.04º 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 #F21D4B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 75 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.05 |
| HSL | 347.04º | 0.89% | 0.53% | - |
| HSV(B) | 347.04º | 0.88% | 0.95% | - |
| XYZ | 38.33 | 20.26 | 8.55 | - |
| YUV | 97.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 75 | 0 | 0.88 | 0.69 | 0.05 | 347.04 | 0.89 | 0.53 |
| Hex | F2 | 1D | 4B | 0 | 58 | 45 | 5 | 15B | 59 | 35 |
| Octal | 362 | 35 | 113 | 0 | 130 | 105 | 5 | 533 | 131 | 65 |
| Binary | 11110010 | 11101 | 1001011 | 0 | 1011000 | 1000101 | 101 | 101011011 | 1011001 | 110101 |
Color Harmonies of #F21D4B
Complementary color
Monochromatic Colors of #F21D4B
Black with #F21D4B
Text Example
Text Example
White with #F21D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D4B; }
p { color: rgb(242,29,75); }
H1.HeaderClassName
{
color: #F21D4B;
}
.AnyTagClassName
{
color: #F21D4B;
}
</style>
background-color css
<style>
a { background-color: #F21D4B; }
a { background-color: rgb(242,29,75); }
div.DivClassName
{
background-color: #F21D4B;
}
.BgClassName
{
background-color: #F21D4B;
}
</style>
border-color css
<style>
span { border-color: #F21D4B; }
span { border-color: rgb(242,29,75); }
td.TdClassName
{
border-color: #F21D4B;
}
.TagClassName
{
border-color: #F21D4B;
}
</style>