Shades of Pale Magenta #FD6DE1
Tints of Pale Magenta #FD6DE1
RGB
CMYK
RGB Variations
Color information
#FD6DE1 (or 0xFD6DE1) is known color: Pale Magenta. HEX triplet: FD, 6D and E1. RGB value is (253,109,225). Sum of RGB (Red+Green+Blue) = 253+109+225=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DE1 is #02921E. Grayscale: #A4A4A4. Windows color (decimal): -168479 or 14773757. OLE color: 14773757.
HSL color Cylindrical-coordinate representation of color #FD6DE1: hue angle of 311.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DE1 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 225 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.01 |
| HSL | 311.67º | 0.97% | 0.71% | - |
| HSV(B) | 311.67º | 0.57% | 0.99% | - |
| XYZ | 59.57 | 37.26 | 75.29 | - |
| YUV | 165.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 225 | 0 | 0.57 | 0.11 | 0.01 | 311.67 | 0.97 | 0.71 |
| Hex | FD | 6D | E1 | 0 | 39 | B | 1 | 138 | 61 | 47 |
| Octal | 375 | 155 | 341 | 0 | 71 | 13 | 1 | 470 | 141 | 107 |
| Binary | 11111101 | 1101101 | 11100001 | 0 | 111001 | 1011 | 1 | 100111000 | 1100001 | 1000111 |
Color Harmonies of #FD6DE1
Complementary color
Monochromatic Colors of #FD6DE1
Black with #FD6DE1
Text Example
Text Example
White with #FD6DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DE1; }
p { color: rgb(253,109,225); }
H1.HeaderClassName
{
color: #FD6DE1;
}
.AnyTagClassName
{
color: #FD6DE1;
}
</style>
background-color css
<style>
a { background-color: #FD6DE1; }
a { background-color: rgb(253,109,225); }
div.DivClassName
{
background-color: #FD6DE1;
}
.BgClassName
{
background-color: #FD6DE1;
}
</style>
border-color css
<style>
span { border-color: #FD6DE1; }
span { border-color: rgb(253,109,225); }
td.TdClassName
{
border-color: #FD6DE1;
}
.TagClassName
{
border-color: #FD6DE1;
}
</style>