Shades of Fuchsia Pink #FB78F2
Tints of Fuchsia Pink #FB78F2
RGB
CMYK
RGB Variations
Color information
#FB78F2 (or 0xFB78F2) is known color: Fuchsia Pink. HEX triplet: FB, 78 and F2. RGB value is (251,120,242). Sum of RGB (Red+Green+Blue) = 251+120+242=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 120 (47.27% from 255 or 19.58% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB78F2 is #04870D. Grayscale: #ACACAC. Windows color (decimal): -296718 or 15890683. OLE color: 15890683.
HSL color Cylindrical-coordinate representation of color #FB78F2: hue angle of 304.12º 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 #FB78F2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 242 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.02 |
| HSL | 304.12º | 0.94% | 0.73% | - |
| HSV(B) | 304.12º | 0.52% | 0.98% | - |
| XYZ | 62.53 | 40.35 | 88.5 | - |
| YUV | 173.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 242 | 0 | 0.52 | 0.04 | 0.02 | 304.12 | 0.94 | 0.73 |
| Hex | FB | 78 | F2 | 0 | 34 | 4 | 2 | 130 | 5E | 49 |
| Octal | 373 | 170 | 362 | 0 | 64 | 4 | 2 | 460 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11110010 | 0 | 110100 | 100 | 10 | 100110000 | 1011110 | 1001001 |
Color Harmonies of #FB78F2
Complementary color
Monochromatic Colors of #FB78F2
Black with #FB78F2
Text Example
Text Example
White with #FB78F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78F2; }
p { color: rgb(251,120,242); }
H1.HeaderClassName
{
color: #FB78F2;
}
.AnyTagClassName
{
color: #FB78F2;
}
</style>
background-color css
<style>
a { background-color: #FB78F2; }
a { background-color: rgb(251,120,242); }
div.DivClassName
{
background-color: #FB78F2;
}
.BgClassName
{
background-color: #FB78F2;
}
</style>
border-color css
<style>
span { border-color: #FB78F2; }
span { border-color: rgb(251,120,242); }
td.TdClassName
{
border-color: #FB78F2;
}
.TagClassName
{
border-color: #FB78F2;
}
</style>