#FB87FF

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

Shades of Fuchsia Pink #FB87FF

Tints of Fuchsia Pink #FB87FF

Color information

#FB87FF (or 0xFB87FF) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 87 and FF. RGB value is (251,135,255). Sum of RGB (Red+Green+Blue) = 251+135+255=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 135 (53.12% from 255 or 21.06% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB87FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB87FF is #047800. Grayscale: #B7B7B7. Windows color (decimal): -292865 or 16746491. OLE color: 16746491.

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

Color convert

RGB251135255-
CMYK0.020.4700
HSL298º100%76.47%-
HSV(B)298º47.06%100%-
XYZ66.545.0699.8-
YUV183.36168.43176.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 135 (53.12% from 255) = 21.06%
BLUE value IS 255 (100% from 255) = 39.78%
R=39.16%
G=21.06%
B=39.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511352550.020.470029810076.47
HexFB87FF22F0012a644c
Octal37320737725700452144114
Binary111110111000011111111111101011110010010101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87FF; }

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

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

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

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

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

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

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

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