Color Hex Logo

#f11197 Color Hex

#F11197
(241,17,151)
0 Favorites   0 Comments

Color spaces of #f11197

RGB 24117151
HSL0.900.890.51
HSV324°93°95°
CMYK 0.000.930.37   0.05
XYZ42.062021.336031.1795
Yxy21.33600.44470.2256
Hunter Lab46.190981.7102-7.6879
CIE-Lab53.315382.2526-12.3165

#f11197 color RGB value is (241,17,151).

#f11197 hex color red value is 241, green value is 17 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #f11197 hue: 0.90 , saturation: 0.89 and the lightness value of f11197 is 0.51.

The process color (four color CMYK) of #f11197 color hex is 0.00, 0.93, 0.37, 0.05. Web safe color of #f11197 is #ff0099. Color #f11197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010001 10010111
Octal 361 21 227
Decimal 241 17 151
Hex F1 11 97

RGB Percentages of Color #f11197

%58.92
%4.16
%36.92

CMYK Percentages of Color #f11197

%0
%93
%37
%5

Triadic Colors of #f11197

#f11197 #97f111 #1197f1

Analogous Colors of #f11197

#f11197 #f11127 #db11f1

Monochromatic Colors of #f11197

#f11197

Complementary Color

#f11197 #11f16b

#f11197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11197 Color CSS Codes

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

#f11197 Text Font Color

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

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


#f11197 Background Color

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

This div background color is #f11197


#f11197 Border Color

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

This div border color is #f11197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11197


Comments

No comments written yet.

Please login to write comment.