Shades of Fuchsia Pink #FB7EFF
Tints of Fuchsia Pink #FB7EFF
RGB
CMYK
RGB Variations
Color information
#FB7EFF (or 0xFB7EFF) is known color: Fuchsia Pink. HEX triplet: FB, 7E and FF. RGB value is (251,126,255). Sum of RGB (Red+Green+Blue) = 251+126+255=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 126 (49.61% from 255 or 19.94% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7EFF is #048100. Grayscale: #B1B1B1. Windows color (decimal): -295169 or 16744187. OLE color: 16744187.
HSL color Cylindrical-coordinate representation of color #FB7EFF: hue angle of 298.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7EFF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 126 | 255 | - |
| CMYK | 0.02 | 0.51 | 0 | 0 |
| HSL | 298.14º | 1% | 0.75% | - |
| HSV(B) | 298.14º | 0.51% | 1% | - |
| XYZ | 65.29 | 42.65 | 99.4 | - |
| YUV | 178.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 255 | 0.02 | 0.51 | 0 | 0 | 298.14 | 1 | 0.75 |
| Hex | FB | 7E | FF | 2 | 33 | 0 | 0 | 12A | 64 | 4B |
| Octal | 373 | 176 | 377 | 2 | 63 | 0 | 0 | 452 | 144 | 113 |
| Binary | 11111011 | 1111110 | 11111111 | 10 | 110011 | 0 | 0 | 100101010 | 1100100 | 1001011 |
Color Harmonies of #FB7EFF
Complementary color
Monochromatic Colors of #FB7EFF
Black with #FB7EFF
Text Example
Text Example
White with #FB7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EFF; }
p { color: rgb(251,126,255); }
H1.HeaderClassName
{
color: #FB7EFF;
}
.AnyTagClassName
{
color: #FB7EFF;
}
</style>
background-color css
<style>
a { background-color: #FB7EFF; }
a { background-color: rgb(251,126,255); }
div.DivClassName
{
background-color: #FB7EFF;
}
.BgClassName
{
background-color: #FB7EFF;
}
</style>
border-color css
<style>
span { border-color: #FB7EFF; }
span { border-color: rgb(251,126,255); }
td.TdClassName
{
border-color: #FB7EFF;
}
.TagClassName
{
border-color: #FB7EFF;
}
</style>