Color Hex Logo

#f98690 Color Hex

#F98690
(249,134,144)
0 Favorites   0 Comments

Color spaces of #f98690

RGB 249134144
HSL0.990.910.75
HSV355°46°98°
CMYK 0.000.460.42   0.02
XYZ52.626139.203531.1789
Yxy39.20350.42780.3187
Hunter Lab62.612740.457414.3046
CIE-Lab68.898444.632114.5519

#f98690 color RGB value is (249,134,144).

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

The process color (four color CMYK) of #f98690 color hex is 0.00, 0.46, 0.42, 0.02. Web safe color of #f98690 is #ff9999. Color #f98690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 10010000
Octal 371 206 220
Decimal 249 134 144
Hex F9 86 90

RGB Percentages of Color #f98690

%47.25
%25.43
%27.32

CMYK Percentages of Color #f98690

%0
%46
%42
%2

Triadic Colors of #f98690

#f98690 #90f986 #8690f9

Analogous Colors of #f98690

#f98690 #f9b686 #f986ca

Monochromatic Colors of #f98690

#f98690

Complementary Color

#f98690 #86f9ef

#f98690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98690 Color CSS Codes

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

#f98690 Text Font Color

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

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


#f98690 Background Color

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

This div background color is #f98690


#f98690 Border Color

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

This div border color is #f98690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98690


Comments

No comments written yet.

Please login to write comment.