Shades of Fuchsia Pink #FB78FF
Tints of Fuchsia Pink #FB78FF
RGB
CMYK
RGB Variations
Color information
#FB78FF (or 0xFB78FF) is known color: Fuchsia Pink. HEX triplet: FB, 78 and FF. RGB value is (251,120,255). Sum of RGB (Red+Green+Blue) = 251+120+255=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 120 (47.27% from 255 or 19.17% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB78FF is #048700. Grayscale: #AEAEAE. Windows color (decimal): -296705 or 16742651. OLE color: 16742651.
HSL color Cylindrical-coordinate representation of color #FB78FF: hue angle of 298.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB78FF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 120 | 255 | - |
| CMYK | 0.02 | 0.53 | 0 | 0 |
| HSL | 298.22º | 1% | 0.74% | - |
| HSV(B) | 298.22º | 0.53% | 1% | - |
| XYZ | 64.55 | 41.16 | 99.15 | - |
| YUV | 174.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 255 | 0.02 | 0.53 | 0 | 0 | 298.22 | 1 | 0.74 |
| Hex | FB | 78 | FF | 2 | 35 | 0 | 0 | 12A | 64 | 4A |
| Octal | 373 | 170 | 377 | 2 | 65 | 0 | 0 | 452 | 144 | 112 |
| Binary | 11111011 | 1111000 | 11111111 | 10 | 110101 | 0 | 0 | 100101010 | 1100100 | 1001010 |
Color Harmonies of #FB78FF
Complementary color
Monochromatic Colors of #FB78FF
Black with #FB78FF
Text Example
Text Example
White with #FB78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78FF; }
p { color: rgb(251,120,255); }
H1.HeaderClassName
{
color: #FB78FF;
}
.AnyTagClassName
{
color: #FB78FF;
}
</style>
background-color css
<style>
a { background-color: #FB78FF; }
a { background-color: rgb(251,120,255); }
div.DivClassName
{
background-color: #FB78FF;
}
.BgClassName
{
background-color: #FB78FF;
}
</style>
border-color css
<style>
span { border-color: #FB78FF; }
span { border-color: rgb(251,120,255); }
td.TdClassName
{
border-color: #FB78FF;
}
.TagClassName
{
border-color: #FB78FF;
}
</style>