Color Hex Logo

#f16deb Color Hex

#F16DEB
(241,109,235)
0 Favorites   0 Comments

Color spaces of #f16deb

RGB 241109235
HSL0.840.830.69
HSV303°55°95°
CMYK 0.000.550.02   0.05
XYZ56.739735.636282.4852
Yxy35.63620.32450.2038
Hunter Lab59.696165.1919-40.1369
CIE-Lab66.241066.5169-40.5256

#f16deb color RGB value is (241,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101101 11101011
Octal 361 155 353
Decimal 241 109 235
Hex F1 6D EB

RGB Percentages of Color #f16deb

%41.20
%18.63
%40.17

CMYK Percentages of Color #f16deb

%0
%55
%2
%5

Triadic Colors of #f16deb

#f16deb #ebf16d #6debf1

Analogous Colors of #f16deb

#f16deb #f16da9 #b56df1

Monochromatic Colors of #f16deb

#f16deb

Complementary Color

#f16deb #6df173

#f16deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16deb Color CSS Codes

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

#f16deb Text Font Color

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

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


#f16deb Background Color

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

This div background color is #f16deb


#f16deb Border Color

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

This div border color is #f16deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16deb


Comments

No comments written yet.

Please login to write comment.