#FC85F8

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

Shades of Fuchsia Pink #FC85F8

Tints of Fuchsia Pink #FC85F8

Color information

#FC85F8 (or 0xFC85F8) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 85 and F8. RGB value is (252,133,248). Sum of RGB (Red+Green+Blue) = 252+133+248=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 133 (52.34% from 255 or 21.01% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85F8 is #037A07. Grayscale: #B5B5B5. Windows color (decimal): -227848 or 16287228. OLE color: 16287228.

HSL color Cylindrical-coordinate representation of color #FC85F8: hue angle of 302.02º 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 #FC85F8 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252133248-
CMYK00.470.020.01
HSL302.02º95.2%75.49%-
HSV(B)302.02º47.22%98.82%-
XYZ65.4844.2593.9-
YUV181.69165.42178.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 133 (52.34% from 255) = 21.01%
BLUE value IS 248 (97.27% from 255) = 39.18%
R=39.81%
G=21.01%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213324800.470.020.01302.0295.275.49
HexFC85F802F2112e5f4b
Octal37420537005721456137113
Binary111111001000010111111000010111110110010111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85F8; }

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

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

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

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

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

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

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

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