#FB82FF

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

Shades of Fuchsia Pink #FB82FF

Tints of Fuchsia Pink #FB82FF

Color information

#FB82FF (or 0xFB82FF) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 82 and FF. RGB value is (251,130,255). Sum of RGB (Red+Green+Blue) = 251+130+255=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 130 (51.17% from 255 or 20.44% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82FF is #047D00. Grayscale: #B4B4B4. Windows color (decimal): -294145 or 16745211. OLE color: 16745211.

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

Color convert

RGB251130255-
CMYK0.020.4900
HSL298.08º100%75.49%-
HSV(B)298.08º49.02%100%-
XYZ65.8243.6999.57-
YUV180.43170.09178.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 130 (51.17% from 255) = 20.44%
BLUE value IS 255 (100% from 255) = 40.09%
R=39.47%
G=20.44%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511302550.020.4900298.0810075.49
HexFB82FF2310012a644b
Octal37320237726100452144113
Binary111110111000001011111111101100010010010101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82FF; }

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

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

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

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

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

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

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

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