Color Hex Logo

#f973bf Color Hex

#F973BF
(249,115,191)
0 Favorites   0 Comments

Color spaces of #f973bf

RGB 249115191
HSL0.910.920.71
HSV326°54°98°
CMYK 0.000.540.23   0.02
XYZ54.601636.162853.3925
Yxy36.16280.37880.2509
Hunter Lab60.135556.8366-10.5469
CIE-Lab66.644159.4233-15.2241

#f973bf color RGB value is (249,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 10111111
Octal 371 163 277
Decimal 249 115 191
Hex F9 73 BF

RGB Percentages of Color #f973bf

%44.86
%20.72
%34.41

CMYK Percentages of Color #f973bf

%0
%54
%23
%2

Triadic Colors of #f973bf

#f973bf #bff973 #73bff9

Analogous Colors of #f973bf

#f973bf #f9737c #f073f9

Monochromatic Colors of #f973bf

#f973bf

Complementary Color

#f973bf #73f9ad

#f973bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f973bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f973bf Color CSS Codes

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

#f973bf Text Font Color

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

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


#f973bf Background Color

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

This div background color is #f973bf


#f973bf Border Color

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

This div border color is #f973bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f973bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f973bf


Comments

No comments written yet.

Please login to write comment.