Color Hex Logo

#f191cd Color Hex

#F191CD
(241,145,205)
0 Favorites   0 Comments

Color spaces of #f191cd

RGB 241145205
HSL0.900.770.76
HSV323°40°95°
CMYK 0.000.400.15   0.05
XYZ57.420543.359363.1004
Yxy43.35930.35040.2646
Hunter Lab65.847840.4217-10.7228
CIE-Lab71.798244.2408-15.3693

#f191cd color RGB value is (241,145,205).

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

The process color (four color CMYK) of #f191cd color hex is 0.00, 0.40, 0.15, 0.05. Web safe color of #f191cd is #ff99cc. Color #f191cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 11001101
Octal 361 221 315
Decimal 241 145 205
Hex F1 91 CD

RGB Percentages of Color #f191cd

%40.78
%24.53
%34.69

CMYK Percentages of Color #f191cd

%0
%40
%15
%5

Triadic Colors of #f191cd

#f191cd #cdf191 #91cdf1

Analogous Colors of #f191cd

#f191cd #f1919d #e591f1

Monochromatic Colors of #f191cd

#f191cd

Complementary Color

#f191cd #91f1b5

#f191cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f191cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f191cd Color CSS Codes

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

#f191cd Text Font Color

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

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


#f191cd Background Color

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

This div background color is #f191cd


#f191cd Border Color

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

This div border color is #f191cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f191cd


Comments

No comments written yet.

Please login to write comment.