Color Hex Logo

#f0699b Color Hex

#F0699B
(240,105,155)
0 Favorites   0 Comments

Color spaces of #f0699b

RGB 240105155
HSL0.940.820.68
HSV338°56°94°
CMYK 0.000.560.35   0.06
XYZ46.903130.995034.5209
Yxy30.99500.41720.2757
Hunter Lab55.673252.95332.2076
CIE-Lab62.503456.7390-1.0251

#f0699b color RGB value is (240,105,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101001 10011011
Octal 360 151 233
Decimal 240 105 155
Hex F0 69 9B

RGB Percentages of Color #f0699b

%48.00
%21.00
%31.00

CMYK Percentages of Color #f0699b

%0
%56
%35
%6

Triadic Colors of #f0699b

#f0699b #9bf069 #699bf0

Analogous Colors of #f0699b

#f0699b #f07b69 #f069df

Monochromatic Colors of #f0699b

#f0699b

Complementary Color

#f0699b #69f0be

#f0699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0699b Color CSS Codes

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

#f0699b Text Font Color

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

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


#f0699b Background Color

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

This div background color is #f0699b


#f0699b Border Color

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

This div border color is #f0699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0699b


Comments

No comments written yet.

Please login to write comment.