Shades of Pale Magenta #FB84DF
Tints of Pale Magenta #FB84DF
RGB
CMYK
RGB Variations
Color information
#FB84DF (or 0xFB84DF) is known color: Pale Magenta. HEX triplet: FB, 84 and DF. RGB value is (251,132,223). Sum of RGB (Red+Green+Blue) = 251+132+223=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84DF is #047B20. Grayscale: #B1B1B1. Windows color (decimal): -293665 or 14648571. OLE color: 14648571.
HSL color Cylindrical-coordinate representation of color #FB84DF: hue angle of 314.12º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84DF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 223 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.02 |
| HSL | 314.12º | 0.94% | 0.75% | - |
| HSV(B) | 314.12º | 0.47% | 0.98% | - |
| XYZ | 61.35 | 42.34 | 74.75 | - |
| YUV | 177.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 223 | 0 | 0.47 | 0.11 | 0.02 | 314.12 | 0.94 | 0.75 |
| Hex | FB | 84 | DF | 0 | 2F | B | 2 | 13A | 5E | 4B |
| Octal | 373 | 204 | 337 | 0 | 57 | 13 | 2 | 472 | 136 | 113 |
| Binary | 11111011 | 10000100 | 11011111 | 0 | 101111 | 1011 | 10 | 100111010 | 1011110 | 1001011 |
Color Harmonies of #FB84DF
Complementary color
Monochromatic Colors of #FB84DF
Black with #FB84DF
Text Example
Text Example
White with #FB84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84DF; }
p { color: rgb(251,132,223); }
H1.HeaderClassName
{
color: #FB84DF;
}
.AnyTagClassName
{
color: #FB84DF;
}
</style>
background-color css
<style>
a { background-color: #FB84DF; }
a { background-color: rgb(251,132,223); }
div.DivClassName
{
background-color: #FB84DF;
}
.BgClassName
{
background-color: #FB84DF;
}
</style>
border-color css
<style>
span { border-color: #FB84DF; }
span { border-color: rgb(251,132,223); }
td.TdClassName
{
border-color: #FB84DF;
}
.TagClassName
{
border-color: #FB84DF;
}
</style>