#FB73F0

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

Shades of Fuchsia Pink #FB73F0

Tints of Fuchsia Pink #FB73F0

Color information

#FB73F0 (or 0xFB73F0) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 73 and F0. RGB value is (251,115,240). Sum of RGB (Red+Green+Blue) = 251+115+240=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73F0 is #048C0F. Grayscale: #A9A9A9. Windows color (decimal): -298000 or 15758331. OLE color: 15758331.

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

Color convert

RGB251115240-
CMYK00.540.040.02
HSL304.85º94.44%71.76%-
HSV(B)304.85º54.18%98.43%-
XYZ61.6439.0686.73-
YUV169.91167.56185.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 115 (45.31% from 255) = 18.98%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=41.42%
G=18.98%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111524000.540.040.02304.8594.4471.76
HexFB73F0036421315e48
Octal37316336006642461136110
Binary1111101111100111111000001101101001010011000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB73F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB73F0; }

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

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

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

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

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

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

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

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