color codes Logo

#f16ffe color codes

#F16FFE
(241,111,254)
0 Favorites   0 Comments

Color spaces of #f16ffe

RGB 241111254
HSL0.820.990.72
HSV295°56°100°
CMYK 0.050.560.00   0.00
XYZ59.849537.225497.7967
Yxy37.22540.30710.1910
Hunter Lab61.012668.3251-52.3267
CIE-Lab67.445868.8789-49.0957

#f16ffe color RGB value is (241,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101111 11111110
Octal 361 157 376
Decimal 241 111 254
Hex F1 6F FE

RGB Percentages of Color #f16ffe

%39.77
%18.32
%41.91

CMYK Percentages of Color #f16ffe

%5
%56
%0
%0

Triadic Colors of #f16ffe

#f16ffe #fef16f #6ffef1

Analogous Colors of #f16ffe

#f16ffe #fe6fc4 #aa6ffe

Monochromatic Colors of #f16ffe

#f16ffe

Complementary Color

#f16ffe #7cfe6f

#f16ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16ffe Color CSS Codes

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

#f16ffe Text Font Color

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

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


#f16ffe Background Color

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

This div background color is #f16ffe


#f16ffe Border Color

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

This div border color is #f16ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.