Color Hex Logo

#f994dc Color Hex

#F994DC
(249,148,220)
0 Favorites   0 Comments

Color spaces of #f994dc

RGB 249148220
HSL0.880.890.78
HSV317°41°98°
CMYK 0.000.410.12   0.02
XYZ62.575146.486973.3849
Yxy46.48690.34300.2548
Hunter Lab68.181344.5056-16.0881
CIE-Lab73.860447.6392-20.4209

#f994dc color RGB value is (249,148,220).

#f994dc hex color red value is 249, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f994dc hue: 0.88 , saturation: 0.89 and the lightness value of f994dc is 0.78.

The process color (four color CMYK) of #f994dc color hex is 0.00, 0.41, 0.12, 0.02. Web safe color of #f994dc is #ff99cc. Color #f994dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010100 11011100
Octal 371 224 334
Decimal 249 148 220
Hex F9 94 DC

RGB Percentages of Color #f994dc

%40.36
%23.99
%35.66

CMYK Percentages of Color #f994dc

%0
%41
%12
%2

Triadic Colors of #f994dc

#f994dc #dcf994 #94dcf9

Analogous Colors of #f994dc

#f994dc #f994aa #e494f9

Monochromatic Colors of #f994dc

#f994dc

Complementary Color

#f994dc #94f9b1

#f994dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f994dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f994dc Color CSS Codes

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

#f994dc Text Font Color

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

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


#f994dc Background Color

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

This div background color is #f994dc


#f994dc Border Color

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

This div border color is #f994dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f994dc


Comments

No comments written yet.

Please login to write comment.