Color Hex Logo

#f06f89 Color Hex

#F06F89
(240,111,137)
0 Favorites   0 Comments

Color spaces of #f06f89

RGB 240111137
HSL0.970.810.69
HSV348°54°94°
CMYK 0.000.540.43   0.06
XYZ46.135031.700327.3541
Yxy31.70030.43860.3014
Hunter Lab56.303047.733610.6068
CIE-Lab63.094452.022910.1722

#f06f89 color RGB value is (240,111,137).

#f06f89 hex color red value is 240, green value is 111 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f06f89 hue: 0.97 , saturation: 0.81 and the lightness value of f06f89 is 0.69.

The process color (four color CMYK) of #f06f89 color hex is 0.00, 0.54, 0.43, 0.06. Web safe color of #f06f89 is #ff6699. Color #f06f89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 10001001
Octal 360 157 211
Decimal 240 111 137
Hex F0 6F 89

RGB Percentages of Color #f06f89

%49.18
%22.75
%28.07

CMYK Percentages of Color #f06f89

%0
%54
%43
%6

Triadic Colors of #f06f89

#f06f89 #89f06f #6f89f0

Analogous Colors of #f06f89

#f06f89 #f0966f #f06fca

Monochromatic Colors of #f06f89

#f06f89

Complementary Color

#f06f89 #6ff0d6

#f06f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06f89 Color CSS Codes

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

#f06f89 Text Font Color

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

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


#f06f89 Background Color

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

This div background color is #f06f89


#f06f89 Border Color

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

This div border color is #f06f89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06f89


Comments

No comments written yet.

Please login to write comment.