#FC82FF

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

Shades of Fuchsia Pink #FC82FF

Tints of Fuchsia Pink #FC82FF

Color information

#FC82FF (or 0xFC82FF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 82 and FF. RGB value is (252,130,255). Sum of RGB (Red+Green+Blue) = 252+130+255=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 130 (51.17% from 255 or 20.41% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC82FF is #037D00. Grayscale: #B4B4B4. Windows color (decimal): -228609 or 16745212. OLE color: 16745212.

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

Color convert

RGB252130255-
CMYK0.010.4900
HSL298.56º100%75.49%-
HSV(B)298.56º49.02%100%-
XYZ66.1843.8899.59-
YUV180.73169.92178.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 130 (51.17% from 255) = 20.41%
BLUE value IS 255 (100% from 255) = 40.03%
R=39.56%
G=20.41%
B=40.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521302550.010.4900298.5610075.49
HexFC82FF1310012b644b
Octal37420237716100453144113
Binary11111100100000101111111111100010010010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82FF; }

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

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

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

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

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

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

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

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