Color Hex Logo

#f16bea Color Hex

#F16BEA
(241,107,234)
0 Favorites   0 Comments

Color spaces of #f16bea

RGB 241107234
HSL0.840.830.68
HSV303°56°95°
CMYK 0.000.560.03   0.05
XYZ56.384635.156781.6560
Yxy35.15670.32560.2030
Hunter Lab59.293165.9812-40.1466
CIE-Lab65.870567.2339-40.5514

#f16bea color RGB value is (241,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101011 11101010
Octal 361 153 352
Decimal 241 107 234
Hex F1 6B EA

RGB Percentages of Color #f16bea

%41.41
%18.38
%40.21

CMYK Percentages of Color #f16bea

%0
%56
%3
%5

Triadic Colors of #f16bea

#f16bea #eaf16b #6beaf1

Analogous Colors of #f16bea

#f16bea #f16ba7 #b56bf1

Monochromatic Colors of #f16bea

#f16bea

Complementary Color

#f16bea #6bf172

#f16bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16bea Color CSS Codes

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

#f16bea Text Font Color

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

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


#f16bea Background Color

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

This div background color is #f16bea


#f16bea Border Color

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

This div border color is #f16bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16bea


Comments

No comments written yet.

Please login to write comment.