Color Hex Logo

#f99fa3 Color Hex

#F99FA3
(249,159,163)
0 Favorites   0 Comments

Color spaces of #f99fa3

RGB 249159163
HSL0.990.880.80
HSV357°36°98°
CMYK 0.000.360.35   0.02
XYZ58.075947.580440.7733
Yxy47.58040.39660.3249
Hunter Lab68.978529.574113.2386
CIE-Lab74.559533.940511.9802

#f99fa3 color RGB value is (249,159,163).

#f99fa3 hex color red value is 249, green value is 159 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #f99fa3 hue: 0.99 , saturation: 0.88 and the lightness value of f99fa3 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 10100011
Octal 371 237 243
Decimal 249 159 163
Hex F9 9F A3

RGB Percentages of Color #f99fa3

%43.61
%27.85
%28.55

CMYK Percentages of Color #f99fa3

%0
%36
%35
%2

Triadic Colors of #f99fa3

#f99fa3 #a3f99f #9fa3f9

Analogous Colors of #f99fa3

#f99fa3 #f9c89f #f99fd0

Monochromatic Colors of #f99fa3

#f99fa3

Complementary Color

#f99fa3 #9ff9f5

#f99fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fa3 Color CSS Codes

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

#f99fa3 Text Font Color

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

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


#f99fa3 Background Color

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

This div background color is #f99fa3


#f99fa3 Border Color

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

This div border color is #f99fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fa3


Comments

No comments written yet.

Please login to write comment.