Color Hex Logo

#f16cfb Color Hex

#F16CFB
(241,108,251)
0 Favorites   0 Comments

Color spaces of #f16cfb

RGB 241108251
HSL0.820.950.70
HSV296°57°98°
CMYK 0.040.570.00   0.02
XYZ59.050836.390995.1786
Yxy36.39090.30980.1909
Hunter Lab60.324969.1615-51.3184
CIE-Lab66.817569.6721-48.4413

#f16cfb color RGB value is (241,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101100 11111011
Octal 361 154 373
Decimal 241 108 251
Hex F1 6C FB

RGB Percentages of Color #f16cfb

%40.17
%18.00
%41.83

CMYK Percentages of Color #f16cfb

%4
%57
%0
%2

Triadic Colors of #f16cfb

#f16cfb #fbf16c #6cfbf1

Analogous Colors of #f16cfb

#f16cfb #fb6cbe #aa6cfb

Monochromatic Colors of #f16cfb

#f16cfb

Complementary Color

#f16cfb #76fb6c

#f16cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16cfb Color CSS Codes

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

#f16cfb Text Font Color

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

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


#f16cfb Background Color

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

This div background color is #f16cfb


#f16cfb Border Color

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

This div border color is #f16cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16cfb


Comments

No comments written yet.

Please login to write comment.