#FC85FD

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

Shades of Fuchsia Pink #FC85FD

Tints of Fuchsia Pink #FC85FD

Color information

#FC85FD (or 0xFC85FD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 85 and FD. RGB value is (252,133,253). Sum of RGB (Red+Green+Blue) = 252+133+253=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 133 (52.34% from 255 or 20.85% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85FD is #037A02. Grayscale: #B5B5B5. Windows color (decimal): -227843 or 16614908. OLE color: 16614908.

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

Color convert

RGB252133253-
CMYK0.000.4700.01
HSL299.5º96.77%75.69%-
HSV(B)299.5º47.43%99.22%-
XYZ66.2644.5698.04-
YUV182.26167.92177.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 133 (52.34% from 255) = 20.85%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=39.50%
G=20.85%
B=39.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521332530.000.4700.01299.596.7775.69
HexFC85FD02F0112c614c
Octal37420537505701454141114
Binary11111100100001011111110101011110110010110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85FD; }

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

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

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

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

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

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

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

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