Color Hex Logo

#f16beb Color Hex

#F16BEB
(241,107,235)
0 Favorites   0 Comments

Color spaces of #f16beb

RGB 241107235
HSL0.840.830.68
HSV303°56°95°
CMYK 0.000.560.02   0.05
XYZ56.528735.214382.4149
Yxy35.21430.32460.2022
Hunter Lab59.341666.1908-40.8040
CIE-Lab65.915267.3988-41.0356

#f16beb color RGB value is (241,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101011 11101011
Octal 361 153 353
Decimal 241 107 235
Hex F1 6B EB

RGB Percentages of Color #f16beb

%41.34
%18.35
%40.31

CMYK Percentages of Color #f16beb

%0
%56
%2
%5

Triadic Colors of #f16beb

#f16beb #ebf16b #6bebf1

Analogous Colors of #f16beb

#f16beb #f16ba8 #b46bf1

Monochromatic Colors of #f16beb

#f16beb

Complementary Color

#f16beb #6bf171

#f16beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16beb Color CSS Codes

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

#f16beb Text Font Color

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

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


#f16beb Background Color

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

This div background color is #f16beb


#f16beb Border Color

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

This div border color is #f16beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16beb


Comments

No comments written yet.

Please login to write comment.