Shades of Fuchsia Pink #FB7BFA
Tints of Fuchsia Pink #FB7BFA
RGB
CMYK
RGB Variations
Color information
#FB7BFA (or 0xFB7BFA) is known color: Fuchsia Pink. HEX triplet: FB, 7B and FA. RGB value is (251,123,250). Sum of RGB (Red+Green+Blue) = 251+123+250=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 123 (48.44% from 255 or 19.71% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BFA is #048405. Grayscale: #AFAFAF. Windows color (decimal): -295942 or 16415739. OLE color: 16415739.
HSL color Cylindrical-coordinate representation of color #FB7BFA: hue angle of 300.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7BFA is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 250 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.02 |
| HSL | 300.47º | 0.94% | 0.73% | - |
| HSV(B) | 300.47º | 0.51% | 0.98% | - |
| XYZ | 64.12 | 41.58 | 95.09 | - |
| YUV | 175.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 250 | 0 | 0.51 | 0.00 | 0.02 | 300.47 | 0.94 | 0.73 |
| Hex | FB | 7B | FA | 0 | 33 | 0 | 2 | 12C | 5E | 49 |
| Octal | 373 | 173 | 372 | 0 | 63 | 0 | 2 | 454 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11111010 | 0 | 110011 | 0 | 10 | 100101100 | 1011110 | 1001001 |
Color Harmonies of #FB7BFA
Complementary color
Monochromatic Colors of #FB7BFA
Black with #FB7BFA
Text Example
Text Example
White with #FB7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BFA; }
p { color: rgb(251,123,250); }
H1.HeaderClassName
{
color: #FB7BFA;
}
.AnyTagClassName
{
color: #FB7BFA;
}
</style>
background-color css
<style>
a { background-color: #FB7BFA; }
a { background-color: rgb(251,123,250); }
div.DivClassName
{
background-color: #FB7BFA;
}
.BgClassName
{
background-color: #FB7BFA;
}
</style>
border-color css
<style>
span { border-color: #FB7BFA; }
span { border-color: rgb(251,123,250); }
td.TdClassName
{
border-color: #FB7BFA;
}
.TagClassName
{
border-color: #FB7BFA;
}
</style>