Color Hex Logo

#f98fdb Color Hex

#F98FDB
(249,143,219)
0 Favorites   0 Comments

Color spaces of #f98fdb

RGB 249143219
HSL0.880.900.77
HSV317°43°98°
CMYK 0.000.430.12   0.02
XYZ61.675644.899172.4336
Yxy44.89910.34450.2508
Hunter Lab67.006847.0363-17.1871
CIE-Lab72.825450.0060-21.4443

#f98fdb color RGB value is (249,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001111 11011011
Octal 371 217 333
Decimal 249 143 219
Hex F9 8F DB

RGB Percentages of Color #f98fdb

%40.75
%23.40
%35.84

CMYK Percentages of Color #f98fdb

%0
%43
%12
%2

Triadic Colors of #f98fdb

#f98fdb #dbf98f #8fdbf9

Analogous Colors of #f98fdb

#f98fdb #f98fa6 #e28ff9

Monochromatic Colors of #f98fdb

#f98fdb

Complementary Color

#f98fdb #8ff9ad

#f98fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98fdb Color CSS Codes

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

#f98fdb Text Font Color

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

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


#f98fdb Background Color

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

This div background color is #f98fdb


#f98fdb Border Color

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

This div border color is #f98fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98fdb


Comments

No comments written yet.

Please login to write comment.