Color Hex Logo

#f016bf Color Hex

#F016BF
(240,22,191)
0 Favorites   0 Comments

Color spaces of #f016bf

RGB 24022191
HSL0.870.880.51
HSV313°91°94°
CMYK 0.000.910.20   0.06
XYZ45.626122.860751.2980
Yxy22.86070.38090.1908
Hunter Lab47.812986.6636-30.1427
CIE-Lab54.928685.7703-33.3334

#f016bf color RGB value is (240,22,191).

#f016bf hex color red value is 240, green value is 22 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f016bf hue: 0.87 , saturation: 0.88 and the lightness value of f016bf is 0.51.

The process color (four color CMYK) of #f016bf color hex is 0.00, 0.91, 0.20, 0.06. Web safe color of #f016bf is #ff00cc. Color #f016bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 10111111
Octal 360 26 277
Decimal 240 22 191
Hex F0 16 BF

RGB Percentages of Color #f016bf

%52.98
%4.86
%42.16

CMYK Percentages of Color #f016bf

%0
%91
%20
%6

Triadic Colors of #f016bf

#f016bf #bff016 #16bff0

Analogous Colors of #f016bf

#f016bf #f01652 #b416f0

Monochromatic Colors of #f016bf

#f016bf

Complementary Color

#f016bf #16f047

#f016bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f016bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f016bf Color CSS Codes

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

#f016bf Text Font Color

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

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


#f016bf Background Color

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

This div background color is #f016bf


#f016bf Border Color

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

This div border color is #f016bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,22,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f016bf


Comments

No comments written yet.

Please login to write comment.