Color Hex Logo

#f193c1 Color Hex

#F193C1
(241,147,193)
1 Favorites   0 Comments

Color spaces of #f193c1

RGB 241147193
HSL0.920.770.76
HSV331°39°95°
CMYK 0.000.390.20   0.05
XYZ56.335043.418555.8635
Yxy43.41850.36200.2790
Hunter Lab65.892737.2964-4.1409
CIE-Lab71.838141.3882-8.6653

#f193c1 color RGB value is (241,147,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010011 11000001
Octal 361 223 301
Decimal 241 147 193
Hex F1 93 C1

RGB Percentages of Color #f193c1

%41.48
%25.30
%33.22

CMYK Percentages of Color #f193c1

%0
%39
%20
%5

Triadic Colors of #f193c1

#f193c1 #c1f193 #93c1f1

Analogous Colors of #f193c1

#f193c1 #f19493 #f193f0

Monochromatic Colors of #f193c1

#f193c1

Complementary Color

#f193c1 #93f1c3

#f193c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f193c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f193c1 Color CSS Codes

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

#f193c1 Text Font Color

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

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


#f193c1 Background Color

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

This div background color is #f193c1


#f193c1 Border Color

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

This div border color is #f193c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f193c1


Comments

No comments written yet.

Please login to write comment.