Color Hex Logo

#f095bf Color Hex

#F095BF
(240,149,191)
0 Favorites   0 Comments

Color spaces of #f095bf

RGB 240149191
HSL0.920.750.76
HSV332°38°94°
CMYK 0.000.380.20   0.06
XYZ56.086643.781754.7848
Yxy43.78170.36270.2831
Hunter Lab66.167735.5107-2.7728
CIE-Lab72.082339.7172-7.2070

#f095bf color RGB value is (240,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010101 10111111
Octal 360 225 277
Decimal 240 149 191
Hex F0 95 BF

RGB Percentages of Color #f095bf

%41.38
%25.69
%32.93

CMYK Percentages of Color #f095bf

%0
%38
%20
%6

Triadic Colors of #f095bf

#f095bf #bff095 #95bff0

Analogous Colors of #f095bf

#f095bf #f09995 #f095ed

Monochromatic Colors of #f095bf

#f095bf

Complementary Color

#f095bf #95f0c6

#f095bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f095bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f095bf Color CSS Codes

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

#f095bf Text Font Color

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

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


#f095bf Background Color

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

This div background color is #f095bf


#f095bf Border Color

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

This div border color is #f095bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f095bf


Comments

No comments written yet.

Please login to write comment.