Color Hex Logo

#f98fed Color Hex

#F98FED
(249,143,237)
0 Favorites   0 Comments

Color spaces of #f98fed

RGB 249143237
HSL0.850.900.77
HSV307°43°98°
CMYK 0.000.430.05   0.02
XYZ64.175445.899185.5978
Yxy45.89910.32800.2346
Hunter Lab67.748950.5243-27.4862
CIE-Lab73.480052.9555-30.3096

#f98fed color RGB value is (249,143,237).

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

The process color (four color CMYK) of #f98fed color hex is 0.00, 0.43, 0.05, 0.02. Web safe color of #f98fed is #ff99ff. Color #f98fed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001111 11101101
Octal 371 217 355
Decimal 249 143 237
Hex F9 8F ED

RGB Percentages of Color #f98fed

%39.59
%22.73
%37.68

CMYK Percentages of Color #f98fed

%0
%43
%5
%2

Triadic Colors of #f98fed

#f98fed #edf98f #8fedf9

Analogous Colors of #f98fed

#f98fed #f98fb8 #d08ff9

Monochromatic Colors of #f98fed

#f98fed

Complementary Color

#f98fed #8ff99b

#f98fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98fed Color CSS Codes

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

#f98fed Text Font Color

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

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


#f98fed Background Color

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

This div background color is #f98fed


#f98fed Border Color

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

This div border color is #f98fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98fed

Related Colors

#f98fed Color Palettes


Comments

No comments written yet.

Please login to write comment.