Color Hex Logo

#f971cd Color Hex

#F971CD
(249,113,205)
0 Favorites   0 Comments

Color spaces of #f971cd

RGB 249113205
HSL0.890.920.71
HSV319°55°98°
CMYK 0.000.550.18   0.02
XYZ55.991536.357861.8243
Yxy36.35780.36320.2358
Hunter Lab60.297460.2325-18.5832
CIE-Lab66.792462.2814-22.8682

#f971cd color RGB value is (249,113,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 11001101
Octal 371 161 315
Decimal 249 113 205
Hex F9 71 CD

RGB Percentages of Color #f971cd

%43.92
%19.93
%36.16

CMYK Percentages of Color #f971cd

%0
%55
%18
%2

Triadic Colors of #f971cd

#f971cd #cdf971 #71cdf9

Analogous Colors of #f971cd

#f971cd #f97189 #e171f9

Monochromatic Colors of #f971cd

#f971cd

Complementary Color

#f971cd #71f99d

#f971cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971cd Color CSS Codes

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

#f971cd Text Font Color

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

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


#f971cd Background Color

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

This div background color is #f971cd


#f971cd Border Color

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

This div border color is #f971cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,113,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 #f971cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971cd


Comments

No comments written yet.

Please login to write comment.