Shades of Fuchsia Pink #FB77F5
Tints of Fuchsia Pink #FB77F5
RGB
CMYK
RGB Variations
Color information
#FB77F5 (or 0xFB77F5) is known color: Fuchsia Pink. HEX triplet: FB, 77 and F5. RGB value is (251,119,245). Sum of RGB (Red+Green+Blue) = 251+119+245=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 119 (46.88% from 255 or 19.35% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77F5 is #04880A. Grayscale: #ACACAC. Windows color (decimal): -296971 or 16087035. OLE color: 16087035.
HSL color Cylindrical-coordinate representation of color #FB77F5: hue angle of 302.73º 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 #FB77F5 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 245 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.02 |
| HSL | 302.73º | 0.94% | 0.73% | - |
| HSV(B) | 302.73º | 0.53% | 0.98% | - |
| XYZ | 62.86 | 40.3 | 90.85 | - |
| YUV | 172.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 245 | 0 | 0.53 | 0.02 | 0.02 | 302.73 | 0.94 | 0.73 |
| Hex | FB | 77 | F5 | 0 | 35 | 2 | 2 | 12F | 5E | 49 |
| Octal | 373 | 167 | 365 | 0 | 65 | 2 | 2 | 457 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11110101 | 0 | 110101 | 10 | 10 | 100101111 | 1011110 | 1001001 |
Color Harmonies of #FB77F5
Complementary color
Monochromatic Colors of #FB77F5
Black with #FB77F5
Text Example
Text Example
White with #FB77F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77F5; }
p { color: rgb(251,119,245); }
H1.HeaderClassName
{
color: #FB77F5;
}
.AnyTagClassName
{
color: #FB77F5;
}
</style>
background-color css
<style>
a { background-color: #FB77F5; }
a { background-color: rgb(251,119,245); }
div.DivClassName
{
background-color: #FB77F5;
}
.BgClassName
{
background-color: #FB77F5;
}
</style>
border-color css
<style>
span { border-color: #FB77F5; }
span { border-color: rgb(251,119,245); }
td.TdClassName
{
border-color: #FB77F5;
}
.TagClassName
{
border-color: #FB77F5;
}
</style>