Color Hex Logo

#f116fe Color Hex

#F116FE
(241,22,254)
0 Favorites   0 Comments

Color spaces of #f116fe

RGB 24122254
HSL0.820.990.54
HSV297°91°100°
CMYK 0.050.910.00   0.00
XYZ54.451926.430395.9976
Yxy26.43030.30780.1494
Hunter Lab51.410499.0920-74.7237
CIE-Lab58.443394.3917-63.4267

#f116fe color RGB value is (241,22,254).

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

The process color (four color CMYK) of #f116fe color hex is 0.05, 0.91, 0.00, 0.00. Web safe color of #f116fe is #ff00ff. Color #f116fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010110 11111110
Octal 361 26 376
Decimal 241 22 254
Hex F1 16 FE

RGB Percentages of Color #f116fe

%46.62
%4.26
%49.13

CMYK Percentages of Color #f116fe

%5
%91
%0
%0

Triadic Colors of #f116fe

#f116fe #fef116 #16fef1

Analogous Colors of #f116fe

#f116fe #fe1697 #7d16fe

Monochromatic Colors of #f116fe

#f116fe

Complementary Color

#f116fe #23fe16

#f116fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f116fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f116fe Color CSS Codes

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

#f116fe Text Font Color

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

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


#f116fe Background Color

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

This div background color is #f116fe


#f116fe Border Color

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

This div border color is #f116fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f116fe

Related Colors


Comments

No comments written yet.

Please login to write comment.