Color Hex Logo

#f96569 Color Hex

#F96569
(249,101,105)
0 Favorites   0 Comments

Color spaces of #f96569

RGB 249101105
HSL1.000.930.69
HSV358°59°98°
CMYK 0.000.590.58   0.02
XYZ46.270430.467016.8066
Yxy30.46700.49460.3257
Hunter Lab55.196953.038120.5850
CIE-Lab62.055156.886827.2933

#f96569 color RGB value is (249,101,105).

#f96569 hex color red value is 249, green value is 101 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f96569 hue: 1.00 , saturation: 0.93 and the lightness value of f96569 is 0.69.

The process color (four color CMYK) of #f96569 color hex is 0.00, 0.59, 0.58, 0.02. Web safe color of #f96569 is #ff6666. Color #f96569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100101 01101001
Octal 371 145 151
Decimal 249 101 105
Hex F9 65 69

RGB Percentages of Color #f96569

%54.73
%22.20
%23.08

CMYK Percentages of Color #f96569

%0
%59
%58
%2

Triadic Colors of #f96569

#f96569 #69f965 #6569f9

Analogous Colors of #f96569

#f96569 #f9ab65 #f965b3

Monochromatic Colors of #f96569

#f96569

Complementary Color

#f96569 #65f9f5

#f96569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96569 Color CSS Codes

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

#f96569 Text Font Color

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

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


#f96569 Background Color

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

This div background color is #f96569


#f96569 Border Color

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

This div border color is #f96569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96569


Comments

No comments written yet.

Please login to write comment.