Color Hex Logo

#fa73bf Color Hex

#FA73BF
(250,115,191)
0 Favorites   0 Comments

Color spaces of #fa73bf

RGB 250115191
HSL0.910.930.72
HSV326°54°98°
CMYK 0.000.540.24   0.02
XYZ54.959036.347053.4092
Yxy36.34700.37980.2512
Hunter Lab60.288557.2159-10.3227
CIE-Lab66.784259.7244-14.9990

#fa73bf color RGB value is (250,115,191).

#fa73bf hex color red value is 250, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fa73bf hue: 0.91 , saturation: 0.93 and the lightness value of fa73bf is 0.72.

The process color (four color CMYK) of #fa73bf color hex is 0.00, 0.54, 0.24, 0.02. Web safe color of #fa73bf is #ff66cc. Color #fa73bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 10111111
Octal 372 163 277
Decimal 250 115 191
Hex FA 73 BF

RGB Percentages of Color #fa73bf

%44.96
%20.68
%34.35

CMYK Percentages of Color #fa73bf

%0
%54
%24
%2

Triadic Colors of #fa73bf

#fa73bf #bffa73 #73bffa

Analogous Colors of #fa73bf

#fa73bf #fa737c #f273fa

Monochromatic Colors of #fa73bf

#fa73bf

Complementary Color

#fa73bf #73faae

#fa73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa73bf Color CSS Codes

.mybgcolor {background-color:#fa73bf; } 
.myforecolor {color:#fa73bf; }
.mybordercolor {border:3px solid #fa73bf; }

#fa73bf Text Font Color

<p style="color:#fa73bf">Text here</p>

This sample text font color is #fa73bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fa73bf Background Color

<div style="background-color:#fa73bf">
Div content here</div>

This div background color is #fa73bf


#fa73bf Border Color

<div style="border:3px solid #fa73bf">
Div here</div>

This div border color is #fa73bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,115,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa73bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa73bf;
  -webkit-box-shadow: 1px 1px 3px 2px #fa73bf;
  box-shadow:         1px 1px 3px 2px #fa73bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,115,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa73bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fa73bf;
  -webkit-box-shadow: 1px 1px 3px 2px #fa73bf;
  box-shadow:         1px 1px 3px 2px #fa73bf;">
Div content here</div>

This div box has shadow with color #fa73bf


Comments

No comments written yet.

Please login to write comment.