Color Hex Logo

#f986af Color Hex

#F986AF
(249,134,175)
0 Favorites   0 Comments

Color spaces of #f986af

RGB 249134175
HSL0.940.910.75
HSV339°46°98°
CMYK 0.000.460.30   0.02
XYZ55.329940.285145.4170
Yxy40.28510.39230.2856
Hunter Lab63.470544.53242.0038
CIE-Lab69.672148.2115-1.7235

#f986af color RGB value is (249,134,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 10101111
Octal 371 206 257
Decimal 249 134 175
Hex F9 86 AF

RGB Percentages of Color #f986af

%44.62
%24.01
%31.36

CMYK Percentages of Color #f986af

%0
%46
%30
%2

Triadic Colors of #f986af

#f986af #aff986 #86aff9

Analogous Colors of #f986af

#f986af #f99786 #f986e9

Monochromatic Colors of #f986af

#f986af

Complementary Color

#f986af #86f9d0

#f986af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f986af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f986af Color CSS Codes

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

#f986af Text Font Color

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

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


#f986af Background Color

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

This div background color is #f986af


#f986af Border Color

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

This div border color is #f986af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,134,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 #f986af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f986af

Related Colors


Comments

No comments written yet.

Please login to write comment.