Shades of Pale Magenta #FB73DC
Tints of Pale Magenta #FB73DC
RGB
CMYK
RGB Variations
Color information
#FB73DC (or 0xFB73DC) is known color: Pale Magenta. HEX triplet: FB, 73 and DC. RGB value is (251,115,220). Sum of RGB (Red+Green+Blue) = 251+115+220=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73DC is #048C23. Grayscale: #A7A7A7. Windows color (decimal): -298020 or 14447611. OLE color: 14447611.
HSL color Cylindrical-coordinate representation of color #FB73DC: hue angle of 313.68º 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 #FB73DC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 220 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.02 |
| HSL | 313.68º | 0.94% | 0.72% | - |
| HSV(B) | 313.68º | 0.54% | 0.98% | - |
| XYZ | 58.83 | 37.94 | 71.93 | - |
| YUV | 167.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 220 | 0 | 0.54 | 0.12 | 0.02 | 313.68 | 0.94 | 0.72 |
| Hex | FB | 73 | DC | 0 | 36 | C | 2 | 13A | 5E | 48 |
| Octal | 373 | 163 | 334 | 0 | 66 | 14 | 2 | 472 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11011100 | 0 | 110110 | 1100 | 10 | 100111010 | 1011110 | 1001000 |
Color Harmonies of #FB73DC
Complementary color
Monochromatic Colors of #FB73DC
Black with #FB73DC
Text Example
Text Example
White with #FB73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73DC; }
p { color: rgb(251,115,220); }
H1.HeaderClassName
{
color: #FB73DC;
}
.AnyTagClassName
{
color: #FB73DC;
}
</style>
background-color css
<style>
a { background-color: #FB73DC; }
a { background-color: rgb(251,115,220); }
div.DivClassName
{
background-color: #FB73DC;
}
.BgClassName
{
background-color: #FB73DC;
}
</style>
border-color css
<style>
span { border-color: #FB73DC; }
span { border-color: rgb(251,115,220); }
td.TdClassName
{
border-color: #FB73DC;
}
.TagClassName
{
border-color: #FB73DC;
}
</style>