Shades of Fuchsia Pink #FB77F8
Tints of Fuchsia Pink #FB77F8
RGB
CMYK
RGB Variations
Color information
#FB77F8 (or 0xFB77F8) is known color: Fuchsia Pink. HEX triplet: FB, 77 and F8. RGB value is (251,119,248). Sum of RGB (Red+Green+Blue) = 251+119+248=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 119 (46.88% from 255 or 19.26% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77F8 is #048807. Grayscale: #ACACAC. Windows color (decimal): -296968 or 16283643. OLE color: 16283643.
HSL color Cylindrical-coordinate representation of color #FB77F8: hue angle of 301.36º 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 #FB77F8 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 248 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.02 |
| HSL | 301.36º | 0.94% | 0.73% | - |
| HSV(B) | 301.36º | 0.53% | 0.98% | - |
| XYZ | 63.32 | 40.48 | 93.28 | - |
| YUV | 173.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 248 | 0 | 0.53 | 0.01 | 0.02 | 301.36 | 0.94 | 0.73 |
| Hex | FB | 77 | F8 | 0 | 35 | 1 | 2 | 12D | 5E | 49 |
| Octal | 373 | 167 | 370 | 0 | 65 | 1 | 2 | 455 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11111000 | 0 | 110101 | 1 | 10 | 100101101 | 1011110 | 1001001 |
Color Harmonies of #FB77F8
Complementary color
Monochromatic Colors of #FB77F8
Black with #FB77F8
Text Example
Text Example
White with #FB77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77F8; }
p { color: rgb(251,119,248); }
H1.HeaderClassName
{
color: #FB77F8;
}
.AnyTagClassName
{
color: #FB77F8;
}
</style>
background-color css
<style>
a { background-color: #FB77F8; }
a { background-color: rgb(251,119,248); }
div.DivClassName
{
background-color: #FB77F8;
}
.BgClassName
{
background-color: #FB77F8;
}
</style>
border-color css
<style>
span { border-color: #FB77F8; }
span { border-color: rgb(251,119,248); }
td.TdClassName
{
border-color: #FB77F8;
}
.TagClassName
{
border-color: #FB77F8;
}
</style>