Color Hex Logo

#f096bf Color Hex

#F096BF
(240,150,191)
0 Favorites   0 Comments

Color spaces of #f096bf

RGB 240150191
HSL0.920.750.76
HSV333°38°94°
CMYK 0.000.380.20   0.06
XYZ56.245544.099554.8378
Yxy44.09950.36240.2842
Hunter Lab66.407534.9721-2.4751
CIE-Lab72.295039.1964-6.8917

#f096bf color RGB value is (240,150,191).

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

The process color (four color CMYK) of #f096bf color hex is 0.00, 0.38, 0.20, 0.06. Web safe color of #f096bf is #ff99cc. Color #f096bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010110 10111111
Octal 360 226 277
Decimal 240 150 191
Hex F0 96 BF

RGB Percentages of Color #f096bf

%41.31
%25.82
%32.87

CMYK Percentages of Color #f096bf

%0
%38
%20
%6

Triadic Colors of #f096bf

#f096bf #bff096 #96bff0

Analogous Colors of #f096bf

#f096bf #f09a96 #f096ec

Monochromatic Colors of #f096bf

#f096bf

Complementary Color

#f096bf #96f0c7

#f096bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f096bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f096bf Color CSS Codes

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

#f096bf Text Font Color

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

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


#f096bf Background Color

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

This div background color is #f096bf


#f096bf Border Color

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

This div border color is #f096bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f096bf


Comments

No comments written yet.

Please login to write comment.