Color Hex Logo

#f492bf Color Hex

#F492BF
(244,146,191)
0 Favorites   0 Comments

Color spaces of #f492bf

RGB 244146191
HSL0.920.820.76
HSV332°40°96°
CMYK 0.000.400.22   0.04
XYZ56.991143.552554.6929
Yxy43.55250.36710.2806
Hunter Lab65.994338.6582-2.9407
CIE-Lab71.928442.6233-7.3834

#f492bf color RGB value is (244,146,191).

#f492bf hex color red value is 244, green value is 146 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f492bf hue: 0.92 , saturation: 0.82 and the lightness value of f492bf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010010 10111111
Octal 364 222 277
Decimal 244 146 191
Hex F4 92 BF

RGB Percentages of Color #f492bf

%42.00
%25.13
%32.87

CMYK Percentages of Color #f492bf

%0
%40
%22
%4

Triadic Colors of #f492bf

#f492bf #bff492 #92bff4

Analogous Colors of #f492bf

#f492bf #f49692 #f492f0

Monochromatic Colors of #f492bf

#f492bf

Complementary Color

#f492bf #92f4c7

#f492bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f492bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f492bf Color CSS Codes

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

#f492bf Text Font Color

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

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


#f492bf Background Color

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

This div background color is #f492bf


#f492bf Border Color

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

This div border color is #f492bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f492bf


Comments

No comments written yet.

Please login to write comment.