#FC85FF

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

Shades of Fuchsia Pink #FC85FF

Tints of Fuchsia Pink #FC85FF

Color information

#FC85FF (or 0xFC85FF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 85 and FF. RGB value is (252,133,255). Sum of RGB (Red+Green+Blue) = 252+133+255=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 133 (52.34% from 255 or 20.78% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85FF is #037A00. Grayscale: #B6B6B6. Windows color (decimal): -227841 or 16745980. OLE color: 16745980.

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

Color convert

RGB252133255-
CMYK0.010.4800
HSL298.52º100%76.08%-
HSV(B)298.52º47.84%100%-
XYZ66.5844.6999.72-
YUV182.49168.92177.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 133 (52.34% from 255) = 20.78%
BLUE value IS 255 (100% from 255) = 39.84%
R=39.38%
G=20.78%
B=39.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521332550.010.4800298.5210076.08
HexFC85FF1300012b644c
Octal37420537716000453144114
Binary11111100100001011111111111100000010010101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85FF; }

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

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

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

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

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

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

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

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