Shades of Fuchsia Pink #FB8DFF
Tints of Fuchsia Pink #FB8DFF
RGB
CMYK
RGB Variations
Color information
#FB8DFF (or 0xFB8DFF) is known color: Fuchsia Pink. HEX triplet: FB, 8D and FF. RGB value is (251,141,255). Sum of RGB (Red+Green+Blue) = 251+141+255=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 141 (55.47% from 255 or 21.79% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DFF is #047200. Grayscale: #BABABA. Windows color (decimal): -291329 or 16748027. OLE color: 16748027.
HSL color Cylindrical-coordinate representation of color #FB8DFF: hue angle of 297.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8DFF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 141 | 255 | - |
| CMYK | 0.02 | 0.45 | 0 | 0 |
| HSL | 297.89º | 1% | 0.78% | - |
| HSV(B) | 297.89º | 0.45% | 1% | - |
| XYZ | 67.36 | 46.78 | 100.09 | - |
| YUV | 186.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 255 | 0.02 | 0.45 | 0 | 0 | 297.89 | 1 | 0.78 |
| Hex | FB | 8D | FF | 2 | 2D | 0 | 0 | 12A | 64 | 4E |
| Octal | 373 | 215 | 377 | 2 | 55 | 0 | 0 | 452 | 144 | 116 |
| Binary | 11111011 | 10001101 | 11111111 | 10 | 101101 | 0 | 0 | 100101010 | 1100100 | 1001110 |
Color Harmonies of #FB8DFF
Complementary color
Monochromatic Colors of #FB8DFF
Black with #FB8DFF
Text Example
Text Example
White with #FB8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DFF; }
p { color: rgb(251,141,255); }
H1.HeaderClassName
{
color: #FB8DFF;
}
.AnyTagClassName
{
color: #FB8DFF;
}
</style>
background-color css
<style>
a { background-color: #FB8DFF; }
a { background-color: rgb(251,141,255); }
div.DivClassName
{
background-color: #FB8DFF;
}
.BgClassName
{
background-color: #FB8DFF;
}
</style>
border-color css
<style>
span { border-color: #FB8DFF; }
span { border-color: rgb(251,141,255); }
td.TdClassName
{
border-color: #FB8DFF;
}
.TagClassName
{
border-color: #FB8DFF;
}
</style>