#FB81F7

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

Shades of Fuchsia Pink #FB81F7

Tints of Fuchsia Pink #FB81F7

Color information

#FB81F7 (or 0xFB81F7) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 81 and F7. RGB value is (251,129,247). Sum of RGB (Red+Green+Blue) = 251+129+247=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 129 (50.78% from 255 or 20.57% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81F7 is #047E08. Grayscale: #B2B2B2. Windows color (decimal): -294409 or 16220667. OLE color: 16220667.

HSL color Cylindrical-coordinate representation of color #FB81F7: hue angle of 301.97º 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 #FB81F7 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251129247-
CMYK00.490.020.02
HSL301.97º93.85%74.51%-
HSV(B)301.97º48.61%98.43%-
XYZ64.4242.9392.89-
YUV178.93166.42179.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 129 (50.78% from 255) = 20.57%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=40.03%
G=20.57%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112924700.490.020.02301.9793.8574.51
HexFB81F70312212e5e4b
Octal37320136706122456136113
Binary1111101110000001111101110110001101010010111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81F7; }

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

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

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

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

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

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

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

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