Color Hex Logo

#f95696 Color Hex

#F95696
(249,86,150)
0 Favorites   0 Comments

Color spaces of #f95696

RGB 24986150
HSL0.930.930.66
HSV336°65°98°
CMYK 0.000.650.40   0.02
XYZ47.899728.997331.9266
Yxy28.99730.44020.2665
Hunter Lab53.849164.54272.5420
CIE-Lab60.779266.9497-0.4922

#f95696 color RGB value is (249,86,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10010110
Octal 371 126 226
Decimal 249 86 150
Hex F9 56 96

RGB Percentages of Color #f95696

%51.34
%17.73
%30.93

CMYK Percentages of Color #f95696

%0
%65
%40
%2

Triadic Colors of #f95696

#f95696 #96f956 #5696f9

Analogous Colors of #f95696

#f95696 #f96856 #f956e8

Monochromatic Colors of #f95696

#f95696

Complementary Color

#f95696 #56f9b9

#f95696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95696 Color CSS Codes

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

#f95696 Text Font Color

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

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


#f95696 Background Color

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

This div background color is #f95696


#f95696 Border Color

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

This div border color is #f95696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95696


Comments

No comments written yet.

Please login to write comment.