Color Hex Logo

#f016cb Color Hex

#F016CB
(240,22,203)
0 Favorites   0 Comments

Color spaces of #f016cb

RGB 24022203
HSL0.860.880.51
HSV310°91°94°
CMYK 0.000.910.15   0.06
XYZ47.001623.410958.5414
Yxy23.41090.36450.1815
Hunter Lab48.384888.7237-37.8664
CIE-Lab55.493187.2323-39.3649

#f016cb color RGB value is (240,22,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 11001011
Octal 360 26 313
Decimal 240 22 203
Hex F0 16 CB

RGB Percentages of Color #f016cb

%51.61
%4.73
%43.66

CMYK Percentages of Color #f016cb

%0
%91
%15
%6

Triadic Colors of #f016cb

#f016cb #cbf016 #16cbf0

Analogous Colors of #f016cb

#f016cb #f0165e #a816f0

Monochromatic Colors of #f016cb

#f016cb

Complementary Color

#f016cb #16f03b

#f016cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f016cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f016cb Color CSS Codes

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

#f016cb Text Font Color

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

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


#f016cb Background Color

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

This div background color is #f016cb


#f016cb Border Color

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

This div border color is #f016cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f016cb


Comments

No comments written yet.

Please login to write comment.