Color Hex Logo

#f690bf Color Hex

#F690BF
(246,144,191)
0 Favorites   0 Comments

Color spaces of #f690bf

RGB 246144191
HSL0.920.850.76
HSV332°41°96°
CMYK 0.000.410.22   0.04
XYZ57.383343.300954.6237
Yxy43.30090.36950.2788
Hunter Lab65.803440.5034-3.1545
CIE-Lab71.758744.3195-7.6089

#f690bf color RGB value is (246,144,191).

#f690bf hex color red value is 246, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f690bf hue: 0.92 , saturation: 0.85 and the lightness value of f690bf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 10111111
Octal 366 220 277
Decimal 246 144 191
Hex F6 90 BF

RGB Percentages of Color #f690bf

%42.34
%24.78
%32.87

CMYK Percentages of Color #f690bf

%0
%41
%22
%4

Triadic Colors of #f690bf

#f690bf #bff690 #90bff6

Analogous Colors of #f690bf

#f690bf #f69490 #f690f2

Monochromatic Colors of #f690bf

#f690bf

Complementary Color

#f690bf #90f6c7

#f690bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690bf Color CSS Codes

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

#f690bf Text Font Color

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

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


#f690bf Background Color

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

This div background color is #f690bf


#f690bf Border Color

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

This div border color is #f690bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690bf


Comments

No comments written yet.

Please login to write comment.