Color Hex Logo

#f192b9 Color Hex

#F192B9
(241,146,185)
0 Favorites   0 Comments

Color spaces of #f192b9

RGB 241146185
HSL0.930.770.76
HSV335°39°95°
CMYK 0.000.390.23   0.05
XYZ55.311542.761351.2375
Yxy42.76130.37040.2864
Hunter Lab65.392136.5468-0.6817
CIE-Lab71.392740.7491-4.8859

#f192b9 color RGB value is (241,146,185).

#f192b9 hex color red value is 241, green value is 146 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #f192b9 hue: 0.93 , saturation: 0.77 and the lightness value of f192b9 is 0.76.

The process color (four color CMYK) of #f192b9 color hex is 0.00, 0.39, 0.23, 0.05. Web safe color of #f192b9 is #ff99cc. Color #f192b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010010 10111001
Octal 361 222 271
Decimal 241 146 185
Hex F1 92 B9

RGB Percentages of Color #f192b9

%42.13
%25.52
%32.34

CMYK Percentages of Color #f192b9

%0
%39
%23
%5

Triadic Colors of #f192b9

#f192b9 #b9f192 #92b9f1

Analogous Colors of #f192b9

#f192b9 #f19b92 #f192e9

Monochromatic Colors of #f192b9

#f192b9

Complementary Color

#f192b9 #92f1ca

#f192b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f192b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f192b9 Color CSS Codes

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

#f192b9 Text Font Color

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

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


#f192b9 Background Color

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

This div background color is #f192b9


#f192b9 Border Color

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

This div border color is #f192b9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,146,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f192b9


Comments

No comments written yet.

Please login to write comment.