Shades of Pale Magenta #FB73DD
Tints of Pale Magenta #FB73DD
RGB
CMYK
RGB Variations
Color information
#FB73DD (or 0xFB73DD) is known color: Pale Magenta. HEX triplet: FB, 73 and DD. RGB value is (251,115,221). Sum of RGB (Red+Green+Blue) = 251+115+221=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73DD is #048C22. Grayscale: #A7A7A7. Windows color (decimal): -298019 or 14513147. OLE color: 14513147.
HSL color Cylindrical-coordinate representation of color #FB73DD: hue angle of 313.24º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73DD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 221 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.02 |
| HSL | 313.24º | 0.94% | 0.72% | - |
| HSV(B) | 313.24º | 0.54% | 0.98% | - |
| XYZ | 58.97 | 37.99 | 72.63 | - |
| YUV | 167.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 221 | 0 | 0.54 | 0.12 | 0.02 | 313.24 | 0.94 | 0.72 |
| Hex | FB | 73 | DD | 0 | 36 | C | 2 | 139 | 5E | 48 |
| Octal | 373 | 163 | 335 | 0 | 66 | 14 | 2 | 471 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11011101 | 0 | 110110 | 1100 | 10 | 100111001 | 1011110 | 1001000 |
Color Harmonies of #FB73DD
Complementary color
Monochromatic Colors of #FB73DD
Black with #FB73DD
Text Example
Text Example
White with #FB73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73DD; }
p { color: rgb(251,115,221); }
H1.HeaderClassName
{
color: #FB73DD;
}
.AnyTagClassName
{
color: #FB73DD;
}
</style>
background-color css
<style>
a { background-color: #FB73DD; }
a { background-color: rgb(251,115,221); }
div.DivClassName
{
background-color: #FB73DD;
}
.BgClassName
{
background-color: #FB73DD;
}
</style>
border-color css
<style>
span { border-color: #FB73DD; }
span { border-color: rgb(251,115,221); }
td.TdClassName
{
border-color: #FB73DD;
}
.TagClassName
{
border-color: #FB73DD;
}
</style>