#FB87F9

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

Shades of Fuchsia Pink #FB87F9

Tints of Fuchsia Pink #FB87F9

Color information

#FB87F9 (or 0xFB87F9) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 87 and F9. RGB value is (251,135,249). Sum of RGB (Red+Green+Blue) = 251+135+249=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 135 (53.12% from 255 or 21.26% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB87F9 is #047806. Grayscale: #B6B6B6. Windows color (decimal): -292871 or 16353275. OLE color: 16353275.

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

Color convert

RGB251135249-
CMYK00.460.010.02
HSL301.03º93.55%75.69%-
HSV(B)301.03º46.22%98.43%-
XYZ65.5544.6894.79-
YUV182.68165.43176.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 135 (53.12% from 255) = 21.26%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=39.53%
G=21.26%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113524900.460.010.02301.0393.5575.69
HexFB87F902E1212d5e4c
Octal37320737105612455136114
Binary111110111000011111111001010111011010010110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87F9; }

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

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

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

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

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

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

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

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