Shades of Fuchsia Pink #FB78F0
Tints of Fuchsia Pink #FB78F0
RGB
CMYK
RGB Variations
Color information
#FB78F0 (or 0xFB78F0) is known color: Fuchsia Pink. HEX triplet: FB, 78 and F0. RGB value is (251,120,240). Sum of RGB (Red+Green+Blue) = 251+120+240=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 120 (47.27% from 255 or 19.64% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB78F0 is #04870F. Grayscale: #ACACAC. Windows color (decimal): -296720 or 15759611. OLE color: 15759611.
HSL color Cylindrical-coordinate representation of color #FB78F0: hue angle of 305.04º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB78F0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 240 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.02 |
| HSL | 305.04º | 0.94% | 0.73% | - |
| HSV(B) | 305.04º | 0.52% | 0.98% | - |
| XYZ | 62.23 | 40.23 | 86.92 | - |
| YUV | 172.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 240 | 0 | 0.52 | 0.04 | 0.02 | 305.04 | 0.94 | 0.73 |
| Hex | FB | 78 | F0 | 0 | 34 | 4 | 2 | 131 | 5E | 49 |
| Octal | 373 | 170 | 360 | 0 | 64 | 4 | 2 | 461 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11110000 | 0 | 110100 | 100 | 10 | 100110001 | 1011110 | 1001001 |
Color Harmonies of #FB78F0
Complementary color
Monochromatic Colors of #FB78F0
Black with #FB78F0
Text Example
Text Example
White with #FB78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78F0; }
p { color: rgb(251,120,240); }
H1.HeaderClassName
{
color: #FB78F0;
}
.AnyTagClassName
{
color: #FB78F0;
}
</style>
background-color css
<style>
a { background-color: #FB78F0; }
a { background-color: rgb(251,120,240); }
div.DivClassName
{
background-color: #FB78F0;
}
.BgClassName
{
background-color: #FB78F0;
}
</style>
border-color css
<style>
span { border-color: #FB78F0; }
span { border-color: rgb(251,120,240); }
td.TdClassName
{
border-color: #FB78F0;
}
.TagClassName
{
border-color: #FB78F0;
}
</style>