Shades of Fuchsia Pink #FB77FF
Tints of Fuchsia Pink #FB77FF
RGB
CMYK
RGB Variations
Color information
#FB77FF (or 0xFB77FF) is known color: Fuchsia Pink. HEX triplet: FB, 77 and FF. RGB value is (251,119,255). Sum of RGB (Red+Green+Blue) = 251+119+255=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 119 (46.88% from 255 or 19.04% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB77FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77FF is #048800. Grayscale: #ADADAD. Windows color (decimal): -296961 or 16742395. OLE color: 16742395.
HSL color Cylindrical-coordinate representation of color #FB77FF: hue angle of 298.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77FF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 119 | 255 | - |
| CMYK | 0.02 | 0.53 | 0 | 0 |
| HSL | 298.24º | 1% | 0.73% | - |
| HSV(B) | 298.24º | 0.53% | 1% | - |
| XYZ | 64.43 | 40.92 | 99.11 | - |
| YUV | 173.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 255 | 0.02 | 0.53 | 0 | 0 | 298.24 | 1 | 0.73 |
| Hex | FB | 77 | FF | 2 | 35 | 0 | 0 | 12A | 64 | 49 |
| Octal | 373 | 167 | 377 | 2 | 65 | 0 | 0 | 452 | 144 | 111 |
| Binary | 11111011 | 1110111 | 11111111 | 10 | 110101 | 0 | 0 | 100101010 | 1100100 | 1001001 |
Color Harmonies of #FB77FF
Complementary color
Monochromatic Colors of #FB77FF
Black with #FB77FF
Text Example
Text Example
White with #FB77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77FF; }
p { color: rgb(251,119,255); }
H1.HeaderClassName
{
color: #FB77FF;
}
.AnyTagClassName
{
color: #FB77FF;
}
</style>
background-color css
<style>
a { background-color: #FB77FF; }
a { background-color: rgb(251,119,255); }
div.DivClassName
{
background-color: #FB77FF;
}
.BgClassName
{
background-color: #FB77FF;
}
</style>
border-color css
<style>
span { border-color: #FB77FF; }
span { border-color: rgb(251,119,255); }
td.TdClassName
{
border-color: #FB77FF;
}
.TagClassName
{
border-color: #FB77FF;
}
</style>