Color Hex Logo

#f98192 Color Hex

#F98192
(249,129,146)
0 Favorites   0 Comments

Color spaces of #f98192

RGB 249129146
HSL0.980.910.74
HSV352°48°98°
CMYK 0.000.480.41   0.02
XYZ52.105537.915631.7663
Yxy37.91560.42780.3113
Hunter Lab61.575643.289912.5158
CIE-Lab67.958447.325712.1084

#f98192 color RGB value is (249,129,146).

#f98192 hex color red value is 249, green value is 129 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f98192 hue: 0.98 , saturation: 0.91 and the lightness value of f98192 is 0.74.

The process color (four color CMYK) of #f98192 color hex is 0.00, 0.48, 0.41, 0.02. Web safe color of #f98192 is #ff9999. Color #f98192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 10010010
Octal 371 201 222
Decimal 249 129 146
Hex F9 81 92

RGB Percentages of Color #f98192

%47.52
%24.62
%27.86

CMYK Percentages of Color #f98192

%0
%48
%41
%2

Triadic Colors of #f98192

#f98192 #92f981 #8192f9

Analogous Colors of #f98192

#f98192 #f9ac81 #f981ce

Monochromatic Colors of #f98192

#f98192

Complementary Color

#f98192 #81f9e8

#f98192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98192 Color CSS Codes

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

#f98192 Text Font Color

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

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


#f98192 Background Color

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

This div background color is #f98192


#f98192 Border Color

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

This div border color is #f98192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98192


Comments

No comments written yet.

Please login to write comment.