Color Hex Logo

#f973bd Color Hex

#F973BD
(249,115,189)
0 Favorites   0 Comments

Color spaces of #f973bd

RGB 249115189
HSL0.910.920.71
HSV327°54°98°
CMYK 0.000.540.24   0.02
XYZ54.383036.075352.2410
Yxy36.07530.38110.2528
Hunter Lab60.062756.5107-9.5250
CIE-Lab66.577459.1554-14.1970

#f973bd color RGB value is (249,115,189).

#f973bd hex color red value is 249, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f973bd hue: 0.91 , saturation: 0.92 and the lightness value of f973bd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 10111101
Octal 371 163 275
Decimal 249 115 189
Hex F9 73 BD

RGB Percentages of Color #f973bd

%45.03
%20.80
%34.18

CMYK Percentages of Color #f973bd

%0
%54
%24
%2

Triadic Colors of #f973bd

#f973bd #bdf973 #73bdf9

Analogous Colors of #f973bd

#f973bd #f9737a #f273f9

Monochromatic Colors of #f973bd

#f973bd

Complementary Color

#f973bd #73f9af

#f973bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f973bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f973bd Color CSS Codes

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

#f973bd Text Font Color

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

This sample text font color is #f973bd
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.


#f973bd Background Color

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

This div background color is #f973bd


#f973bd Border Color

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

This div border color is #f973bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f973bd

Related Colors


Comments

No comments written yet.

Please login to write comment.