Color Hex Logo

#f16dee Color Hex

#F16DEE
(241,109,238)
0 Favorites   0 Comments

Color spaces of #f16dee

RGB 241109238
HSL0.840.830.69
HSV301°55°95°
CMYK 0.000.550.01   0.05
XYZ57.176935.811184.7876
Yxy35.81110.32160.2014
Hunter Lab59.842465.8252-42.1153
CIE-Lab66.375367.0164-41.9748

#f16dee color RGB value is (241,109,238).

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

The process color (four color CMYK) of #f16dee color hex is 0.00, 0.55, 0.01, 0.05. Web safe color of #f16dee is #ff66ff. Color #f16dee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101101 11101110
Octal 361 155 356
Decimal 241 109 238
Hex F1 6D EE

RGB Percentages of Color #f16dee

%40.99
%18.54
%40.48

CMYK Percentages of Color #f16dee

%0
%55
%1
%5

Triadic Colors of #f16dee

#f16dee #eef16d #6deef1

Analogous Colors of #f16dee

#f16dee #f16dac #b26df1

Monochromatic Colors of #f16dee

#f16dee

Complementary Color

#f16dee #6df170

#f16dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16dee Color CSS Codes

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

#f16dee Text Font Color

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

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


#f16dee Background Color

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

This div background color is #f16dee


#f16dee Border Color

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

This div border color is #f16dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16dee


Comments

No comments written yet.

Please login to write comment.