Color Hex Logo

#f916dd Color Hex

#F916DD
(249,22,221)
0 Favorites   0 Comments

Color spaces of #f916dd

RGB 24922221
HSL0.850.950.53
HSV307°91°98°
CMYK 0.000.910.11   0.02
XYZ52.405025.934070.6503
Yxy25.93400.35170.1741
Hunter Lab50.925494.5665-46.6069
CIE-Lab57.974491.1428-45.6049

#f916dd color RGB value is (249,22,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010110 11011101
Octal 371 26 335
Decimal 249 22 221
Hex F9 16 DD

RGB Percentages of Color #f916dd

%50.61
%4.47
%44.92

CMYK Percentages of Color #f916dd

%0
%91
%11
%2

Triadic Colors of #f916dd

#f916dd #ddf916 #16ddf9

Analogous Colors of #f916dd

#f916dd #f9166c #a416f9

Monochromatic Colors of #f916dd

#f916dd

Complementary Color

#f916dd #16f932

#f916dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f916dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f916dd Color CSS Codes

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

#f916dd Text Font Color

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

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


#f916dd Background Color

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

This div background color is #f916dd


#f916dd Border Color

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

This div border color is #f916dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f916dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f916dd


Comments

No comments written yet.

Please login to write comment.