Color Hex Logo

#f06a9b Color Hex

#F06A9B
(240,106,155)
0 Favorites   0 Comments

Color spaces of #f06a9b

RGB 240106155
HSL0.940.820.68
HSV338°56°94°
CMYK 0.000.560.35   0.06
XYZ47.005631.199934.5551
Yxy31.19990.41690.2767
Hunter Lab55.856952.46482.4209
CIE-Lab62.676056.2826-0.7725

#f06a9b color RGB value is (240,106,155).

#f06a9b hex color red value is 240, green value is 106 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f06a9b hue: 0.94 , saturation: 0.82 and the lightness value of f06a9b is 0.68.

The process color (four color CMYK) of #f06a9b color hex is 0.00, 0.56, 0.35, 0.06. Web safe color of #f06a9b is #ff6699. Color #f06a9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101010 10011011
Octal 360 152 233
Decimal 240 106 155
Hex F0 6A 9B

RGB Percentages of Color #f06a9b

%47.90
%21.16
%30.94

CMYK Percentages of Color #f06a9b

%0
%56
%35
%6

Triadic Colors of #f06a9b

#f06a9b #9bf06a #6a9bf0

Analogous Colors of #f06a9b

#f06a9b #f07c6a #f06ade

Monochromatic Colors of #f06a9b

#f06a9b

Complementary Color

#f06a9b #6af0bf

#f06a9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06a9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06a9b Color CSS Codes

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

#f06a9b Text Font Color

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

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


#f06a9b Background Color

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

This div background color is #f06a9b


#f06a9b Border Color

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

This div border color is #f06a9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06a9b


Comments

No comments written yet.

Please login to write comment.