Color Hex Logo

#f989cf Color Hex

#F989CF
(249,137,207)
0 Favorites   0 Comments

Color spaces of #f989cf

RGB 249137207
HSL0.900.900.76
HSV323°45°98°
CMYK 0.000.450.17   0.02
XYZ59.275142.536164.1176
Yxy42.53610.35720.2564
Hunter Lab65.219748.0957-12.6343
CIE-Lab71.239051.1536-17.2247

#f989cf color RGB value is (249,137,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11001111
Octal 371 211 317
Decimal 249 137 207
Hex F9 89 CF

RGB Percentages of Color #f989cf

%41.99
%23.10
%34.91

CMYK Percentages of Color #f989cf

%0
%45
%17
%2

Triadic Colors of #f989cf

#f989cf #cff989 #89cff9

Analogous Colors of #f989cf

#f989cf #f98997 #eb89f9

Monochromatic Colors of #f989cf

#f989cf

Complementary Color

#f989cf #89f9b3

#f989cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989cf Color CSS Codes

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

#f989cf Text Font Color

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

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


#f989cf Background Color

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

This div background color is #f989cf


#f989cf Border Color

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

This div border color is #f989cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989cf


Comments

No comments written yet.

Please login to write comment.