Shades of Pale Magenta #FB88F0
Tints of Pale Magenta #FB88F0
RGB
CMYK
RGB Variations
Color information
#FB88F0 (or 0xFB88F0) is known color: Pale Magenta. HEX triplet: FB, 88 and F0. RGB value is (251,136,240). Sum of RGB (Red+Green+Blue) = 251+136+240=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 136 (53.52% from 255 or 21.69% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB88F0 is #04770F. Grayscale: #B5B5B5. Windows color (decimal): -292624 or 15763707. OLE color: 15763707.
HSL color Cylindrical-coordinate representation of color #FB88F0: hue angle of 305.74º degrees, saturation: 0.93, 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 #FB88F0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 240 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.02 |
| HSL | 305.74º | 0.93% | 0.76% | - |
| HSV(B) | 305.74º | 0.46% | 0.98% | - |
| XYZ | 64.32 | 44.41 | 87.62 | - |
| YUV | 182.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 240 | 0 | 0.46 | 0.04 | 0.02 | 305.74 | 0.93 | 0.76 |
| Hex | FB | 88 | F0 | 0 | 2E | 4 | 2 | 132 | 5D | 4C |
| Octal | 373 | 210 | 360 | 0 | 56 | 4 | 2 | 462 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11110000 | 0 | 101110 | 100 | 10 | 100110010 | 1011101 | 1001100 |
Color Harmonies of #FB88F0
Complementary color
Monochromatic Colors of #FB88F0
Black with #FB88F0
Text Example
Text Example
White with #FB88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88F0; }
p { color: rgb(251,136,240); }
H1.HeaderClassName
{
color: #FB88F0;
}
.AnyTagClassName
{
color: #FB88F0;
}
</style>
background-color css
<style>
a { background-color: #FB88F0; }
a { background-color: rgb(251,136,240); }
div.DivClassName
{
background-color: #FB88F0;
}
.BgClassName
{
background-color: #FB88F0;
}
</style>
border-color css
<style>
span { border-color: #FB88F0; }
span { border-color: rgb(251,136,240); }
td.TdClassName
{
border-color: #FB88F0;
}
.TagClassName
{
border-color: #FB88F0;
}
</style>