Color Hex Logo

#f016cf Color Hex

#F016CF
(240,22,207)
0 Favorites   0 Comments

Color spaces of #f016cf

RGB 24022207
HSL0.860.880.51
HSV309°91°94°
CMYK 0.000.910.14   0.06
XYZ47.484623.604161.0848
Yxy23.60410.35930.1786
Hunter Lab48.584189.4385-40.5366
CIE-Lab55.689287.7367-41.3487

#f016cf color RGB value is (240,22,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 11001111
Octal 360 26 317
Decimal 240 22 207
Hex F0 16 CF

RGB Percentages of Color #f016cf

%51.17
%4.69
%44.14

CMYK Percentages of Color #f016cf

%0
%91
%14
%6

Triadic Colors of #f016cf

#f016cf #cff016 #16cff0

Analogous Colors of #f016cf

#f016cf #f01662 #a416f0

Monochromatic Colors of #f016cf

#f016cf

Complementary Color

#f016cf #16f037

#f016cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f016cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f016cf Color CSS Codes

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

#f016cf Text Font Color

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

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


#f016cf Background Color

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

This div background color is #f016cf


#f016cf Border Color

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

This div border color is #f016cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f016cf


Comments

No comments written yet.

Please login to write comment.