#FC85FA

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

Shades of Fuchsia Pink #FC85FA

Tints of Fuchsia Pink #FC85FA

Color information

#FC85FA (or 0xFC85FA) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 85 and FA. RGB value is (252,133,250). Sum of RGB (Red+Green+Blue) = 252+133+250=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 133 (52.34% from 255 or 20.94% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85FA is #037A05. Grayscale: #B5B5B5. Windows color (decimal): -227846 or 16418300. OLE color: 16418300.

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

Color convert

RGB252133250-
CMYK00.470.010.01
HSL301.01º95.2%75.49%-
HSV(B)301.01º47.22%98.82%-
XYZ65.7944.3795.54-
YUV181.92166.42177.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 133 (52.34% from 255) = 20.94%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=39.69%
G=20.94%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213325000.470.010.01301.0195.275.49
HexFC85FA02F1112d5f4b
Octal37420537205711455137113
Binary11111100100001011111101001011111110010110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85FA; }

 p { color: rgb(252,133,250); }

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

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

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

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

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

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

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