Shades of Fuchsia Pink #FB77F7
Tints of Fuchsia Pink #FB77F7
RGB
CMYK
RGB Variations
Color information
#FB77F7 (or 0xFB77F7) is known color: Fuchsia Pink. HEX triplet: FB, 77 and F7. RGB value is (251,119,247). Sum of RGB (Red+Green+Blue) = 251+119+247=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 119 (46.88% from 255 or 19.29% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77F7 is #048808. Grayscale: #ACACAC. Windows color (decimal): -296969 or 16218107. OLE color: 16218107.
HSL color Cylindrical-coordinate representation of color #FB77F7: hue angle of 301.82º 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 #FB77F7 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 247 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.02 |
| HSL | 301.82º | 0.94% | 0.73% | - |
| HSV(B) | 301.82º | 0.53% | 0.98% | - |
| XYZ | 63.17 | 40.42 | 92.47 | - |
| YUV | 173.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 247 | 0 | 0.53 | 0.02 | 0.02 | 301.82 | 0.94 | 0.73 |
| Hex | FB | 77 | F7 | 0 | 35 | 2 | 2 | 12E | 5E | 49 |
| Octal | 373 | 167 | 367 | 0 | 65 | 2 | 2 | 456 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11110111 | 0 | 110101 | 10 | 10 | 100101110 | 1011110 | 1001001 |
Color Harmonies of #FB77F7
Complementary color
Monochromatic Colors of #FB77F7
Black with #FB77F7
Text Example
Text Example
White with #FB77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77F7; }
p { color: rgb(251,119,247); }
H1.HeaderClassName
{
color: #FB77F7;
}
.AnyTagClassName
{
color: #FB77F7;
}
</style>
background-color css
<style>
a { background-color: #FB77F7; }
a { background-color: rgb(251,119,247); }
div.DivClassName
{
background-color: #FB77F7;
}
.BgClassName
{
background-color: #FB77F7;
}
</style>
border-color css
<style>
span { border-color: #FB77F7; }
span { border-color: rgb(251,119,247); }
td.TdClassName
{
border-color: #FB77F7;
}
.TagClassName
{
border-color: #FB77F7;
}
</style>