Shades of Pale Magenta #FF7DED
Tints of Pale Magenta #FF7DED
RGB
CMYK
RGB Variations
Color information
#FF7DED (or 0xFF7DED) is known color: Pale Magenta. HEX triplet: FF, 7D and ED. RGB value is (255,125,237). Sum of RGB (Red+Green+Blue) = 255+125+237=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DED is #008212. Grayscale: #B0B0B0. Windows color (decimal): -33299 or 15564287. OLE color: 15564287.
HSL color Cylindrical-coordinate representation of color #FF7DED: hue angle of 308.31º 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 #FF7DED is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 237 | - |
| CMYK | 0 | 0.51 | 0.07 | 0 |
| HSL | 308.31º | 1% | 0.75% | - |
| HSV(B) | 308.31º | 0.51% | 1% | - |
| XYZ | 63.86 | 42.04 | 84.87 | - |
| YUV | 176.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 237 | 0 | 0.51 | 0.07 | 0 | 308.31 | 1 | 0.75 |
| Hex | FF | 7D | ED | 0 | 33 | 7 | 0 | 134 | 64 | 4B |
| Octal | 377 | 175 | 355 | 0 | 63 | 7 | 0 | 464 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11101101 | 0 | 110011 | 111 | 0 | 100110100 | 1100100 | 1001011 |
Color Harmonies of #FF7DED
Complementary color
Monochromatic Colors of #FF7DED
Black with #FF7DED
Text Example
Text Example
White with #FF7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DED; }
p { color: rgb(255,125,237); }
H1.HeaderClassName
{
color: #FF7DED;
}
.AnyTagClassName
{
color: #FF7DED;
}
</style>
background-color css
<style>
a { background-color: #FF7DED; }
a { background-color: rgb(255,125,237); }
div.DivClassName
{
background-color: #FF7DED;
}
.BgClassName
{
background-color: #FF7DED;
}
</style>
border-color css
<style>
span { border-color: #FF7DED; }
span { border-color: rgb(255,125,237); }
td.TdClassName
{
border-color: #FF7DED;
}
.TagClassName
{
border-color: #FF7DED;
}
</style>