Color Hex Logo

#f94ade Color Hex

#F94ADE
(249,74,222)
0 Favorites   0 Comments

Color spaces of #f94ade

RGB 24974222
HSL0.860.940.63
HSV309°70°98°
CMYK 0.000.700.11   0.02
XYZ54.700530.311272.0749
Yxy30.31120.34820.1930
Hunter Lab55.055681.0014-39.0793
CIE-Lab61.921880.0289-39.9550

#f94ade color RGB value is (249,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001010 11011110
Octal 371 112 336
Decimal 249 74 222
Hex F9 4A DE

RGB Percentages of Color #f94ade

%45.69
%13.58
%40.73

CMYK Percentages of Color #f94ade

%0
%70
%11
%2

Triadic Colors of #f94ade

#f94ade #def94a #4adef9

Analogous Colors of #f94ade

#f94ade #f94a87 #bd4af9

Monochromatic Colors of #f94ade

#f94ade

Complementary Color

#f94ade #4af965

#f94ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ade Color CSS Codes

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

#f94ade Text Font Color

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

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


#f94ade Background Color

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

This div background color is #f94ade


#f94ade Border Color

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

This div border color is #f94ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ade


Comments

No comments written yet.

Please login to write comment.