Color Hex Logo

#f616dc Color Hex

#F616DC
(246,22,220)
0 Favorites   0 Comments

Color spaces of #f616dc

RGB 24622220
HSL0.850.930.53
HSV307°91°96°
CMYK 0.000.910.11   0.04
XYZ51.211225.334069.9010
Yxy25.33400.34970.1730
Hunter Lab50.332993.5323-47.1074
CIE-Lab57.399490.4837-45.9819

#f616dc color RGB value is (246,22,220).

#f616dc hex color red value is 246, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f616dc hue: 0.85 , saturation: 0.93 and the lightness value of f616dc is 0.53.

The process color (four color CMYK) of #f616dc color hex is 0.00, 0.91, 0.11, 0.04. Web safe color of #f616dc is #ff00cc. Color #f616dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010110 11011100
Octal 366 26 334
Decimal 246 22 220
Hex F6 16 DC

RGB Percentages of Color #f616dc

%50.41
%4.51
%45.08

CMYK Percentages of Color #f616dc

%0
%91
%11
%4

Triadic Colors of #f616dc

#f616dc #dcf616 #16dcf6

Analogous Colors of #f616dc

#f616dc #f6166c #a016f6

Monochromatic Colors of #f616dc

#f616dc

Complementary Color

#f616dc #16f630

#f616dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f616dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f616dc Color CSS Codes

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

#f616dc Text Font Color

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

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


#f616dc Background Color

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

This div background color is #f616dc


#f616dc Border Color

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

This div border color is #f616dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f616dc


Comments

No comments written yet.

Please login to write comment.