Color Hex Logo

#f98fbf Color Hex

#F98FBF
(249,143,191)
0 Favorites   0 Comments

Color spaces of #f98fbf

RGB 249143191
HSL0.920.900.77
HSV333°43°98°
CMYK 0.000.430.23   0.02
XYZ58.293443.546254.6231
Yxy43.54620.37260.2783
Hunter Lab65.989542.2004-2.8848
CIE-Lab71.924145.8289-7.3231

#f98fbf color RGB value is (249,143,191).

#f98fbf hex color red value is 249, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f98fbf hue: 0.92 , saturation: 0.90 and the lightness value of f98fbf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001111 10111111
Octal 371 217 277
Decimal 249 143 191
Hex F9 8F BF

RGB Percentages of Color #f98fbf

%42.71
%24.53
%32.76

CMYK Percentages of Color #f98fbf

%0
%43
%23
%2

Triadic Colors of #f98fbf

#f98fbf #bff98f #8fbff9

Analogous Colors of #f98fbf

#f98fbf #f9948f #f98ff4

Monochromatic Colors of #f98fbf

#f98fbf

Complementary Color

#f98fbf #8ff9c9

#f98fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98fbf Color CSS Codes

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

#f98fbf Text Font Color

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

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


#f98fbf Background Color

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

This div background color is #f98fbf


#f98fbf Border Color

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

This div border color is #f98fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98fbf


Comments

No comments written yet.

Please login to write comment.