Color Hex Logo

#f06189 Color Hex

#F06189
(240,97,137)
0 Favorites   0 Comments

Color spaces of #f06189

RGB 24097137
HSL0.950.830.66
HSV343°60°94°
CMYK 0.000.600.43   0.06
XYZ44.725228.880826.8842
Yxy28.88080.44510.2874
Hunter Lab53.740954.50807.9584
CIE-Lab60.676358.40186.7298

#f06189 color RGB value is (240,97,137).

#f06189 hex color red value is 240, green value is 97 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f06189 hue: 0.95 , saturation: 0.83 and the lightness value of f06189 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 10001001
Octal 360 141 211
Decimal 240 97 137
Hex F0 61 89

RGB Percentages of Color #f06189

%50.63
%20.46
%28.90

CMYK Percentages of Color #f06189

%0
%60
%43
%6

Triadic Colors of #f06189

#f06189 #89f061 #6189f0

Analogous Colors of #f06189

#f06189 #f08161 #f061d1

Monochromatic Colors of #f06189

#f06189

Complementary Color

#f06189 #61f0c8

#f06189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06189 Color CSS Codes

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

#f06189 Text Font Color

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

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


#f06189 Background Color

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

This div background color is #f06189


#f06189 Border Color

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

This div border color is #f06189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06189


Comments

No comments written yet.

Please login to write comment.