Color Hex Logo

#f97099 Color Hex

#F97099
(249,112,153)
0 Favorites   0 Comments

Color spaces of #f97099

RGB 249112153
HSL0.950.920.71
HSV342°55°98°
CMYK 0.000.550.39   0.02
XYZ50.610934.028034.0376
Yxy34.02800.42650.2867
Hunter Lab58.333552.78526.2378
CIE-Lab64.984856.19213.8926

#f97099 color RGB value is (249,112,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 10011001
Octal 371 160 231
Decimal 249 112 153
Hex F9 70 99

RGB Percentages of Color #f97099

%48.44
%21.79
%29.77

CMYK Percentages of Color #f97099

%0
%55
%39
%2

Triadic Colors of #f97099

#f97099 #99f970 #7099f9

Analogous Colors of #f97099

#f97099 #f98c70 #f970de

Monochromatic Colors of #f97099

#f97099

Complementary Color

#f97099 #70f9d0

#f97099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97099 Color CSS Codes

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

#f97099 Text Font Color

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

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


#f97099 Background Color

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

This div background color is #f97099


#f97099 Border Color

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

This div border color is #f97099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97099


Comments

No comments written yet.

Please login to write comment.