Color Hex Logo

#f96799 Color Hex

#F96799
(249,103,153)
0 Favorites   0 Comments

Color spaces of #f96799

RGB 249103153
HSL0.940.920.69
HSV339°59°98°
CMYK 0.000.590.39   0.02
XYZ49.666932.140133.7229
Yxy32.14010.42990.2782
Hunter Lab56.692257.16874.4164
CIE-Lab63.458560.23541.6807

#f96799 color RGB value is (249,103,153).

#f96799 hex color red value is 249, green value is 103 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #f96799 hue: 0.94 , saturation: 0.92 and the lightness value of f96799 is 0.69.

The process color (four color CMYK) of #f96799 color hex is 0.00, 0.59, 0.39, 0.02. Web safe color of #f96799 is #ff6699. Color #f96799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 10011001
Octal 371 147 231
Decimal 249 103 153
Hex F9 67 99

RGB Percentages of Color #f96799

%49.31
%20.40
%30.30

CMYK Percentages of Color #f96799

%0
%59
%39
%2

Triadic Colors of #f96799

#f96799 #99f967 #6799f9

Analogous Colors of #f96799

#f96799 #f97e67 #f967e2

Monochromatic Colors of #f96799

#f96799

Complementary Color

#f96799 #67f9c7

#f96799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96799 Color CSS Codes

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

#f96799 Text Font Color

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

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


#f96799 Background Color

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

This div background color is #f96799


#f96799 Border Color

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

This div border color is #f96799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96799

Related Colors


Comments

No comments written yet.

Please login to write comment.