Color Hex Logo

#f96185 Color Hex

#F96185
(249,97,133)
0 Favorites   0 Comments

Color spaces of #f96185

RGB 24997133
HSL0.960.930.68
HSV346°61°98°
CMYK 0.000.610.47   0.02
XYZ47.575330.382625.5472
Yxy30.38260.45960.2935
Hunter Lab55.120457.605411.1046
CIE-Lab61.982960.861011.0981

#f96185 color RGB value is (249,97,133).

#f96185 hex color red value is 249, green value is 97 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f96185 hue: 0.96 , saturation: 0.93 and the lightness value of f96185 is 0.68.

The process color (four color CMYK) of #f96185 color hex is 0.00, 0.61, 0.47, 0.02. Web safe color of #f96185 is #ff6699. Color #f96185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100001 10000101
Octal 371 141 205
Decimal 249 97 133
Hex F9 61 85

RGB Percentages of Color #f96185

%51.98
%20.25
%27.77

CMYK Percentages of Color #f96185

%0
%61
%47
%2

Triadic Colors of #f96185

#f96185 #85f961 #6185f9

Analogous Colors of #f96185

#f96185 #f98961 #f961d1

Monochromatic Colors of #f96185

#f96185

Complementary Color

#f96185 #61f9d5

#f96185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96185 Color CSS Codes

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

#f96185 Text Font Color

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

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


#f96185 Background Color

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

This div background color is #f96185


#f96185 Border Color

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

This div border color is #f96185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96185

Related Colors


Comments

No comments written yet.

Please login to write comment.