Color Hex Logo

#f94cab Color Hex

#F94CAB
(249,76,171)
0 Favorites   0 Comments

Color spaces of #f94cab

RGB 24976171
HSL0.910.940.64
HSV327°69°98°
CMYK 0.000.690.31   0.02
XYZ49.002028.248941.3980
Yxy28.24890.41300.2381
Hunter Lab53.149771.5583-8.9759
CIE-Lab60.112972.8507-13.6601

#f94cab color RGB value is (249,76,171).

#f94cab hex color red value is 249, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f94cab hue: 0.91 , saturation: 0.94 and the lightness value of f94cab is 0.64.

The process color (four color CMYK) of #f94cab color hex is 0.00, 0.69, 0.31, 0.02. Web safe color of #f94cab is #ff3399. Color #f94cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001100 10101011
Octal 371 114 253
Decimal 249 76 171
Hex F9 4C AB

RGB Percentages of Color #f94cab

%50.20
%15.32
%34.48

CMYK Percentages of Color #f94cab

%0
%69
%31
%2

Triadic Colors of #f94cab

#f94cab #abf94c #4cabf9

Analogous Colors of #f94cab

#f94cab #f94c54 #f14cf9

Monochromatic Colors of #f94cab

#f94cab

Complementary Color

#f94cab #4cf99a

#f94cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94cab Color CSS Codes

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

#f94cab Text Font Color

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

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


#f94cab Background Color

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

This div background color is #f94cab


#f94cab Border Color

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

This div border color is #f94cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94cab

Related Colors


Comments

No comments written yet.

Please login to write comment.