Color Hex Logo

#f94390 Color Hex

#F94390
(249,67,144)
0 Favorites   0 Comments

Color spaces of #f94390

RGB 24967144
HSL0.930.940.62
HSV335°73°98°
CMYK 0.000.730.42   0.02
XYZ46.108126.167729.0063
Yxy26.16770.45520.2584
Hunter Lab51.154471.37122.1886
CIE-Lab58.195973.0608-0.7649

#f94390 color RGB value is (249,67,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 10010000
Octal 371 103 220
Decimal 249 67 144
Hex F9 43 90

RGB Percentages of Color #f94390

%54.13
%14.57
%31.30

CMYK Percentages of Color #f94390

%0
%73
%42
%2

Triadic Colors of #f94390

#f94390 #90f943 #4390f9

Analogous Colors of #f94390

#f94390 #f95143 #f943eb

Monochromatic Colors of #f94390

#f94390

Complementary Color

#f94390 #43f9ac

#f94390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94390 Color CSS Codes

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

#f94390 Text Font Color

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

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


#f94390 Background Color

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

This div background color is #f94390


#f94390 Border Color

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

This div border color is #f94390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94390


Comments

No comments written yet.

Please login to write comment.