Shades of Fuchsia Pink #FB7FFF
Tints of Fuchsia Pink #FB7FFF
RGB
CMYK
RGB Variations
Color information
#FB7FFF (or 0xFB7FFF) is known color: Fuchsia Pink. HEX triplet: FB, 7F and FF. RGB value is (251,127,255). Sum of RGB (Red+Green+Blue) = 251+127+255=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 127 (50% from 255 or 20.06% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FFF is #048000. Grayscale: #B2B2B2. Windows color (decimal): -294913 or 16744443. OLE color: 16744443.
HSL color Cylindrical-coordinate representation of color #FB7FFF: hue angle of 298.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7FFF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 127 | 255 | - |
| CMYK | 0.02 | 0.50 | 0 | 0 |
| HSL | 298.13º | 1% | 0.75% | - |
| HSV(B) | 298.13º | 0.5% | 1% | - |
| XYZ | 65.42 | 42.91 | 99.44 | - |
| YUV | 178.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 255 | 0.02 | 0.50 | 0 | 0 | 298.13 | 1 | 0.75 |
| Hex | FB | 7F | FF | 2 | 32 | 0 | 0 | 12A | 64 | 4B |
| Octal | 373 | 177 | 377 | 2 | 62 | 0 | 0 | 452 | 144 | 113 |
| Binary | 11111011 | 1111111 | 11111111 | 10 | 110010 | 0 | 0 | 100101010 | 1100100 | 1001011 |
Color Harmonies of #FB7FFF
Complementary color
Monochromatic Colors of #FB7FFF
Black with #FB7FFF
Text Example
Text Example
White with #FB7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FFF; }
p { color: rgb(251,127,255); }
H1.HeaderClassName
{
color: #FB7FFF;
}
.AnyTagClassName
{
color: #FB7FFF;
}
</style>
background-color css
<style>
a { background-color: #FB7FFF; }
a { background-color: rgb(251,127,255); }
div.DivClassName
{
background-color: #FB7FFF;
}
.BgClassName
{
background-color: #FB7FFF;
}
</style>
border-color css
<style>
span { border-color: #FB7FFF; }
span { border-color: rgb(251,127,255); }
td.TdClassName
{
border-color: #FB7FFF;
}
.TagClassName
{
border-color: #FB7FFF;
}
</style>