Color Hex Logo

#f16dcd Color Hex

#F16DCD
(241,109,205)
0 Favorites   0 Comments

Color spaces of #f16dcd

RGB 241109205
HSL0.880.830.69
HSV316°55°95°
CMYK 0.000.550.15   0.05
XYZ52.763734.045861.5482
Yxy34.04580.35570.2295
Hunter Lab58.348859.3038-21.6969
CIE-Lab64.998961.7978-25.7135

#f16dcd color RGB value is (241,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101101 11001101
Octal 361 155 315
Decimal 241 109 205
Hex F1 6D CD

RGB Percentages of Color #f16dcd

%43.42
%19.64
%36.94

CMYK Percentages of Color #f16dcd

%0
%55
%15
%5

Triadic Colors of #f16dcd

#f16dcd #cdf16d #6dcdf1

Analogous Colors of #f16dcd

#f16dcd #f16d8b #d36df1

Monochromatic Colors of #f16dcd

#f16dcd

Complementary Color

#f16dcd #6df191

#f16dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16dcd Color CSS Codes

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

#f16dcd Text Font Color

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

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


#f16dcd Background Color

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

This div background color is #f16dcd


#f16dcd Border Color

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

This div border color is #f16dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16dcd


Comments

No comments written yet.

Please login to write comment.