Shades of Pale Magenta #FB83DF
Tints of Pale Magenta #FB83DF
RGB
CMYK
RGB Variations
Color information
#FB83DF (or 0xFB83DF) is known color: Pale Magenta. HEX triplet: FB, 83 and DF. RGB value is (251,131,223). Sum of RGB (Red+Green+Blue) = 251+131+223=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83DF is #047C20. Grayscale: #B1B1B1. Windows color (decimal): -293921 or 14648315. OLE color: 14648315.
HSL color Cylindrical-coordinate representation of color #FB83DF: hue angle of 314º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB83DF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 223 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.02 |
| HSL | 314º | 0.94% | 0.75% | - |
| HSV(B) | 314º | 0.48% | 0.98% | - |
| XYZ | 61.22 | 42.07 | 74.71 | - |
| YUV | 177.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 223 | 0 | 0.48 | 0.11 | 0.02 | 314 | 0.94 | 0.75 |
| Hex | FB | 83 | DF | 0 | 30 | B | 2 | 13A | 5E | 4B |
| Octal | 373 | 203 | 337 | 0 | 60 | 13 | 2 | 472 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11011111 | 0 | 110000 | 1011 | 10 | 100111010 | 1011110 | 1001011 |
Color Harmonies of #FB83DF
Complementary color
Monochromatic Colors of #FB83DF
Black with #FB83DF
Text Example
Text Example
White with #FB83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83DF; }
p { color: rgb(251,131,223); }
H1.HeaderClassName
{
color: #FB83DF;
}
.AnyTagClassName
{
color: #FB83DF;
}
</style>
background-color css
<style>
a { background-color: #FB83DF; }
a { background-color: rgb(251,131,223); }
div.DivClassName
{
background-color: #FB83DF;
}
.BgClassName
{
background-color: #FB83DF;
}
</style>
border-color css
<style>
span { border-color: #FB83DF; }
span { border-color: rgb(251,131,223); }
td.TdClassName
{
border-color: #FB83DF;
}
.TagClassName
{
border-color: #FB83DF;
}
</style>