Color Hex Logo

#f97098 Color Hex

#F97098
(249,112,152)
0 Favorites   0 Comments

Color spaces of #f97098

RGB 249112152
HSL0.950.920.71
HSV342°55°98°
CMYK 0.000.550.39   0.02
XYZ50.528633.995133.6043
Yxy33.99510.42770.2878
Hunter Lab58.305352.65756.6419
CIE-Lab64.958756.08494.4260

#f97098 color RGB value is (249,112,152).

#f97098 hex color red value is 249, green value is 112 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f97098 hue: 0.95 , saturation: 0.92 and the lightness value of f97098 is 0.71.

The process color (four color CMYK) of #f97098 color hex is 0.00, 0.55, 0.39, 0.02. Web safe color of #f97098 is #ff6699. Color #f97098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 10011000
Octal 371 160 230
Decimal 249 112 152
Hex F9 70 98

RGB Percentages of Color #f97098

%48.54
%21.83
%29.63

CMYK Percentages of Color #f97098

%0
%55
%39
%2

Triadic Colors of #f97098

#f97098 #98f970 #7098f9

Analogous Colors of #f97098

#f97098 #f98d70 #f970dd

Monochromatic Colors of #f97098

#f97098

Complementary Color

#f97098 #70f9d1

#f97098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97098 Color CSS Codes

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

#f97098 Text Font Color

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

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


#f97098 Background Color

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

This div background color is #f97098


#f97098 Border Color

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

This div border color is #f97098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97098


Comments

No comments written yet.

Please login to write comment.