Color Hex Logo

#f169cd Color Hex

#F169CD
(241,105,205)
0 Favorites   0 Comments

Color spaces of #f169cd

RGB 241105205
HSL0.880.830.68
HSV316°56°95°
CMYK 0.000.560.15   0.05
XYZ52.346633.211761.4091
Yxy33.21170.35620.2260
Hunter Lab57.629661.2848-22.8377
CIE-Lab64.332063.5869-26.7388

#f169cd color RGB value is (241,105,205).

#f169cd hex color red value is 241, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f169cd hue: 0.88 , saturation: 0.83 and the lightness value of f169cd is 0.68.

The process color (four color CMYK) of #f169cd color hex is 0.00, 0.56, 0.15, 0.05. Web safe color of #f169cd is #ff66cc. Color #f169cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101001 11001101
Octal 361 151 315
Decimal 241 105 205
Hex F1 69 CD

RGB Percentages of Color #f169cd

%43.74
%19.06
%37.21

CMYK Percentages of Color #f169cd

%0
%56
%15
%5

Triadic Colors of #f169cd

#f169cd #cdf169 #69cdf1

Analogous Colors of #f169cd

#f169cd #f16989 #d169f1

Monochromatic Colors of #f169cd

#f169cd

Complementary Color

#f169cd #69f18d

#f169cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f169cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f169cd Color CSS Codes

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

#f169cd Text Font Color

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

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


#f169cd Background Color

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

This div background color is #f169cd


#f169cd Border Color

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

This div border color is #f169cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,105,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 #f169cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f169cd


Comments

No comments written yet.

Please login to write comment.