Shades of Pale Magenta #FD6FDF
Tints of Pale Magenta #FD6FDF
RGB
CMYK
RGB Variations
Color information
#FD6FDF (or 0xFD6FDF) is known color: Pale Magenta. HEX triplet: FD, 6F and DF. RGB value is (253,111,223). Sum of RGB (Red+Green+Blue) = 253+111+223=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FDF is #029020. Grayscale: #A5A5A5. Windows color (decimal): -167969 or 14643197. OLE color: 14643197.
HSL color Cylindrical-coordinate representation of color #FD6FDF: hue angle of 312.68º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6FDF is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 111 | 223 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.01 |
| HSL | 312.68º | 0.97% | 0.71% | - |
| HSV(B) | 312.68º | 0.56% | 0.99% | - |
| XYZ | 59.51 | 37.58 | 73.93 | - |
| YUV | 166.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 223 | 0 | 0.56 | 0.12 | 0.01 | 312.68 | 0.97 | 0.71 |
| Hex | FD | 6F | DF | 0 | 38 | C | 1 | 139 | 61 | 47 |
| Octal | 375 | 157 | 337 | 0 | 70 | 14 | 1 | 471 | 141 | 107 |
| Binary | 11111101 | 1101111 | 11011111 | 0 | 111000 | 1100 | 1 | 100111001 | 1100001 | 1000111 |
Color Harmonies of #FD6FDF
Complementary color
Monochromatic Colors of #FD6FDF
Black with #FD6FDF
Text Example
Text Example
White with #FD6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6FDF; }
p { color: rgb(253,111,223); }
H1.HeaderClassName
{
color: #FD6FDF;
}
.AnyTagClassName
{
color: #FD6FDF;
}
</style>
background-color css
<style>
a { background-color: #FD6FDF; }
a { background-color: rgb(253,111,223); }
div.DivClassName
{
background-color: #FD6FDF;
}
.BgClassName
{
background-color: #FD6FDF;
}
</style>
border-color css
<style>
span { border-color: #FD6FDF; }
span { border-color: rgb(253,111,223); }
td.TdClassName
{
border-color: #FD6FDF;
}
.TagClassName
{
border-color: #FD6FDF;
}
</style>