Color Hex Logo

#f118ab Color Hex

#F118AB
(241,24,171)
0 Favorites   0 Comments

Color spaces of #f118ab

RGB 24124171
HSL0.890.890.52
HSV319°90°95°
CMYK 0.000.900.29   0.05
XYZ43.952922.294340.5147
Yxy22.29430.41170.2088
Hunter Lab47.216883.5314-17.8224
CIE-Lab54.337983.4710-22.5792

#f118ab color RGB value is (241,24,171).

#f118ab hex color red value is 241, green value is 24 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f118ab hue: 0.89 , saturation: 0.89 and the lightness value of f118ab is 0.52.

The process color (four color CMYK) of #f118ab color hex is 0.00, 0.90, 0.29, 0.05. Web safe color of #f118ab is #ff0099. Color #f118ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011000 10101011
Octal 361 30 253
Decimal 241 24 171
Hex F1 18 AB

RGB Percentages of Color #f118ab

%55.28
%5.50
%39.22

CMYK Percentages of Color #f118ab

%0
%90
%29
%5

Triadic Colors of #f118ab

#f118ab #abf118 #18abf1

Analogous Colors of #f118ab

#f118ab #f1183e #cb18f1

Monochromatic Colors of #f118ab

#f118ab

Complementary Color

#f118ab #18f15e

#f118ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f118ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f118ab Color CSS Codes

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

#f118ab Text Font Color

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

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


#f118ab Background Color

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

This div background color is #f118ab


#f118ab Border Color

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

This div border color is #f118ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,24,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f118ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f118ab;
  -webkit-box-shadow: 1px 1px 3px 2px #f118ab;
  box-shadow:         1px 1px 3px 2px #f118ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,24,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f118ab


Comments

No comments written yet.

Please login to write comment.