Shades of Amaranth #FD204C
Tints of Amaranth #FD204C
RGB
CMYK
RGB Variations
Color information
#FD204C (or 0xFD204C) is known color: Amaranth. HEX triplet: FD, 20 and 4C. RGB value is (253,32,76). Sum of RGB (Red+Green+Blue) = 253+32+76=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD204C is #02DFB3. Grayscale: #676767. Windows color (decimal): -188340 or 4989181. OLE color: 4989181.
HSL color Cylindrical-coordinate representation of color #FD204C: hue angle of 348.05º 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 #FD204C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 76 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.01 |
| HSL | 348.05º | 0.98% | 0.56% | - |
| HSV(B) | 348.05º | 0.87% | 0.99% | - |
| XYZ | 42.33 | 22.44 | 8.94 | - |
| YUV | 103.1 | 112.72 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 76 | 0 | 0.87 | 0.70 | 0.01 | 348.05 | 0.98 | 0.56 |
| Hex | FD | 20 | 4C | 0 | 57 | 46 | 1 | 15C | 62 | 38 |
| Octal | 375 | 40 | 114 | 0 | 127 | 106 | 1 | 534 | 142 | 70 |
| Binary | 11111101 | 100000 | 1001100 | 0 | 1010111 | 1000110 | 1 | 101011100 | 1100010 | 111000 |
Color Harmonies of #FD204C
Complementary color
Monochromatic Colors of #FD204C
Black with #FD204C
Text Example
Text Example
White with #FD204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD204C; }
p { color: rgb(253,32,76); }
H1.HeaderClassName
{
color: #FD204C;
}
.AnyTagClassName
{
color: #FD204C;
}
</style>
background-color css
<style>
a { background-color: #FD204C; }
a { background-color: rgb(253,32,76); }
div.DivClassName
{
background-color: #FD204C;
}
.BgClassName
{
background-color: #FD204C;
}
</style>
border-color css
<style>
span { border-color: #FD204C; }
span { border-color: rgb(253,32,76); }
td.TdClassName
{
border-color: #FD204C;
}
.TagClassName
{
border-color: #FD204C;
}
</style>