Shades of Pale Magenta #FB87F0
Tints of Pale Magenta #FB87F0
RGB
CMYK
RGB Variations
Color information
#FB87F0 (or 0xFB87F0) is known color: Pale Magenta. HEX triplet: FB, 87 and F0. RGB value is (251,135,240). Sum of RGB (Red+Green+Blue) = 251+135+240=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 135 (53.12% from 255 or 21.57% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB87F0 is #04780F. Grayscale: #B5B5B5. Windows color (decimal): -292880 or 15763451. OLE color: 15763451.
HSL color Cylindrical-coordinate representation of color #FB87F0: hue angle of 305.69º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB87F0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 240 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.02 |
| HSL | 305.69º | 0.94% | 0.76% | - |
| HSV(B) | 305.69º | 0.46% | 0.98% | - |
| XYZ | 64.18 | 44.13 | 87.57 | - |
| YUV | 181.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 240 | 0 | 0.46 | 0.04 | 0.02 | 305.69 | 0.94 | 0.76 |
| Hex | FB | 87 | F0 | 0 | 2E | 4 | 2 | 132 | 5E | 4C |
| Octal | 373 | 207 | 360 | 0 | 56 | 4 | 2 | 462 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11110000 | 0 | 101110 | 100 | 10 | 100110010 | 1011110 | 1001100 |
Color Harmonies of #FB87F0
Complementary color
Monochromatic Colors of #FB87F0
Black with #FB87F0
Text Example
Text Example
White with #FB87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87F0; }
p { color: rgb(251,135,240); }
H1.HeaderClassName
{
color: #FB87F0;
}
.AnyTagClassName
{
color: #FB87F0;
}
</style>
background-color css
<style>
a { background-color: #FB87F0; }
a { background-color: rgb(251,135,240); }
div.DivClassName
{
background-color: #FB87F0;
}
.BgClassName
{
background-color: #FB87F0;
}
</style>
border-color css
<style>
span { border-color: #FB87F0; }
span { border-color: rgb(251,135,240); }
td.TdClassName
{
border-color: #FB87F0;
}
.TagClassName
{
border-color: #FB87F0;
}
</style>