Color Hex Logo

#f95189 Color Hex

#F95189
(249,81,137)
0 Favorites   0 Comments

Color spaces of #f95189

RGB 24981137
HSL0.940.930.65
HSV340°67°98°
CMYK 0.000.670.45   0.02
XYZ46.524727.830726.5867
Yxy27.83070.46090.2757
Hunter Lab52.754865.09907.0481
CIE-Lab59.735567.60435.5722

#f95189 color RGB value is (249,81,137).

#f95189 hex color red value is 249, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f95189 hue: 0.94 , saturation: 0.93 and the lightness value of f95189 is 0.65.

The process color (four color CMYK) of #f95189 color hex is 0.00, 0.67, 0.45, 0.02. Web safe color of #f95189 is #ff6699. Color #f95189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 10001001
Octal 371 121 211
Decimal 249 81 137
Hex F9 51 89

RGB Percentages of Color #f95189

%53.32
%17.34
%29.34

CMYK Percentages of Color #f95189

%0
%67
%45
%2

Triadic Colors of #f95189

#f95189 #89f951 #5189f9

Analogous Colors of #f95189

#f95189 #f96d51 #f951dd

Monochromatic Colors of #f95189

#f95189

Complementary Color

#f95189 #51f9c1

#f95189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95189 Color CSS Codes

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

#f95189 Text Font Color

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

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


#f95189 Background Color

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

This div background color is #f95189


#f95189 Border Color

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

This div border color is #f95189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95189


Comments

No comments written yet.

Please login to write comment.