Color Hex Logo

#f016ba Color Hex

#F016BA
(240,22,186)
0 Favorites   0 Comments

Color spaces of #f016ba

RGB 24022186
HSL0.870.880.51
HSV315°91°94°
CMYK 0.000.910.23   0.06
XYZ45.085022.644348.4489
Yxy22.64430.38810.1949
Hunter Lab47.586085.8428-27.0549
CIE-Lab54.704085.1843-30.7844

#f016ba color RGB value is (240,22,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 10111010
Octal 360 26 272
Decimal 240 22 186
Hex F0 16 BA

RGB Percentages of Color #f016ba

%53.57
%4.91
%41.52

CMYK Percentages of Color #f016ba

%0
%91
%23
%6

Triadic Colors of #f016ba

#f016ba #baf016 #16baf0

Analogous Colors of #f016ba

#f016ba #f0164d #b916f0

Monochromatic Colors of #f016ba

#f016ba

Complementary Color

#f016ba #16f04c

#f016ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f016ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f016ba Color CSS Codes

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

#f016ba Text Font Color

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

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


#f016ba Background Color

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

This div background color is #f016ba


#f016ba Border Color

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

This div border color is #f016ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f016ba


Comments

No comments written yet.

Please login to write comment.