#FD85FD

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

Shades of Fuchsia Pink #FD85FD

Tints of Fuchsia Pink #FD85FD

Color information

#FD85FD (or 0xFD85FD) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 85 and FD. RGB value is (253,133,253). Sum of RGB (Red+Green+Blue) = 253+133+253=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 133 (52.34% from 255 or 20.81% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD85FD is #027A02. Grayscale: #B6B6B6. Windows color (decimal): -162307 or 16614909. OLE color: 16614909.

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

Color convert

RGB253133253-
CMYK00.4700.01
HSL300º96.77%75.69%-
HSV(B)300º47.43%99.22%-
XYZ66.6344.7598.05-
YUV182.56167.76178.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 133 (52.34% from 255) = 20.81%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=39.59%
G=20.81%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313325300.4700.0130096.7775.69
HexFD85FD02F0112c614c
Octal37520537505701454141114
Binary11111101100001011111110101011110110010110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD85FD; }

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

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

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

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

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

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

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

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