Color Hex Logo

#f98085 Color Hex

#F98085
(249,128,133)
0 Favorites   0 Comments

Color spaces of #f98085

RGB 249128133
HSL0.990.910.74
HSV358°49°98°
CMYK 0.000.490.47   0.02
XYZ51.019737.271526.6954
Yxy37.27150.44370.3241
Hunter Lab61.050442.333916.8096
CIE-Lab67.480246.524218.7551

#f98085 color RGB value is (249,128,133).

#f98085 hex color red value is 249, green value is 128 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f98085 hue: 0.99 , saturation: 0.91 and the lightness value of f98085 is 0.74.

The process color (four color CMYK) of #f98085 color hex is 0.00, 0.49, 0.47, 0.02. Web safe color of #f98085 is #ff9999. Color #f98085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 10000101
Octal 371 200 205
Decimal 249 128 133
Hex F9 80 85

RGB Percentages of Color #f98085

%48.82
%25.10
%26.08

CMYK Percentages of Color #f98085

%0
%49
%47
%2

Triadic Colors of #f98085

#f98085 #85f980 #8085f9

Analogous Colors of #f98085

#f98085 #f9b880 #f980c2

Monochromatic Colors of #f98085

#f98085

Complementary Color

#f98085 #80f9f4

#f98085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98085 Color CSS Codes

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

#f98085 Text Font Color

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

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


#f98085 Background Color

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

This div background color is #f98085


#f98085 Border Color

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

This div border color is #f98085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98085

Related Colors


Comments

No comments written yet.

Please login to write comment.