#fb73f7

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

Shades of Fuchsia Pink #FB73F7

Tints of Fuchsia Pink #FB73F7

Color information

#FB73F7 (or 0xFB73F7) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 73 and F7. RGB value is (251,115,247). Sum of RGB (Red+Green+Blue) = 251+115+247=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 115 (45.31% from 255 or 18.76% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73F7 is #048C08. Grayscale: #AAAAAA. Windows color (decimal): -297993 or 16217083. OLE color: 16217083.

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

Color convert

RGB251115247-
CMYK00.540.020.02
HSL301.76º94.44%71.76%-
HSV(B)301.76º54.18%98.43%-
XYZ62.739.4992.31-
YUV170.71171.06185.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 115 (45.31% from 255) = 18.76%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=40.95%
G=18.76%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111524700.540.020.02301.7694.4471.76
HexFB73F70362212e5e48
Octal37316336706622456136110
Binary111110111110011111101110110110101010010111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb73f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb73f7; }

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

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

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

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

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

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

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

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