Color Hex Logo

#f94096 Color Hex

#F94096
(249,64,150)
0 Favorites   0 Comments

Color spaces of #f94096

RGB 24964150
HSL0.920.940.61
HSV332°74°98°
CMYK 0.000.740.40   0.02
XYZ46.405326.008531.4285
Yxy26.00850.44690.2505
Hunter Lab50.998573.1758-0.8393
CIE-Lab58.045174.5530-4.5116

#f94096 color RGB value is (249,64,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 10010110
Octal 371 100 226
Decimal 249 64 150
Hex F9 40 96

RGB Percentages of Color #f94096

%53.78
%13.82
%32.40

CMYK Percentages of Color #f94096

%0
%74
%40
%2

Triadic Colors of #f94096

#f94096 #96f940 #4096f9

Analogous Colors of #f94096

#f94096 #f94640 #f940f3

Monochromatic Colors of #f94096

#f94096

Complementary Color

#f94096 #40f9a3

#f94096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94096 Color CSS Codes

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

#f94096 Text Font Color

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

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


#f94096 Background Color

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

This div background color is #f94096


#f94096 Border Color

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

This div border color is #f94096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94096


Comments

No comments written yet.

Please login to write comment.