Color Hex Logo

#f98cfa Color Hex

#F98CFA
(249,140,250)
0 Favorites   0 Comments

Color spaces of #f98cfa

RGB 249140250
HSL0.830.920.76
HSV299°44°98°
CMYK 0.000.440.00   0.02
XYZ65.700345.798095.8196
Yxy45.79800.31690.2209
Hunter Lab67.674254.8636-36.5765
CIE-Lab73.414356.6860-37.4960

#f98cfa color RGB value is (249,140,250).

#f98cfa hex color red value is 249, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f98cfa hue: 0.83 , saturation: 0.92 and the lightness value of f98cfa is 0.76.

The process color (four color CMYK) of #f98cfa color hex is 0.00, 0.44, 0.00, 0.02. Web safe color of #f98cfa is #ff99ff. Color #f98cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11111010
Octal 371 214 372
Decimal 249 140 250
Hex F9 8C FA

RGB Percentages of Color #f98cfa

%38.97
%21.91
%39.12

CMYK Percentages of Color #f98cfa

%0
%44
%0
%2

Triadic Colors of #f98cfa

#f98cfa #faf98c #8cfaf9

Analogous Colors of #f98cfa

#f98cfa #fa8cc4 #c28cfa

Monochromatic Colors of #f98cfa

#f98cfa

Complementary Color

#f98cfa #8dfa8c

#f98cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98cfa Color CSS Codes

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

#f98cfa Text Font Color

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

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


#f98cfa Background Color

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

This div background color is #f98cfa


#f98cfa Border Color

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

This div border color is #f98cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98cfa


Comments

No comments written yet.

Please login to write comment.