Color Hex Logo

#f98dcf Color Hex

#F98DCF
(249,141,207)
0 Favorites   0 Comments

Color spaces of #f98dcf

RGB 249141207
HSL0.900.900.76
HSV323°43°98°
CMYK 0.000.430.17   0.02
XYZ59.854343.694564.3107
Yxy43.69450.35660.2603
Hunter Lab66.101845.9512-11.4122
CIE-Lab72.023849.1575-16.0396

#f98dcf color RGB value is (249,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001101 11001111
Octal 371 215 317
Decimal 249 141 207
Hex F9 8D CF

RGB Percentages of Color #f98dcf

%41.71
%23.62
%34.67

CMYK Percentages of Color #f98dcf

%0
%43
%17
%2

Triadic Colors of #f98dcf

#f98dcf #cff98d #8dcff9

Analogous Colors of #f98dcf

#f98dcf #f98d99 #ed8df9

Monochromatic Colors of #f98dcf

#f98dcf

Complementary Color

#f98dcf #8df9b7

#f98dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98dcf Color CSS Codes

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

#f98dcf Text Font Color

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

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


#f98dcf Background Color

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

This div background color is #f98dcf


#f98dcf Border Color

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

This div border color is #f98dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98dcf


Comments

No comments written yet.

Please login to write comment.