Color Hex Logo

#f98ac9 Color Hex

#F98AC9
(249,138,201)
0 Favorites   0 Comments

Color spaces of #f98ac9

RGB 249138201
HSL0.910.900.76
HSV326°45°98°
CMYK 0.000.450.19   0.02
XYZ58.698042.533760.3744
Yxy42.53370.36320.2632
Hunter Lab65.217946.5240-9.2343
CIE-Lab71.237349.7698-13.8996

#f98ac9 color RGB value is (249,138,201).

#f98ac9 hex color red value is 249, green value is 138 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #f98ac9 hue: 0.91 , saturation: 0.90 and the lightness value of f98ac9 is 0.76.

The process color (four color CMYK) of #f98ac9 color hex is 0.00, 0.45, 0.19, 0.02. Web safe color of #f98ac9 is #ff99cc. Color #f98ac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11001001
Octal 371 212 311
Decimal 249 138 201
Hex F9 8A C9

RGB Percentages of Color #f98ac9

%42.35
%23.47
%34.18

CMYK Percentages of Color #f98ac9

%0
%45
%19
%2

Triadic Colors of #f98ac9

#f98ac9 #c9f98a #8ac9f9

Analogous Colors of #f98ac9

#f98ac9 #f98a92 #f28af9

Monochromatic Colors of #f98ac9

#f98ac9

Complementary Color

#f98ac9 #8af9ba

#f98ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ac9 Color CSS Codes

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

#f98ac9 Text Font Color

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

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


#f98ac9 Background Color

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

This div background color is #f98ac9


#f98ac9 Border Color

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

This div border color is #f98ac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ac9


Comments

No comments written yet.

Please login to write comment.