#FD87FA

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

Shades of Fuchsia Pink #FD87FA

Tints of Fuchsia Pink #FD87FA

Color information

#FD87FA (or 0xFD87FA) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 87 and FA. RGB value is (253,135,250). Sum of RGB (Red+Green+Blue) = 253+135+250=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 135 (53.12% from 255 or 21.16% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD87FA is #027805. Grayscale: #B7B7B7. Windows color (decimal): -161798 or 16418813. OLE color: 16418813.

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

Color convert

RGB253135250-
CMYK00.470.010.01
HSL301.53º96.72%76.08%-
HSV(B)301.53º46.64%99.22%-
XYZ66.4345.1195.65-
YUV183.39165.59177.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 135 (53.12% from 255) = 21.16%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=39.66%
G=21.16%
B=39.18%

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
Decimal25313525000.470.010.01301.5396.7276.08
HexFD87FA02F1112e614c
Octal37520737205711456141114
Binary11111101100001111111101001011111110010111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD87FA; }

 p { color: rgb(253,135,250); }

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

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

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

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

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

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

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