Color Hex Logo

#f98eaf Color Hex

#F98EAF
(249,142,175)
0 Favorites   0 Comments

Color spaces of #f98eaf

RGB 249142175
HSL0.950.900.77
HSV341°43°98°
CMYK 0.000.430.30   0.02
XYZ56.477842.580945.7997
Yxy42.58090.38990.2939
Hunter Lab65.254040.29834.0641
CIE-Lab71.269644.19320.6122

#f98eaf color RGB value is (249,142,175).

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

The process color (four color CMYK) of #f98eaf color hex is 0.00, 0.43, 0.30, 0.02. Web safe color of #f98eaf is #ff9999. Color #f98eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 10101111
Octal 371 216 257
Decimal 249 142 175
Hex F9 8E AF

RGB Percentages of Color #f98eaf

%43.99
%25.09
%30.92

CMYK Percentages of Color #f98eaf

%0
%43
%30
%2

Triadic Colors of #f98eaf

#f98eaf #aff98e #8eaff9

Analogous Colors of #f98eaf

#f98eaf #f9a38e #f98ee5

Monochromatic Colors of #f98eaf

#f98eaf

Complementary Color

#f98eaf #8ef9d8

#f98eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98eaf Color CSS Codes

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

#f98eaf Text Font Color

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

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


#f98eaf Background Color

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

This div background color is #f98eaf


#f98eaf Border Color

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

This div border color is #f98eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98eaf

Related Colors


Comments

No comments written yet.

Please login to write comment.