Shades of Pale Magenta #FF7ED8
Tints of Pale Magenta #FF7ED8
RGB
CMYK
RGB Variations
Color information
#FF7ED8 (or 0xFF7ED8) is known color: Pale Magenta. HEX triplet: FF, 7E and D8. RGB value is (255,126,216). Sum of RGB (Red+Green+Blue) = 255+126+216=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED8 is #008127. Grayscale: #AEAEAE. Windows color (decimal): -33064 or 14188287. OLE color: 14188287.
HSL color Cylindrical-coordinate representation of color #FF7ED8: hue angle of 318.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7ED8 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 216 | - |
| CMYK | 0 | 0.51 | 0.15 | 0 |
| HSL | 318.14º | 1% | 0.75% | - |
| HSV(B) | 318.14º | 0.51% | 1% | - |
| XYZ | 61.1 | 41.14 | 69.69 | - |
| YUV | 174.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 216 | 0 | 0.51 | 0.15 | 0 | 318.14 | 1 | 0.75 |
| Hex | FF | 7E | D8 | 0 | 33 | F | 0 | 13E | 64 | 4B |
| Octal | 377 | 176 | 330 | 0 | 63 | 17 | 0 | 476 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11011000 | 0 | 110011 | 1111 | 0 | 100111110 | 1100100 | 1001011 |
Color Harmonies of #FF7ED8
Complementary color
Monochromatic Colors of #FF7ED8
Black with #FF7ED8
Text Example
Text Example
White with #FF7ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ED8; }
p { color: rgb(255,126,216); }
H1.HeaderClassName
{
color: #FF7ED8;
}
.AnyTagClassName
{
color: #FF7ED8;
}
</style>
background-color css
<style>
a { background-color: #FF7ED8; }
a { background-color: rgb(255,126,216); }
div.DivClassName
{
background-color: #FF7ED8;
}
.BgClassName
{
background-color: #FF7ED8;
}
</style>
border-color css
<style>
span { border-color: #FF7ED8; }
span { border-color: rgb(255,126,216); }
td.TdClassName
{
border-color: #FF7ED8;
}
.TagClassName
{
border-color: #FF7ED8;
}
</style>