Shades of Fuchsia Pink #FB81FA
Tints of Fuchsia Pink #FB81FA
RGB
CMYK
RGB Variations
Color information
#FB81FA (or 0xFB81FA) is known color: Fuchsia Pink. HEX triplet: FB, 81 and FA. RGB value is (251,129,250). Sum of RGB (Red+Green+Blue) = 251+129+250=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 129 (50.78% from 255 or 20.48% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81FA is #047E05. Grayscale: #B2B2B2. Windows color (decimal): -294406 or 16417275. OLE color: 16417275.
HSL color Cylindrical-coordinate representation of color #FB81FA: hue angle of 300.49º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81FA is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 250 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.02 |
| HSL | 300.49º | 0.94% | 0.75% | - |
| HSV(B) | 300.49º | 0.49% | 0.98% | - |
| XYZ | 64.89 | 43.11 | 95.34 | - |
| YUV | 179.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 250 | 0 | 0.49 | 0.00 | 0.02 | 300.49 | 0.94 | 0.75 |
| Hex | FB | 81 | FA | 0 | 31 | 0 | 2 | 12C | 5E | 4B |
| Octal | 373 | 201 | 372 | 0 | 61 | 0 | 2 | 454 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11111010 | 0 | 110001 | 0 | 10 | 100101100 | 1011110 | 1001011 |
Color Harmonies of #FB81FA
Complementary color
Monochromatic Colors of #FB81FA
Black with #FB81FA
Text Example
Text Example
White with #FB81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81FA; }
p { color: rgb(251,129,250); }
H1.HeaderClassName
{
color: #FB81FA;
}
.AnyTagClassName
{
color: #FB81FA;
}
</style>
background-color css
<style>
a { background-color: #FB81FA; }
a { background-color: rgb(251,129,250); }
div.DivClassName
{
background-color: #FB81FA;
}
.BgClassName
{
background-color: #FB81FA;
}
</style>
border-color css
<style>
span { border-color: #FB81FA; }
span { border-color: rgb(251,129,250); }
td.TdClassName
{
border-color: #FB81FA;
}
.TagClassName
{
border-color: #FB81FA;
}
</style>