#FC82FB

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

Shades of Fuchsia Pink #FC82FB

Tints of Fuchsia Pink #FC82FB

Color information

#FC82FB (or 0xFC82FB) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 82 and FB. RGB value is (252,130,251). Sum of RGB (Red+Green+Blue) = 252+130+251=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 130 (51.17% from 255 or 20.54% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC82FB is #037D04. Grayscale: #B3B3B3. Windows color (decimal): -228613 or 16483068. OLE color: 16483068.

HSL color Cylindrical-coordinate representation of color #FC82FB: hue angle of 300.49º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC82FB is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252130251-
CMYK00.480.000.01
HSL300.49º95.31%74.9%-
HSV(B)300.49º48.41%98.82%-
XYZ65.5443.6396.23-
YUV180.27167.92179.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 130 (51.17% from 255) = 20.54%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=39.81%
G=20.54%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213025100.480.000.01300.4995.3174.9
HexFC82FB0300112c5f4b
Octal37420237306001454137113
Binary11111100100000101111101101100000110010110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82FB; }

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

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

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

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

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

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

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

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