Color Hex Logo

#f0069b Color Hex

#F0069B
(240,6,155)
0 Favorites   0 Comments

Color spaces of #f0069b

RGB 2406155
HSL0.890.950.48
HSV322°98°94°
CMYK 0.000.980.35   0.06
XYZ41.916721.022132.8588
Yxy21.02210.43760.2194
Hunter Lab45.849982.9504-10.3959
CIE-Lab52.973783.2858-15.2309

#f0069b color RGB value is (240,6,155).

#f0069b hex color red value is 240, green value is 6 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f0069b hue: 0.89 , saturation: 0.95 and the lightness value of f0069b is 0.48.

The process color (four color CMYK) of #f0069b color hex is 0.00, 0.98, 0.35, 0.06. Web safe color of #f0069b is #ff0099. Color #f0069b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 10011011
Octal 360 6 233
Decimal 240 6 155
Hex F0 6 9B

RGB Percentages of Color #f0069b

%59.85
%1.50
%38.65

CMYK Percentages of Color #f0069b

%0
%98
%35
%6

Triadic Colors of #f0069b

#f0069b #9bf006 #069bf0

Analogous Colors of #f0069b

#f0069b #f00626 #d006f0

Monochromatic Colors of #f0069b

#f0069b

Complementary Color

#f0069b #06f05b

#f0069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0069b Color CSS Codes

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

#f0069b Text Font Color

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

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


#f0069b Background Color

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

This div background color is #f0069b


#f0069b Border Color

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

This div border color is #f0069b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0069b


Comments

No comments written yet.

Please login to write comment.