Color Hex Logo

#f994be Color Hex

#F994BE
(249,148,190)
0 Favorites   0 Comments

Color spaces of #f994be

RGB 249148190
HSL0.930.890.78
HSV335°41°98°
CMYK 0.000.410.24   0.02
XYZ58.951145.037354.3012
Yxy45.03730.37240.2845
Hunter Lab67.109839.3570-0.9970
CIE-Lab72.916443.1434-5.2994

#f994be color RGB value is (249,148,190).

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

The process color (four color CMYK) of #f994be color hex is 0.00, 0.41, 0.24, 0.02. Web safe color of #f994be is #ff99cc. Color #f994be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010100 10111110
Octal 371 224 276
Decimal 249 148 190
Hex F9 94 BE

RGB Percentages of Color #f994be

%42.42
%25.21
%32.37

CMYK Percentages of Color #f994be

%0
%41
%24
%2

Triadic Colors of #f994be

#f994be #bef994 #94bef9

Analogous Colors of #f994be

#f994be #f99d94 #f994f1

Monochromatic Colors of #f994be

#f994be

Complementary Color

#f994be #94f9cf

#f994be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f994be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f994be Color CSS Codes

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

#f994be Text Font Color

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

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


#f994be Background Color

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

This div background color is #f994be


#f994be Border Color

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

This div border color is #f994be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f994be


Comments

No comments written yet.

Please login to write comment.