#FF82FB

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

Shades of Fuchsia Pink #FF82FB

Tints of Fuchsia Pink #FF82FB

Color information

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

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

Color convert

RGB255130251-
CMYK00.490.020
HSL301.92º100%75.49%-
HSV(B)301.92º49.02%100%-
XYZ66.6444.1996.28-
YUV181.17167.41180.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513025100.490.020301.9210075.49
HexFF82FB0312012e644b
Octal37720237306120456144113
Binary111111111000001011111011011000110010010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82FB; }

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

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

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

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

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

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

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

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