Shades of Pale Magenta #FD7FDF
Tints of Pale Magenta #FD7FDF
RGB
CMYK
RGB Variations
Color information
#FD7FDF (or 0xFD7FDF) is known color: Pale Magenta. HEX triplet: FD, 7F and DF. RGB value is (253,127,223). Sum of RGB (Red+Green+Blue) = 253+127+223=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FDF is #028020. Grayscale: #AFAFAF. Windows color (decimal): -163873 or 14647293. OLE color: 14647293.
HSL color Cylindrical-coordinate representation of color #FD7FDF: hue angle of 314.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FDF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 223 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.01 |
| HSL | 314.29º | 0.97% | 0.75% | - |
| HSV(B) | 314.29º | 0.5% | 0.99% | - |
| XYZ | 61.42 | 41.39 | 74.56 | - |
| YUV | 175.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 223 | 0 | 0.50 | 0.12 | 0.01 | 314.29 | 0.97 | 0.75 |
| Hex | FD | 7F | DF | 0 | 32 | C | 1 | 13A | 61 | 4B |
| Octal | 375 | 177 | 337 | 0 | 62 | 14 | 1 | 472 | 141 | 113 |
| Binary | 11111101 | 1111111 | 11011111 | 0 | 110010 | 1100 | 1 | 100111010 | 1100001 | 1001011 |
Color Harmonies of #FD7FDF
Complementary color
Monochromatic Colors of #FD7FDF
Black with #FD7FDF
Text Example
Text Example
White with #FD7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7FDF; }
p { color: rgb(253,127,223); }
H1.HeaderClassName
{
color: #FD7FDF;
}
.AnyTagClassName
{
color: #FD7FDF;
}
</style>
background-color css
<style>
a { background-color: #FD7FDF; }
a { background-color: rgb(253,127,223); }
div.DivClassName
{
background-color: #FD7FDF;
}
.BgClassName
{
background-color: #FD7FDF;
}
</style>
border-color css
<style>
span { border-color: #FD7FDF; }
span { border-color: rgb(253,127,223); }
td.TdClassName
{
border-color: #FD7FDF;
}
.TagClassName
{
border-color: #FD7FDF;
}
</style>