Shades of Pale Magenta #FD73DB
Tints of Pale Magenta #FD73DB
RGB
CMYK
RGB Variations
Color information
#FD73DB (or 0xFD73DB) is known color: Pale Magenta. HEX triplet: FD, 73 and DB. RGB value is (253,115,219). Sum of RGB (Red+Green+Blue) = 253+115+219=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73DB is #028C24. Grayscale: #A7A7A7. Windows color (decimal): -166949 or 14382077. OLE color: 14382077.
HSL color Cylindrical-coordinate representation of color #FD73DB: hue angle of 314.78º 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 #FD73DB is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 219 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.01 |
| HSL | 314.78º | 0.97% | 0.72% | - |
| HSV(B) | 314.78º | 0.55% | 0.99% | - |
| XYZ | 59.42 | 38.26 | 71.27 | - |
| YUV | 168.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 219 | 0 | 0.55 | 0.13 | 0.01 | 314.78 | 0.97 | 0.72 |
| Hex | FD | 73 | DB | 0 | 37 | D | 1 | 13B | 61 | 48 |
| Octal | 375 | 163 | 333 | 0 | 67 | 15 | 1 | 473 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11011011 | 0 | 110111 | 1101 | 1 | 100111011 | 1100001 | 1001000 |
Color Harmonies of #FD73DB
Complementary color
Monochromatic Colors of #FD73DB
Black with #FD73DB
Text Example
Text Example
White with #FD73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73DB; }
p { color: rgb(253,115,219); }
H1.HeaderClassName
{
color: #FD73DB;
}
.AnyTagClassName
{
color: #FD73DB;
}
</style>
background-color css
<style>
a { background-color: #FD73DB; }
a { background-color: rgb(253,115,219); }
div.DivClassName
{
background-color: #FD73DB;
}
.BgClassName
{
background-color: #FD73DB;
}
</style>
border-color css
<style>
span { border-color: #FD73DB; }
span { border-color: rgb(253,115,219); }
td.TdClassName
{
border-color: #FD73DB;
}
.TagClassName
{
border-color: #FD73DB;
}
</style>