Color Hex Logo

#f94cde Color Hex

#F94CDE
(249,76,222)
0 Favorites   0 Comments

Color spaces of #f94cde

RGB 24976222
HSL0.860.940.64
HSV309°69°98°
CMYK 0.000.690.11   0.02
XYZ54.836230.582572.1201
Yxy30.58250.34810.1941
Hunter Lab55.301480.2208-38.6107
CIE-Lab62.153679.3734-39.5918

#f94cde color RGB value is (249,76,222).

#f94cde hex color red value is 249, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f94cde hue: 0.86 , saturation: 0.94 and the lightness value of f94cde is 0.64.

The process color (four color CMYK) of #f94cde color hex is 0.00, 0.69, 0.11, 0.02. Web safe color of #f94cde is #ff33cc. Color #f94cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001100 11011110
Octal 371 114 336
Decimal 249 76 222
Hex F9 4C DE

RGB Percentages of Color #f94cde

%45.52
%13.89
%40.59

CMYK Percentages of Color #f94cde

%0
%69
%11
%2

Triadic Colors of #f94cde

#f94cde #def94c #4cdef9

Analogous Colors of #f94cde

#f94cde #f94c88 #be4cf9

Monochromatic Colors of #f94cde

#f94cde

Complementary Color

#f94cde #4cf967

#f94cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94cde Color CSS Codes

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

#f94cde Text Font Color

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

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


#f94cde Background Color

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

This div background color is #f94cde


#f94cde Border Color

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

This div border color is #f94cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,76,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94cde


Comments

No comments written yet.

Please login to write comment.