Color Hex Logo

#f166fc Color Hex

#F166FC
(241,102,252)
0 Favorites   0 Comments

Color spaces of #f166fc

RGB 241102252
HSL0.820.960.69
HSV296°60°99°
CMYK 0.040.600.00   0.01
XYZ58.597735.231895.8074
Yxy35.23180.30900.1858
Hunter Lab59.356472.3448-54.1508
CIE-Lab65.928772.4090-50.3939

#f166fc color RGB value is (241,102,252).

#f166fc hex color red value is 241, green value is 102 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f166fc hue: 0.82 , saturation: 0.96 and the lightness value of f166fc is 0.69.

The process color (four color CMYK) of #f166fc color hex is 0.04, 0.60, 0.00, 0.01. Web safe color of #f166fc is #ff66ff. Color #f166fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100110 11111100
Octal 361 146 374
Decimal 241 102 252
Hex F1 66 FC

RGB Percentages of Color #f166fc

%40.50
%17.14
%42.35

CMYK Percentages of Color #f166fc

%4
%60
%0
%1

Triadic Colors of #f166fc

#f166fc #fcf166 #66fcf1

Analogous Colors of #f166fc

#f166fc #fc66bc #a666fc

Monochromatic Colors of #f166fc

#f166fc

Complementary Color

#f166fc #71fc66

#f166fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f166fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f166fc Color CSS Codes

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

#f166fc Text Font Color

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

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


#f166fc Background Color

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

This div background color is #f166fc


#f166fc Border Color

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

This div border color is #f166fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f166fc


Comments

No comments written yet.

Please login to write comment.