Shades of Fuchsia Pink #FB8BFF
Tints of Fuchsia Pink #FB8BFF
RGB
CMYK
RGB Variations
Color information
#FB8BFF (or 0xFB8BFF) is known color: Fuchsia Pink. HEX triplet: FB, 8B and FF. RGB value is (251,139,255). Sum of RGB (Red+Green+Blue) = 251+139+255=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 139 (54.69% from 255 or 21.55% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BFF is #047400. Grayscale: #B9B9B9. Windows color (decimal): -291841 or 16747515. OLE color: 16747515.
HSL color Cylindrical-coordinate representation of color #FB8BFF: hue angle of 297.93º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BFF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 139 | 255 | - |
| CMYK | 0.02 | 0.45 | 0 | 0 |
| HSL | 297.93º | 1% | 0.77% | - |
| HSV(B) | 297.93º | 0.45% | 1% | - |
| XYZ | 67.07 | 46.19 | 99.99 | - |
| YUV | 185.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 255 | 0.02 | 0.45 | 0 | 0 | 297.93 | 1 | 0.77 |
| Hex | FB | 8B | FF | 2 | 2D | 0 | 0 | 12A | 64 | 4D |
| Octal | 373 | 213 | 377 | 2 | 55 | 0 | 0 | 452 | 144 | 115 |
| Binary | 11111011 | 10001011 | 11111111 | 10 | 101101 | 0 | 0 | 100101010 | 1100100 | 1001101 |
Color Harmonies of #FB8BFF
Complementary color
Monochromatic Colors of #FB8BFF
Black with #FB8BFF
Text Example
Text Example
White with #FB8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BFF; }
p { color: rgb(251,139,255); }
H1.HeaderClassName
{
color: #FB8BFF;
}
.AnyTagClassName
{
color: #FB8BFF;
}
</style>
background-color css
<style>
a { background-color: #FB8BFF; }
a { background-color: rgb(251,139,255); }
div.DivClassName
{
background-color: #FB8BFF;
}
.BgClassName
{
background-color: #FB8BFF;
}
</style>
border-color css
<style>
span { border-color: #FB8BFF; }
span { border-color: rgb(251,139,255); }
td.TdClassName
{
border-color: #FB8BFF;
}
.TagClassName
{
border-color: #FB8BFF;
}
</style>