Color Hex Logo

#f94fbe Color Hex

#F94FBE
(249,79,190)
0 Favorites   0 Comments

Color spaces of #f94fbe

RGB 24979190
HSL0.890.930.64
HSV321°68°98°
CMYK 0.000.680.24   0.02
XYZ51.157229.449451.7032
Yxy29.44940.38660.2226
Hunter Lab54.267373.3022-18.5015
CIE-Lab61.176274.0613-22.9703

#f94fbe color RGB value is (249,79,190).

#f94fbe hex color red value is 249, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f94fbe hue: 0.89 , saturation: 0.93 and the lightness value of f94fbe is 0.64.

The process color (four color CMYK) of #f94fbe color hex is 0.00, 0.68, 0.24, 0.02. Web safe color of #f94fbe is #ff66cc. Color #f94fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001111 10111110
Octal 371 117 276
Decimal 249 79 190
Hex F9 4F BE

RGB Percentages of Color #f94fbe

%48.07
%15.25
%36.68

CMYK Percentages of Color #f94fbe

%0
%68
%24
%2

Triadic Colors of #f94fbe

#f94fbe #bef94f #4fbef9

Analogous Colors of #f94fbe

#f94fbe #f94f69 #df4ff9

Monochromatic Colors of #f94fbe

#f94fbe

Complementary Color

#f94fbe #4ff98a

#f94fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94fbe Color CSS Codes

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

#f94fbe Text Font Color

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

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


#f94fbe Background Color

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

This div background color is #f94fbe


#f94fbe Border Color

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

This div border color is #f94fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94fbe


Comments

No comments written yet.

Please login to write comment.