Color Hex Logo

#f95690 Color Hex

#F95690
(249,86,144)
0 Favorites   0 Comments

Color spaces of #f95690

RGB 24986144
HSL0.940.930.66
HSV339°65°98°
CMYK 0.000.650.42   0.02
XYZ47.428828.808929.4465
Yxy28.80890.44880.2726
Hunter Lab53.673963.80165.0442
CIE-Lab60.612666.35982.7542

#f95690 color RGB value is (249,86,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10010000
Octal 371 126 220
Decimal 249 86 144
Hex F9 56 90

RGB Percentages of Color #f95690

%51.98
%17.95
%30.06

CMYK Percentages of Color #f95690

%0
%65
%42
%2

Triadic Colors of #f95690

#f95690 #90f956 #5690f9

Analogous Colors of #f95690

#f95690 #f96e56 #f956e2

Monochromatic Colors of #f95690

#f95690

Complementary Color

#f95690 #56f9bf

#f95690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95690 Color CSS Codes

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

#f95690 Text Font Color

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

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


#f95690 Background Color

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

This div background color is #f95690


#f95690 Border Color

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

This div border color is #f95690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,86,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 #f95690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95690

Related Colors


Comments

No comments written yet.

Please login to write comment.