Color Hex Logo

#f193bd Color Hex

#F193BD
(241,147,189)
0 Favorites   0 Comments

Color spaces of #f193bd

RGB 241147189
HSL0.930.770.76
HSV333°39°95°
CMYK 0.000.390.22   0.05
XYZ55.894743.242353.5447
Yxy43.24230.36610.2832
Hunter Lab65.758936.6460-2.2461
CIE-Lab71.719140.8039-6.6238

#f193bd color RGB value is (241,147,189).

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

The process color (four color CMYK) of #f193bd color hex is 0.00, 0.39, 0.22, 0.05. Web safe color of #f193bd is #ff99cc. Color #f193bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010011 10111101
Octal 361 223 275
Decimal 241 147 189
Hex F1 93 BD

RGB Percentages of Color #f193bd

%41.77
%25.48
%32.76

CMYK Percentages of Color #f193bd

%0
%39
%22
%5

Triadic Colors of #f193bd

#f193bd #bdf193 #93bdf1

Analogous Colors of #f193bd

#f193bd #f19893 #f193ec

Monochromatic Colors of #f193bd

#f193bd

Complementary Color

#f193bd #93f1c7

#f193bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f193bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f193bd Color CSS Codes

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

#f193bd Text Font Color

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

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


#f193bd Background Color

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

This div background color is #f193bd


#f193bd Border Color

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

This div border color is #f193bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f193bd


Comments

No comments written yet.

Please login to write comment.