Color Hex Logo

#f96fcc Color Hex

#F96FCC
(249,111,204)
0 Favorites   0 Comments

Color spaces of #f96fcc

RGB 249111204
HSL0.890.920.71
HSV320°55°98°
CMYK 0.000.550.18   0.02
XYZ55.650435.868261.1169
Yxy35.86820.36460.2350
Hunter Lab59.890161.0562-18.5815
CIE-Lab66.419163.0377-22.8778

#f96fcc color RGB value is (249,111,204).

#f96fcc hex color red value is 249, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f96fcc hue: 0.89 , saturation: 0.92 and the lightness value of f96fcc is 0.71.

The process color (four color CMYK) of #f96fcc color hex is 0.00, 0.55, 0.18, 0.02. Web safe color of #f96fcc is #ff66cc. Color #f96fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101111 11001100
Octal 371 157 314
Decimal 249 111 204
Hex F9 6F CC

RGB Percentages of Color #f96fcc

%44.15
%19.68
%36.17

CMYK Percentages of Color #f96fcc

%0
%55
%18
%2

Triadic Colors of #f96fcc

#f96fcc #ccf96f #6fccf9

Analogous Colors of #f96fcc

#f96fcc #f96f87 #e16ff9

Monochromatic Colors of #f96fcc

#f96fcc

Complementary Color

#f96fcc #6ff99c

#f96fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96fcc Color CSS Codes

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

#f96fcc Text Font Color

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

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


#f96fcc Background Color

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

This div background color is #f96fcc


#f96fcc Border Color

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

This div border color is #f96fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96fcc


Comments

No comments written yet.

Please login to write comment.