Color Hex Logo

#f94496 Color Hex

#F94496
(249,68,150)
0 Favorites   0 Comments

Color spaces of #f94496

RGB 24968150
HSL0.920.940.62
HSV333°73°98°
CMYK 0.000.730.40   0.02
XYZ46.639126.476031.5064
Yxy26.47600.44580.2531
Hunter Lab51.454871.7480-0.2856
CIE-Lab58.486173.3121-3.8603

#f94496 color RGB value is (249,68,150).

#f94496 hex color red value is 249, green value is 68 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f94496 hue: 0.92 , saturation: 0.94 and the lightness value of f94496 is 0.62.

The process color (four color CMYK) of #f94496 color hex is 0.00, 0.73, 0.40, 0.02. Web safe color of #f94496 is #ff3399. Color #f94496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 10010110
Octal 371 104 226
Decimal 249 68 150
Hex F9 44 96

RGB Percentages of Color #f94496

%53.32
%14.56
%32.12

CMYK Percentages of Color #f94496

%0
%73
%40
%2

Triadic Colors of #f94496

#f94496 #96f944 #4496f9

Analogous Colors of #f94496

#f94496 #f94d44 #f944f1

Monochromatic Colors of #f94496

#f94496

Complementary Color

#f94496 #44f9a7

#f94496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94496 Color CSS Codes

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

#f94496 Text Font Color

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

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


#f94496 Background Color

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

This div background color is #f94496


#f94496 Border Color

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

This div border color is #f94496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94496


Comments

No comments written yet.

Please login to write comment.