Color Hex Logo

#f094bf Color Hex

#F094BF
(240,148,191)
0 Favorites   0 Comments

Color spaces of #f094bf

RGB 240148191
HSL0.920.750.76
HSV332°38°94°
CMYK 0.000.380.20   0.06
XYZ55.929143.466754.7323
Yxy43.46670.36290.2820
Hunter Lab65.929336.0488-3.0701
CIE-Lab71.870640.2370-7.5212

#f094bf color RGB value is (240,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 10111111
Octal 360 224 277
Decimal 240 148 191
Hex F0 94 BF

RGB Percentages of Color #f094bf

%41.45
%25.56
%32.99

CMYK Percentages of Color #f094bf

%0
%38
%20
%6

Triadic Colors of #f094bf

#f094bf #bff094 #94bff0

Analogous Colors of #f094bf

#f094bf #f09794 #f094ed

Monochromatic Colors of #f094bf

#f094bf

Complementary Color

#f094bf #94f0c5

#f094bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f094bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f094bf Color CSS Codes

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

#f094bf Text Font Color

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

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


#f094bf Background Color

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

This div background color is #f094bf


#f094bf Border Color

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

This div border color is #f094bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f094bf


Comments

No comments written yet.

Please login to write comment.