Color Hex Logo

#f96fcd Color Hex

#F96FCD
(249,111,205)
0 Favorites   0 Comments

Color spaces of #f96fcd

RGB 249111205
HSL0.890.920.71
HSV319°55°98°
CMYK 0.000.550.18   0.02
XYZ55.770835.916461.7507
Yxy35.91640.36350.2341
Hunter Lab59.930361.2331-19.1398
CIE-Lab66.456063.1800-23.3825

#f96fcd color RGB value is (249,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101111 11001101
Octal 371 157 315
Decimal 249 111 205
Hex F9 6F CD

RGB Percentages of Color #f96fcd

%44.07
%19.65
%36.28

CMYK Percentages of Color #f96fcd

%0
%55
%18
%2

Triadic Colors of #f96fcd

#f96fcd #cdf96f #6fcdf9

Analogous Colors of #f96fcd

#f96fcd #f96f88 #e06ff9

Monochromatic Colors of #f96fcd

#f96fcd

Complementary Color

#f96fcd #6ff99b

#f96fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96fcd Color CSS Codes

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

#f96fcd Text Font Color

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

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


#f96fcd Background Color

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

This div background color is #f96fcd


#f96fcd Border Color

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

This div border color is #f96fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96fcd


Comments

No comments written yet.

Please login to write comment.