Shades of Amaranth #FD214D
Tints of Amaranth #FD214D
RGB
CMYK
RGB Variations
Color information
#FD214D (or 0xFD214D) is known color: Amaranth. HEX triplet: FD, 21 and 4D. RGB value is (253,33,77). Sum of RGB (Red+Green+Blue) = 253+33+77=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD214D is #02DEB2. Grayscale: #676767. Windows color (decimal): -188083 or 5054973. OLE color: 5054973.
HSL color Cylindrical-coordinate representation of color #FD214D: hue angle of 348º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD214D is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 77 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.01 |
| HSL | 348º | 0.98% | 0.56% | - |
| HSV(B) | 348º | 0.87% | 0.99% | - |
| XYZ | 42.39 | 22.51 | 9.13 | - |
| YUV | 103.8 | 112.89 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 77 | 0 | 0.87 | 0.70 | 0.01 | 348 | 0.98 | 0.56 |
| Hex | FD | 21 | 4D | 0 | 57 | 46 | 1 | 15C | 62 | 38 |
| Octal | 375 | 41 | 115 | 0 | 127 | 106 | 1 | 534 | 142 | 70 |
| Binary | 11111101 | 100001 | 1001101 | 0 | 1010111 | 1000110 | 1 | 101011100 | 1100010 | 111000 |
Color Harmonies of #FD214D
Complementary color
Monochromatic Colors of #FD214D
Black with #FD214D
Text Example
Text Example
White with #FD214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD214D; }
p { color: rgb(253,33,77); }
H1.HeaderClassName
{
color: #FD214D;
}
.AnyTagClassName
{
color: #FD214D;
}
</style>
background-color css
<style>
a { background-color: #FD214D; }
a { background-color: rgb(253,33,77); }
div.DivClassName
{
background-color: #FD214D;
}
.BgClassName
{
background-color: #FD214D;
}
</style>
border-color css
<style>
span { border-color: #FD214D; }
span { border-color: rgb(253,33,77); }
td.TdClassName
{
border-color: #FD214D;
}
.TagClassName
{
border-color: #FD214D;
}
</style>