Color Hex Logo

#f0149e Color Hex

#F0149E
(240,20,158)
0 Favorites   0 Comments

Color spaces of #f0149e

RGB 24020158
HSL0.900.880.51
HSV322°92°94°
CMYK 0.000.920.34   0.06
XYZ42.356921.494234.2641
Yxy21.49420.43170.2191
Hunter Lab46.361881.9472-11.3655
CIE-Lab53.486282.4043-16.2330

#f0149e color RGB value is (240,20,158).

#f0149e hex color red value is 240, green value is 20 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f0149e hue: 0.90 , saturation: 0.88 and the lightness value of f0149e is 0.51.

The process color (four color CMYK) of #f0149e color hex is 0.00, 0.92, 0.34, 0.06. Web safe color of #f0149e is #ff0099. Color #f0149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 10011110
Octal 360 24 236
Decimal 240 20 158
Hex F0 14 9E

RGB Percentages of Color #f0149e

%57.42
%4.78
%37.80

CMYK Percentages of Color #f0149e

%0
%92
%34
%6

Triadic Colors of #f0149e

#f0149e #9ef014 #149ef0

Analogous Colors of #f0149e

#f0149e #f01430 #d414f0

Monochromatic Colors of #f0149e

#f0149e

Complementary Color

#f0149e #14f066

#f0149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0149e Color CSS Codes

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

#f0149e Text Font Color

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

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


#f0149e Background Color

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

This div background color is #f0149e


#f0149e Border Color

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

This div border color is #f0149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0149e


Comments

No comments written yet.

Please login to write comment.