#FB81FC

Color #FB81FC Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FB81FC

Tints of Fuchsia Pink #FB81FC

Color information

#FB81FC (or 0xFB81FC) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 81 and FC. RGB value is (251,129,252). Sum of RGB (Red+Green+Blue) = 251+129+252=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 129 (50.78% from 255 or 20.41% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB81FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81FC is #047E03. Grayscale: #B3B3B3. Windows color (decimal): -294404 or 16548347. OLE color: 16548347.

HSL color Cylindrical-coordinate representation of color #FB81FC: hue angle of 299.51º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81FC is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251129252-
CMYK0.000.4900.01
HSL299.51º95.35%74.71%-
HSV(B)299.51º48.81%98.82%-
XYZ65.243.2497-
YUV179.5168.92179-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 129 (50.78% from 255) = 20.41%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=39.72%
G=20.41%
B=39.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511292520.000.4900.01299.5195.3574.71
HexFB81FC0310112c5f4b
Octal37320137406101454137113
Binary11111011100000011111110001100010110010110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81FC; }

 p { color: rgb(251,129,252); }

 H1.HeaderClassName
 {
   color: #FB81FC;
 }
 .AnyTagClassName
 {
   color: #FB81FC;
 }
</style>
background-color css

<style>
 a { background-color: #FB81FC; }

 a { background-color: rgb(251,129,252); }

 div.DivClassName
 {
   background-color: #FB81FC;
 }
 .BgClassName
 {
   background-color: #FB81FC;
 }
</style>
border-color css

<style>
 span { border-color: #FB81FC; }

 span { border-color: rgb(251,129,252); }

 td.TdClassName
 {
   border-color: #FB81FC;
 }
 .TagClassName
 {
   border-color: #FB81FC;
 }
</style>