Shades of Pale Magenta #FB86F0
Tints of Pale Magenta #FB86F0
RGB
CMYK
RGB Variations
Color information
#FB86F0 (or 0xFB86F0) is known color: Pale Magenta. HEX triplet: FB, 86 and F0. RGB value is (251,134,240). Sum of RGB (Red+Green+Blue) = 251+134+240=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB86F0 is #04790F. Grayscale: #B4B4B4. Windows color (decimal): -293136 or 15763195. OLE color: 15763195.
HSL color Cylindrical-coordinate representation of color #FB86F0: hue angle of 305.64º 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 #FB86F0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 240 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.02 |
| HSL | 305.64º | 0.94% | 0.75% | - |
| HSV(B) | 305.64º | 0.47% | 0.98% | - |
| XYZ | 64.04 | 43.85 | 87.53 | - |
| YUV | 181.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 240 | 0 | 0.47 | 0.04 | 0.02 | 305.64 | 0.94 | 0.75 |
| Hex | FB | 86 | F0 | 0 | 2F | 4 | 2 | 132 | 5E | 4B |
| Octal | 373 | 206 | 360 | 0 | 57 | 4 | 2 | 462 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11110000 | 0 | 101111 | 100 | 10 | 100110010 | 1011110 | 1001011 |
Color Harmonies of #FB86F0
Complementary color
Monochromatic Colors of #FB86F0
Black with #FB86F0
Text Example
Text Example
White with #FB86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86F0; }
p { color: rgb(251,134,240); }
H1.HeaderClassName
{
color: #FB86F0;
}
.AnyTagClassName
{
color: #FB86F0;
}
</style>
background-color css
<style>
a { background-color: #FB86F0; }
a { background-color: rgb(251,134,240); }
div.DivClassName
{
background-color: #FB86F0;
}
.BgClassName
{
background-color: #FB86F0;
}
</style>
border-color css
<style>
span { border-color: #FB86F0; }
span { border-color: rgb(251,134,240); }
td.TdClassName
{
border-color: #FB86F0;
}
.TagClassName
{
border-color: #FB86F0;
}
</style>