Color Hex Logo

#f1169d Color Hex

#F1169D
(241,22,157)
0 Favorites   0 Comments

Color spaces of #f1169d

RGB 24122157
HSL0.900.890.52
HSV323°91°95°
CMYK 0.000.910.35   0.05
XYZ42.648321.708933.8407
Yxy21.70890.43430.2211
Hunter Lab46.592881.8509-10.4478
CIE-Lab53.716882.2842-15.2728

#f1169d color RGB value is (241,22,157).

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

The process color (four color CMYK) of #f1169d color hex is 0.00, 0.91, 0.35, 0.05. Web safe color of #f1169d is #ff0099. Color #f1169d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010110 10011101
Octal 361 26 235
Decimal 241 22 157
Hex F1 16 9D

RGB Percentages of Color #f1169d

%57.38
%5.24
%37.38

CMYK Percentages of Color #f1169d

%0
%91
%35
%5

Triadic Colors of #f1169d

#f1169d #9df116 #169df1

Analogous Colors of #f1169d

#f1169d #f1162f #d816f1

Monochromatic Colors of #f1169d

#f1169d

Complementary Color

#f1169d #16f16a

#f1169d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1169d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1169d Color CSS Codes

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

#f1169d Text Font Color

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

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


#f1169d Background Color

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

This div background color is #f1169d


#f1169d Border Color

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

This div border color is #f1169d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1169d


Comments

No comments written yet.

Please login to write comment.