Shades of Pale Magenta #FD73DF
Tints of Pale Magenta #FD73DF
RGB
CMYK
RGB Variations
Color information
#FD73DF (or 0xFD73DF) is known color: Pale Magenta. HEX triplet: FD, 73 and DF. RGB value is (253,115,223). Sum of RGB (Red+Green+Blue) = 253+115+223=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73DF is #028C20. Grayscale: #A8A8A8. Windows color (decimal): -166945 or 14644221. OLE color: 14644221.
HSL color Cylindrical-coordinate representation of color #FD73DF: hue angle of 313.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD73DF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 223 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.01 |
| HSL | 313.04º | 0.97% | 0.72% | - |
| HSV(B) | 313.04º | 0.55% | 0.99% | - |
| XYZ | 59.96 | 38.47 | 74.08 | - |
| YUV | 168.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 223 | 0 | 0.55 | 0.12 | 0.01 | 313.04 | 0.97 | 0.72 |
| Hex | FD | 73 | DF | 0 | 37 | C | 1 | 139 | 61 | 48 |
| Octal | 375 | 163 | 337 | 0 | 67 | 14 | 1 | 471 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11011111 | 0 | 110111 | 1100 | 1 | 100111001 | 1100001 | 1001000 |
Color Harmonies of #FD73DF
Complementary color
Monochromatic Colors of #FD73DF
Black with #FD73DF
Text Example
Text Example
White with #FD73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73DF; }
p { color: rgb(253,115,223); }
H1.HeaderClassName
{
color: #FD73DF;
}
.AnyTagClassName
{
color: #FD73DF;
}
</style>
background-color css
<style>
a { background-color: #FD73DF; }
a { background-color: rgb(253,115,223); }
div.DivClassName
{
background-color: #FD73DF;
}
.BgClassName
{
background-color: #FD73DF;
}
</style>
border-color css
<style>
span { border-color: #FD73DF; }
span { border-color: rgb(253,115,223); }
td.TdClassName
{
border-color: #FD73DF;
}
.TagClassName
{
border-color: #FD73DF;
}
</style>