Color Hex Logo

#f96dcf Color Hex

#F96DCF
(249,109,207)
0 Favorites   0 Comments

Color spaces of #f96dcf

RGB 249109207
HSL0.880.920.70
HSV318°56°98°
CMYK 0.000.560.17   0.02
XYZ55.798035.582062.9586
Yxy35.58200.36150.2305
Hunter Lab59.650662.5826-20.8225
CIE-Lab66.199364.3546-24.8975

#f96dcf color RGB value is (249,109,207).

#f96dcf hex color red value is 249, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f96dcf hue: 0.88 , saturation: 0.92 and the lightness value of f96dcf is 0.70.

The process color (four color CMYK) of #f96dcf color hex is 0.00, 0.56, 0.17, 0.02. Web safe color of #f96dcf is #ff66cc. Color #f96dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11001111
Octal 371 155 317
Decimal 249 109 207
Hex F9 6D CF

RGB Percentages of Color #f96dcf

%44.07
%19.29
%36.64

CMYK Percentages of Color #f96dcf

%0
%56
%17
%2

Triadic Colors of #f96dcf

#f96dcf #cff96d #6dcff9

Analogous Colors of #f96dcf

#f96dcf #f96d89 #dd6df9

Monochromatic Colors of #f96dcf

#f96dcf

Complementary Color

#f96dcf #6df997

#f96dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dcf Color CSS Codes

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

#f96dcf Text Font Color

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

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


#f96dcf Background Color

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

This div background color is #f96dcf


#f96dcf Border Color

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

This div border color is #f96dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dcf

Related Colors


Comments

No comments written yet.

Please login to write comment.