#FB73F9

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

Shades of Fuchsia Pink #FB73F9

Tints of Fuchsia Pink #FB73F9

Color information

#FB73F9 (or 0xFB73F9) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 73 and F9. RGB value is (251,115,249). Sum of RGB (Red+Green+Blue) = 251+115+249=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 115 (45.31% from 255 or 18.70% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73F9 is #048C06. Grayscale: #AAAAAA. Windows color (decimal): -297991 or 16348155. OLE color: 16348155.

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

Color convert

RGB251115249-
CMYK00.540.010.02
HSL300.88º94.44%71.76%-
HSV(B)300.88º54.18%98.43%-
XYZ63.0139.6193.95-
YUV170.94172.06185.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 115 (45.31% from 255) = 18.70%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=40.81%
G=18.70%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111524900.540.010.02300.8894.4471.76
HexFB73F90361212d5e48
Octal37316337106612455136110
Binary11111011111001111111001011011011010010110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB73F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB73F9; }

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

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

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

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

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

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

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

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