Color Hex Logo

#f16dfb Color Hex

#F16DFB
(241,109,251)
0 Favorites   0 Comments

Color spaces of #f16dfb

RGB 241109251
HSL0.820.950.71
HSV296°57°98°
CMYK 0.040.570.00   0.02
XYZ59.156936.603195.2140
Yxy36.60310.30980.1917
Hunter Lab60.500568.6600-50.9586
CIE-Lab66.978269.2349-48.1880

#f16dfb color RGB value is (241,109,251).

#f16dfb hex color red value is 241, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f16dfb hue: 0.82 , saturation: 0.95 and the lightness value of f16dfb is 0.71.

The process color (four color CMYK) of #f16dfb color hex is 0.04, 0.57, 0.00, 0.02. Web safe color of #f16dfb is #ff66ff. Color #f16dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101101 11111011
Octal 361 155 373
Decimal 241 109 251
Hex F1 6D FB

RGB Percentages of Color #f16dfb

%40.10
%18.14
%41.76

CMYK Percentages of Color #f16dfb

%4
%57
%0
%2

Triadic Colors of #f16dfb

#f16dfb #fbf16d #6dfbf1

Analogous Colors of #f16dfb

#f16dfb #fb6dbe #aa6dfb

Monochromatic Colors of #f16dfb

#f16dfb

Complementary Color

#f16dfb #77fb6d

#f16dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16dfb Color CSS Codes

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

#f16dfb Text Font Color

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

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


#f16dfb Background Color

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

This div background color is #f16dfb


#f16dfb Border Color

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

This div border color is #f16dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.