#FB87FC

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

Shades of Fuchsia Pink #FB87FC

Tints of Fuchsia Pink #FB87FC

Color information

#FB87FC (or 0xFB87FC) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 87 and FC. RGB value is (251,135,252). Sum of RGB (Red+Green+Blue) = 251+135+252=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 135 (53.12% from 255 or 21.16% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB87FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB87FC is #047803. Grayscale: #B6B6B6. Windows color (decimal): -292868 or 16549883. OLE color: 16549883.

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

Color convert

RGB251135252-
CMYK0.000.4600.01
HSL299.49º95.12%75.88%-
HSV(B)299.49º46.43%98.82%-
XYZ66.0244.8797.28-
YUV183.02166.93176.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 135 (53.12% from 255) = 21.16%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=39.34%
G=21.16%
B=39.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511352520.000.4600.01299.4995.1275.88
HexFB87FC02E0112b5f4c
Octal37320737405601453137114
Binary11111011100001111111110001011100110010101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87FC; }

 p { color: rgb(251,135,252); }

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

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

 a { background-color: rgb(251,135,252); }

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

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

 span { border-color: rgb(251,135,252); }

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