Color Hex Logo

#f16fff Color Hex

#F16FFF
(241,111,255)
0 Favorites   0 Comments

Color spaces of #f16fff

RGB 241111255
HSL0.821.000.72
HSV294°56°100°
CMYK 0.050.560.00   0.00
XYZ60.010137.289798.6425
Yxy37.28970.30630.1903
Hunter Lab61.065368.5513-53.0291
CIE-Lab67.493869.0550-49.5676

#f16fff color RGB value is (241,111,255).

#f16fff hex color red value is 241, green value is 111 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f16fff hue: 0.82 , saturation: 1.00 and the lightness value of f16fff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101111 11111111
Octal 361 157 377
Decimal 241 111 255
Hex F1 6F FF

RGB Percentages of Color #f16fff

%39.70
%18.29
%42.01

CMYK Percentages of Color #f16fff

%5
%56
%0
%0

Triadic Colors of #f16fff

#f16fff #fff16f #6ffff1

Analogous Colors of #f16fff

#f16fff #ff6fc5 #a96fff

Monochromatic Colors of #f16fff

#f16fff

Complementary Color

#f16fff #7dff6f

#f16fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16fff Color CSS Codes

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

#f16fff Text Font Color

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

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


#f16fff Background Color

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

This div background color is #f16fff


#f16fff Border Color

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

This div border color is #f16fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16fff

Related Colors


Comments

No comments written yet.

Please login to write comment.