Color Hex Logo

#f016a9 Color Hex

#F016A9
(240,22,169)
0 Favorites   0 Comments

Color spaces of #f016a9

RGB 24022169
HSL0.890.880.51
HSV320°91°94°
CMYK 0.000.910.30   0.06
XYZ43.383521.963739.4890
Yxy21.96370.41380.2095
Hunter Lab46.865483.2235-17.1522
CIE-Lab53.988583.3002-21.9573

#f016a9 color RGB value is (240,22,169).

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

The process color (four color CMYK) of #f016a9 color hex is 0.00, 0.91, 0.30, 0.06. Web safe color of #f016a9 is #ff0099. Color #f016a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 10101001
Octal 360 26 251
Decimal 240 22 169
Hex F0 16 A9

RGB Percentages of Color #f016a9

%55.68
%5.10
%39.21

CMYK Percentages of Color #f016a9

%0
%91
%30
%6

Triadic Colors of #f016a9

#f016a9 #a9f016 #16a9f0

Analogous Colors of #f016a9

#f016a9 #f0163c #ca16f0

Monochromatic Colors of #f016a9

#f016a9

Complementary Color

#f016a9 #16f05d

#f016a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f016a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f016a9 Color CSS Codes

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

#f016a9 Text Font Color

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

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


#f016a9 Background Color

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

This div background color is #f016a9


#f016a9 Border Color

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

This div border color is #f016a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f016a9


Comments

No comments written yet.

Please login to write comment.