Color Hex Logo

#f96090 Color Hex

#F96090
(249,96,144)
0 Favorites   0 Comments

Color spaces of #f96090

RGB 24996144
HSL0.950.930.68
HSV341°61°98°
CMYK 0.000.610.42   0.02
XYZ48.283830.519129.7315
Yxy30.51910.44490.2812
Hunter Lab55.244159.33336.7619
CIE-Lab62.099662.31944.9020

#f96090 color RGB value is (249,96,144).

#f96090 hex color red value is 249, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f96090 hue: 0.95 , saturation: 0.93 and the lightness value of f96090 is 0.68.

The process color (four color CMYK) of #f96090 color hex is 0.00, 0.61, 0.42, 0.02. Web safe color of #f96090 is #ff6699. Color #f96090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 10010000
Octal 371 140 220
Decimal 249 96 144
Hex F9 60 90

RGB Percentages of Color #f96090

%50.92
%19.63
%29.45

CMYK Percentages of Color #f96090

%0
%61
%42
%2

Triadic Colors of #f96090

#f96090 #90f960 #6090f9

Analogous Colors of #f96090

#f96090 #f97d60 #f960dd

Monochromatic Colors of #f96090

#f96090

Complementary Color

#f96090 #60f9c9

#f96090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96090 Color CSS Codes

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

#f96090 Text Font Color

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

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


#f96090 Background Color

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

This div background color is #f96090


#f96090 Border Color

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

This div border color is #f96090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96090


Comments

No comments written yet.

Please login to write comment.