Shades of Amaranth #FD1F4E
Tints of Amaranth #FD1F4E
RGB
CMYK
RGB Variations
Color information
#FD1F4E (or 0xFD1F4E) is known color: Amaranth. HEX triplet: FD, 1F and 4E. RGB value is (253,31,78). Sum of RGB (Red+Green+Blue) = 253+31+78=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1F4E is #02E0B1. Grayscale: #666666. Windows color (decimal): -188594 or 5119997. OLE color: 5119997.
HSL color Cylindrical-coordinate representation of color #FD1F4E: hue angle of 347.3º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1F4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.01 |
| HSL | 347.3º | 0.98% | 0.56% | - |
| HSV(B) | 347.3º | 0.88% | 0.99% | - |
| XYZ | 42.37 | 22.41 | 9.3 | - |
| YUV | 102.74 | 114.05 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 78 | 0 | 0.88 | 0.69 | 0.01 | 347.3 | 0.98 | 0.56 |
| Hex | FD | 1F | 4E | 0 | 58 | 45 | 1 | 15B | 62 | 38 |
| Octal | 375 | 37 | 116 | 0 | 130 | 105 | 1 | 533 | 142 | 70 |
| Binary | 11111101 | 11111 | 1001110 | 0 | 1011000 | 1000101 | 1 | 101011011 | 1100010 | 111000 |
Color Harmonies of #FD1F4E
Complementary color
Monochromatic Colors of #FD1F4E
Black with #FD1F4E
Text Example
Text Example
White with #FD1F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1F4E; }
p { color: rgb(253,31,78); }
H1.HeaderClassName
{
color: #FD1F4E;
}
.AnyTagClassName
{
color: #FD1F4E;
}
</style>
background-color css
<style>
a { background-color: #FD1F4E; }
a { background-color: rgb(253,31,78); }
div.DivClassName
{
background-color: #FD1F4E;
}
.BgClassName
{
background-color: #FD1F4E;
}
</style>
border-color css
<style>
span { border-color: #FD1F4E; }
span { border-color: rgb(253,31,78); }
td.TdClassName
{
border-color: #FD1F4E;
}
.TagClassName
{
border-color: #FD1F4E;
}
</style>