Color Hex Logo

#f0958f Color Hex

#F0958F
(240,149,143)
0 Favorites   0 Comments

Color spaces of #f0958f

RGB 240149143
HSL0.010.760.75
HSV40°94°
CMYK 0.000.380.40   0.06
XYZ51.640642.003331.3723
Yxy42.00330.41310.3360
Hunter Lab64.810028.811516.6667
CIE-Lab70.873233.541117.6846

#f0958f color RGB value is (240,149,143).

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

The process color (four color CMYK) of #f0958f color hex is 0.00, 0.38, 0.40, 0.06. Web safe color of #f0958f is #ff9999. Color #f0958f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010101 10001111
Octal 360 225 217
Decimal 240 149 143
Hex F0 95 8F

RGB Percentages of Color #f0958f

%45.11
%28.01
%26.88

CMYK Percentages of Color #f0958f

%0
%38
%40
%6

Triadic Colors of #f0958f

#f0958f #8ff095 #958ff0

Analogous Colors of #f0958f

#f0958f #f0c68f #f08fba

Monochromatic Colors of #f0958f

#f0958f

Complementary Color

#f0958f #8feaf0

#f0958f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0958f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0958f Color CSS Codes

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

#f0958f Text Font Color

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

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


#f0958f Background Color

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

This div background color is #f0958f


#f0958f Border Color

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

This div border color is #f0958f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,149,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f0958f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0958f


Comments

No comments written yet.

Please login to write comment.