Color Hex Logo

#f16cfd Color Hex

#F16CFD
(241,108,253)
0 Favorites   0 Comments

Color spaces of #f16cfd

RGB 241108253
HSL0.820.970.71
HSV295°57°99°
CMYK 0.050.570.00   0.01
XYZ59.367836.517796.8481
Yxy36.51770.30800.1895
Hunter Lab60.429969.6105-52.7204
CIE-Lab66.913670.0200-49.3873

#f16cfd color RGB value is (241,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101100 11111101
Octal 361 154 375
Decimal 241 108 253
Hex F1 6C FD

RGB Percentages of Color #f16cfd

%40.03
%17.94
%42.03

CMYK Percentages of Color #f16cfd

%5
%57
%0
%1

Triadic Colors of #f16cfd

#f16cfd #fdf16c #6cfdf1

Analogous Colors of #f16cfd

#f16cfd #fd6cc1 #a96cfd

Monochromatic Colors of #f16cfd

#f16cfd

Complementary Color

#f16cfd #78fd6c

#f16cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16cfd Color CSS Codes

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

#f16cfd Text Font Color

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

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


#f16cfd Background Color

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

This div background color is #f16cfd


#f16cfd Border Color

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

This div border color is #f16cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.