Color Hex Logo

#f0739f Color Hex

#F0739F
(240,115,159)
0 Favorites   0 Comments

Color spaces of #f0739f

RGB 240115159
HSL0.940.810.70
HSV339°52°94°
CMYK 0.000.520.34   0.06
XYZ48.323933.289936.6795
Yxy33.28990.40850.2814
Hunter Lab57.697448.53052.6962
CIE-Lab64.395052.5358-0.5491

#f0739f color RGB value is (240,115,159).

#f0739f hex color red value is 240, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f0739f hue: 0.94 , saturation: 0.81 and the lightness value of f0739f is 0.70.

The process color (four color CMYK) of #f0739f color hex is 0.00, 0.52, 0.34, 0.06. Web safe color of #f0739f is #ff6699. Color #f0739f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 10011111
Octal 360 163 237
Decimal 240 115 159
Hex F0 73 9F

RGB Percentages of Color #f0739f

%46.69
%22.37
%30.93

CMYK Percentages of Color #f0739f

%0
%52
%34
%6

Triadic Colors of #f0739f

#f0739f #9ff073 #739ff0

Analogous Colors of #f0739f

#f0739f #f08673 #f073de

Monochromatic Colors of #f0739f

#f0739f

Complementary Color

#f0739f #73f0c4

#f0739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0739f Color CSS Codes

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

#f0739f Text Font Color

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

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


#f0739f Background Color

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

This div background color is #f0739f


#f0739f Border Color

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

This div border color is #f0739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0739f


Comments

No comments written yet.

Please login to write comment.