Color Hex Logo

#f681bf Color Hex

#F681BF
(246,129,191)
0 Favorites   0 Comments

Color spaces of #f681bf

RGB 246129191
HSL0.910.870.74
HSV328°48°96°
CMYK 0.000.480.22   0.04
XYZ55.260339.054953.9160
Yxy39.05490.37280.2635
Hunter Lab62.493948.4744-7.4061
CIE-Lab68.791051.8342-12.0363

#f681bf color RGB value is (246,129,191).

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

The process color (four color CMYK) of #f681bf color hex is 0.00, 0.48, 0.22, 0.04. Web safe color of #f681bf is #ff99cc. Color #f681bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 10111111
Octal 366 201 277
Decimal 246 129 191
Hex F6 81 BF

RGB Percentages of Color #f681bf

%43.46
%22.79
%33.75

CMYK Percentages of Color #f681bf

%0
%48
%22
%4

Triadic Colors of #f681bf

#f681bf #bff681 #81bff6

Analogous Colors of #f681bf

#f681bf #f68185 #f381f6

Monochromatic Colors of #f681bf

#f681bf

Complementary Color

#f681bf #81f6b8

#f681bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f681bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f681bf Color CSS Codes

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

#f681bf Text Font Color

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

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


#f681bf Background Color

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

This div background color is #f681bf


#f681bf Border Color

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

This div border color is #f681bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f681bf

Related Colors


Comments

No comments written yet.

Please login to write comment.