Color Hex Logo

#f981bf Color Hex

#F981BF
(249,129,191)
0 Favorites   0 Comments

Color spaces of #f981bf

RGB 249129191
HSL0.910.910.74
HSV329°48°98°
CMYK 0.000.480.23   0.02
XYZ56.321139.601853.9657
Yxy39.60180.37580.2642
Hunter Lab62.930049.6266-6.7933
CIE-Lab69.185052.7895-11.4057

#f981bf color RGB value is (249,129,191).

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

The process color (four color CMYK) of #f981bf color hex is 0.00, 0.48, 0.23, 0.02. Web safe color of #f981bf is #ff99cc. Color #f981bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 10111111
Octal 371 201 277
Decimal 249 129 191
Hex F9 81 BF

RGB Percentages of Color #f981bf

%43.76
%22.67
%33.57

CMYK Percentages of Color #f981bf

%0
%48
%23
%2

Triadic Colors of #f981bf

#f981bf #bff981 #81bff9

Analogous Colors of #f981bf

#f981bf #f98183 #f781f9

Monochromatic Colors of #f981bf

#f981bf

Complementary Color

#f981bf #81f9bb

#f981bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f981bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f981bf Color CSS Codes

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

#f981bf Text Font Color

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

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


#f981bf Background Color

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

This div background color is #f981bf


#f981bf Border Color

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

This div border color is #f981bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f981bf


Comments

No comments written yet.

Please login to write comment.