Color Hex Logo

#f99aaf Color Hex

#F99AAF
(249,154,175)
0 Favorites   0 Comments

Color spaces of #f99aaf

RGB 249154175
HSL0.960.890.79
HSV347°38°98°
CMYK 0.000.380.30   0.02
XYZ58.360446.346146.4272
Yxy46.34610.38620.3067
Hunter Lab68.078033.88417.2205
CIE-Lab73.769638.03724.2413

#f99aaf color RGB value is (249,154,175).

#f99aaf hex color red value is 249, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f99aaf hue: 0.96 , saturation: 0.89 and the lightness value of f99aaf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 10101111
Octal 371 232 257
Decimal 249 154 175
Hex F9 9A AF

RGB Percentages of Color #f99aaf

%43.08
%26.64
%30.28

CMYK Percentages of Color #f99aaf

%0
%38
%30
%2

Triadic Colors of #f99aaf

#f99aaf #aff99a #9aaff9

Analogous Colors of #f99aaf

#f99aaf #f9b59a #f99adf

Monochromatic Colors of #f99aaf

#f99aaf

Complementary Color

#f99aaf #9af9e4

#f99aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99aaf Color CSS Codes

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

#f99aaf Text Font Color

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

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


#f99aaf Background Color

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

This div background color is #f99aaf


#f99aaf Border Color

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

This div border color is #f99aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99aaf


Comments

No comments written yet.

Please login to write comment.