color codes Logo

#f616dd color codes

#F616DD
(246,22,221)
0 Favorites   0 Comments

Color spaces of #f616dd

RGB 24622221
HSL0.850.930.53
HSV307°91°96°
CMYK 0.000.910.10   0.04
XYZ51.344125.387170.6007
Yxy25.38710.34850.1723
Hunter Lab50.385693.7208-47.8077
CIE-Lab57.450790.6145-46.4673

#f616dd color RGB value is (246,22,221).

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

The process color (four color CMYK) of #f616dd color code is 0.00, 0.91, 0.10, 0.04. Web safe color of #f616dd is #ff00cc. Color #f616dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010110 11011101
Octal 366 26 335
Decimal 246 22 221
Hex F6 16 DD

RGB Percentages of Color #f616dd

%50.31
%4.50
%45.19

CMYK Percentages of Color #f616dd

%0
%91
%10
%4

Triadic Colors of #f616dd

#f616dd #ddf616 #16ddf6

Analogous Colors of #f616dd

#f616dd #f6166d #9f16f6

Monochromatic Colors of #f616dd

#f616dd

Complementary Color

#f616dd #16f62f

#f616dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f616dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f616dd Color CSS Codes

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

#f616dd Text Font Color

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

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


#f616dd Background Color

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

This div background color is #f616dd


#f616dd Border Color

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

This div border color is #f616dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f616dd


Comments

No comments written yet.

Please login to write comment.