Color Hex Logo

#f16cfe Color Hex

#F16CFE
(241,108,254)
0 Favorites   0 Comments

Color spaces of #f16cfe

RGB 241108254
HSL0.820.990.71
HSV295°57°100°
CMYK 0.050.570.00   0.00
XYZ59.527636.581797.6894
Yxy36.58170.30720.1888
Hunter Lab60.482869.8360-53.4249
CIE-Lab66.962070.1945-49.8592

#f16cfe color RGB value is (241,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101100 11111110
Octal 361 154 376
Decimal 241 108 254
Hex F1 6C FE

RGB Percentages of Color #f16cfe

%39.97
%17.91
%42.12

CMYK Percentages of Color #f16cfe

%5
%57
%0
%0

Triadic Colors of #f16cfe

#f16cfe #fef16c #6cfef1

Analogous Colors of #f16cfe

#f16cfe #fe6cc2 #a86cfe

Monochromatic Colors of #f16cfe

#f16cfe

Complementary Color

#f16cfe #79fe6c

#f16cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16cfe Color CSS Codes

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

#f16cfe Text Font Color

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

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


#f16cfe Background Color

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

This div background color is #f16cfe


#f16cfe Border Color

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

This div border color is #f16cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16cfe


Comments

No comments written yet.

Please login to write comment.