Color Hex Logo

#f0118e Color Hex

#F0118E
(240,17,142)
0 Favorites   0 Comments

Color spaces of #f0118e

RGB 24017142
HSL0.910.880.50
HSV326°93°94°
CMYK 0.000.930.41   0.06
XYZ41.018120.879227.4594
Yxy20.87920.45900.2337
Hunter Lab45.693880.2707-3.6443
CIE-Lab52.817081.2216-7.7092

#f0118e color RGB value is (240,17,142).

#f0118e hex color red value is 240, green value is 17 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f0118e hue: 0.91 , saturation: 0.88 and the lightness value of f0118e is 0.50.

The process color (four color CMYK) of #f0118e color hex is 0.00, 0.93, 0.41, 0.06. Web safe color of #f0118e is #ff0099. Color #f0118e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 10001110
Octal 360 21 216
Decimal 240 17 142
Hex F0 11 8E

RGB Percentages of Color #f0118e

%60.15
%4.26
%35.59

CMYK Percentages of Color #f0118e

%0
%93
%41
%6

Triadic Colors of #f0118e

#f0118e #8ef011 #118ef0

Analogous Colors of #f0118e

#f0118e #f0111f #e311f0

Monochromatic Colors of #f0118e

#f0118e

Complementary Color

#f0118e #11f073

#f0118e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0118e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0118e Color CSS Codes

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

#f0118e Text Font Color

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

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


#f0118e Background Color

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

This div background color is #f0118e


#f0118e Border Color

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

This div border color is #f0118e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0118e


Comments

No comments written yet.

Please login to write comment.