Color Hex Logo

#f193ab Color Hex

#F193AB
(241,147,171)
0 Favorites   0 Comments

Color spaces of #f193ab

RGB 241147171
HSL0.960.770.76
HSV345°39°95°
CMYK 0.000.390.29   0.05
XYZ54.060042.508543.8838
Yxy42.50850.38490.3027
Hunter Lab65.198533.90755.7321
CIE-Lab71.220138.32042.6463

#f193ab color RGB value is (241,147,171).

#f193ab hex color red value is 241, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f193ab hue: 0.96 , saturation: 0.77 and the lightness value of f193ab is 0.76.

The process color (four color CMYK) of #f193ab color hex is 0.00, 0.39, 0.29, 0.05. Web safe color of #f193ab is #ff9999. Color #f193ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010011 10101011
Octal 361 223 253
Decimal 241 147 171
Hex F1 93 AB

RGB Percentages of Color #f193ab

%43.11
%26.30
%30.59

CMYK Percentages of Color #f193ab

%0
%39
%29
%5

Triadic Colors of #f193ab

#f193ab #abf193 #93abf1

Analogous Colors of #f193ab

#f193ab #f1aa93 #f193da

Monochromatic Colors of #f193ab

#f193ab

Complementary Color

#f193ab #93f1d9

#f193ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f193ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f193ab Color CSS Codes

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

#f193ab Text Font Color

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

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


#f193ab Background Color

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

This div background color is #f193ab


#f193ab Border Color

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

This div border color is #f193ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f193ab


Comments

No comments written yet.

Please login to write comment.