Color Hex Logo

#f494bf Color Hex

#F494BF
(244,148,191)
0 Favorites   0 Comments

Color spaces of #f494bf

RGB 244148191
HSL0.930.810.77
HSV333°39°96°
CMYK 0.000.390.22   0.04
XYZ57.302144.174554.7966
Yxy44.17450.36670.2827
Hunter Lab66.463937.5826-2.3573
CIE-Lab72.345041.5931-6.7656

#f494bf color RGB value is (244,148,191).

#f494bf hex color red value is 244, green value is 148 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f494bf hue: 0.93 , saturation: 0.81 and the lightness value of f494bf is 0.77.

The process color (four color CMYK) of #f494bf color hex is 0.00, 0.39, 0.22, 0.04. Web safe color of #f494bf is #ff99cc. Color #f494bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 10111111
Octal 364 224 277
Decimal 244 148 191
Hex F4 94 BF

RGB Percentages of Color #f494bf

%41.85
%25.39
%32.76

CMYK Percentages of Color #f494bf

%0
%39
%22
%4

Triadic Colors of #f494bf

#f494bf #bff494 #94bff4

Analogous Colors of #f494bf

#f494bf #f49994 #f494ef

Monochromatic Colors of #f494bf

#f494bf

Complementary Color

#f494bf #94f4c9

#f494bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f494bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f494bf Color CSS Codes

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

#f494bf Text Font Color

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

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


#f494bf Background Color

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

This div background color is #f494bf


#f494bf Border Color

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

This div border color is #f494bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,148,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f494bf


Comments

No comments written yet.

Please login to write comment.