Color Hex Logo

#f971de Color Hex

#F971DE
(249,113,222)
0 Favorites   0 Comments

Color spaces of #f971de

RGB 249113222
HSL0.870.920.71
HSV312°55°98°
CMYK 0.000.550.11   0.02
XYZ58.156937.223973.2270
Yxy37.22390.34490.2208
Hunter Lab61.011463.3787-28.4530
CIE-Lab67.444764.8051-31.3566

#f971de color RGB value is (249,113,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 11011110
Octal 371 161 336
Decimal 249 113 222
Hex F9 71 DE

RGB Percentages of Color #f971de

%42.64
%19.35
%38.01

CMYK Percentages of Color #f971de

%0
%55
%11
%2

Triadic Colors of #f971de

#f971de #def971 #71def9

Analogous Colors of #f971de

#f971de #f9719a #d071f9

Monochromatic Colors of #f971de

#f971de

Complementary Color

#f971de #71f98c

#f971de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971de Color CSS Codes

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

#f971de Text Font Color

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

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


#f971de Background Color

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

This div background color is #f971de


#f971de Border Color

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

This div border color is #f971de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971de

Related Colors


Comments

No comments written yet.

Please login to write comment.