Color Hex Logo

#f99493 Color Hex

#F99493
(249,148,147)
0 Favorites   0 Comments

Color spaces of #f99493

RGB 249148147
HSL0.000.890.78
HSV41°98°
CMYK 0.000.410.41   0.02
XYZ54.923343.426133.0911
Yxy43.42610.41790.3304
Hunter Lab65.898533.449016.3563
CIE-Lab71.843237.828116.9875

#f99493 color RGB value is (249,148,147).

#f99493 hex color red value is 249, green value is 148 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f99493 hue: 0.00 , saturation: 0.89 and the lightness value of f99493 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010100 10010011
Octal 371 224 223
Decimal 249 148 147
Hex F9 94 93

RGB Percentages of Color #f99493

%45.77
%27.21
%27.02

CMYK Percentages of Color #f99493

%0
%41
%41
%2

Triadic Colors of #f99493

#f99493 #93f994 #9493f9

Analogous Colors of #f99493

#f99493 #f9c793 #f993c5

Monochromatic Colors of #f99493

#f99493

Complementary Color

#f99493 #93f8f9

#f99493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99493 Color CSS Codes

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

#f99493 Text Font Color

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

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


#f99493 Background Color

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

This div background color is #f99493


#f99493 Border Color

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

This div border color is #f99493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99493


Comments

No comments written yet.

Please login to write comment.