#FB82F7

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

Shades of Fuchsia Pink #FB82F7

Tints of Fuchsia Pink #FB82F7

Color information

#FB82F7 (or 0xFB82F7) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 82 and F7. RGB value is (251,130,247). Sum of RGB (Red+Green+Blue) = 251+130+247=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 130 (51.17% from 255 or 20.70% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82F7 is #047D08. Grayscale: #B3B3B3. Windows color (decimal): -294153 or 16220923. OLE color: 16220923.

HSL color Cylindrical-coordinate representation of color #FB82F7: hue angle of 301.98º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB82F7 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251130247-
CMYK00.480.020.02
HSL301.98º93.8%74.71%-
HSV(B)301.98º48.21%98.43%-
XYZ64.5543.1992.93-
YUV179.52166.09178.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 130 (51.17% from 255) = 20.70%
BLUE value IS 247 (96.88% from 255) = 39.33%
R=39.97%
G=20.70%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113024700.480.020.02301.9893.874.71
HexFB82F70302212e5e4b
Octal37320236706022456136113
Binary1111101110000010111101110110000101010010111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82F7; }

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

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

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

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

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

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

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

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