#FC87FC

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

Shades of Fuchsia Pink #FC87FC

Tints of Fuchsia Pink #FC87FC

Color information

#FC87FC (or 0xFC87FC) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 87 and FC. RGB value is (252,135,252). Sum of RGB (Red+Green+Blue) = 252+135+252=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 135 (53.12% from 255 or 21.13% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC87FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC87FC is #037803. Grayscale: #B6B6B6. Windows color (decimal): -227332 or 16549884. OLE color: 16549884.

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

Color convert

RGB252135252-
CMYK00.4600.01
HSL300º95.12%75.88%-
HSV(B)300º46.43%98.82%-
XYZ66.3845.0597.29-
YUV183.32166.76176.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 135 (53.12% from 255) = 21.13%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=39.44%
G=21.13%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213525200.4600.0130095.1275.88
HexFC87FC02E0112c5f4c
Octal37420737405601454137114
Binary11111100100001111111110001011100110010110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87FC; }

 p { color: rgb(252,135,252); }

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

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

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

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

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

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

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