Shades of Pale Magenta #FB73DF
Tints of Pale Magenta #FB73DF
RGB
CMYK
RGB Variations
Color information
#FB73DF (or 0xFB73DF) is known color: Pale Magenta. HEX triplet: FB, 73 and DF. RGB value is (251,115,223). Sum of RGB (Red+Green+Blue) = 251+115+223=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73DF is #048C20. Grayscale: #A7A7A7. Windows color (decimal): -298017 or 14644219. OLE color: 14644219.
HSL color Cylindrical-coordinate representation of color #FB73DF: hue angle of 312.35º 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 #FB73DF is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 223 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.02 |
| HSL | 312.35º | 0.94% | 0.72% | - |
| HSV(B) | 312.35º | 0.54% | 0.98% | - |
| XYZ | 59.23 | 38.1 | 74.04 | - |
| YUV | 167.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 223 | 0 | 0.54 | 0.11 | 0.02 | 312.35 | 0.94 | 0.72 |
| Hex | FB | 73 | DF | 0 | 36 | B | 2 | 138 | 5E | 48 |
| Octal | 373 | 163 | 337 | 0 | 66 | 13 | 2 | 470 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11011111 | 0 | 110110 | 1011 | 10 | 100111000 | 1011110 | 1001000 |
Color Harmonies of #FB73DF
Complementary color
Monochromatic Colors of #FB73DF
Black with #FB73DF
Text Example
Text Example
White with #FB73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73DF; }
p { color: rgb(251,115,223); }
H1.HeaderClassName
{
color: #FB73DF;
}
.AnyTagClassName
{
color: #FB73DF;
}
</style>
background-color css
<style>
a { background-color: #FB73DF; }
a { background-color: rgb(251,115,223); }
div.DivClassName
{
background-color: #FB73DF;
}
.BgClassName
{
background-color: #FB73DF;
}
</style>
border-color css
<style>
span { border-color: #FB73DF; }
span { border-color: rgb(251,115,223); }
td.TdClassName
{
border-color: #FB73DF;
}
.TagClassName
{
border-color: #FB73DF;
}
</style>