Shades of Fuchsia Pink #FB77FB
Tints of Fuchsia Pink #FB77FB
RGB
CMYK
RGB Variations
Color information
#FB77FB (or 0xFB77FB) is known color: Fuchsia Pink. HEX triplet: FB, 77 and FB. RGB value is (251,119,251). Sum of RGB (Red+Green+Blue) = 251+119+251=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 119 (46.88% from 255 or 19.16% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB77FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77FB is #048804. Grayscale: #ADADAD. Windows color (decimal): -296965 or 16480251. OLE color: 16480251.
HSL color Cylindrical-coordinate representation of color #FB77FB: hue angle of 300º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77FB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 251 | - |
| CMYK | 0 | 0.53 | 0 | 0.02 |
| HSL | 300º | 0.94% | 0.73% | - |
| HSV(B) | 300º | 0.53% | 0.98% | - |
| XYZ | 63.79 | 40.67 | 95.75 | - |
| YUV | 173.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 251 | 0 | 0.53 | 0 | 0.02 | 300 | 0.94 | 0.73 |
| Hex | FB | 77 | FB | 0 | 35 | 0 | 2 | 12C | 5E | 49 |
| Octal | 373 | 167 | 373 | 0 | 65 | 0 | 2 | 454 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11111011 | 0 | 110101 | 0 | 10 | 100101100 | 1011110 | 1001001 |
Color Harmonies of #FB77FB
Complementary color
Monochromatic Colors of #FB77FB
Black with #FB77FB
Text Example
Text Example
White with #FB77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77FB; }
p { color: rgb(251,119,251); }
H1.HeaderClassName
{
color: #FB77FB;
}
.AnyTagClassName
{
color: #FB77FB;
}
</style>
background-color css
<style>
a { background-color: #FB77FB; }
a { background-color: rgb(251,119,251); }
div.DivClassName
{
background-color: #FB77FB;
}
.BgClassName
{
background-color: #FB77FB;
}
</style>
border-color css
<style>
span { border-color: #FB77FB; }
span { border-color: rgb(251,119,251); }
td.TdClassName
{
border-color: #FB77FB;
}
.TagClassName
{
border-color: #FB77FB;
}
</style>