Color Hex Logo

#f972de Color Hex

#F972DE
(249,114,222)
0 Favorites   0 Comments

Color spaces of #f972de

RGB 249114222
HSL0.870.920.71
HSV312°54°98°
CMYK 0.000.540.11   0.02
XYZ58.269137.448373.2644
Yxy37.44830.34480.2216
Hunter Lab61.195062.8741-28.1471
CIE-Lab67.612064.3566-31.0979

#f972de color RGB value is (249,114,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 11011110
Octal 371 162 336
Decimal 249 114 222
Hex F9 72 DE

RGB Percentages of Color #f972de

%42.56
%19.49
%37.95

CMYK Percentages of Color #f972de

%0
%54
%11
%2

Triadic Colors of #f972de

#f972de #def972 #72def9

Analogous Colors of #f972de

#f972de #f9729b #d172f9

Monochromatic Colors of #f972de

#f972de

Complementary Color

#f972de #72f98d

#f972de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972de Color CSS Codes

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

#f972de Text Font Color

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

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


#f972de Background Color

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

This div background color is #f972de


#f972de Border Color

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

This div border color is #f972de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972de


Comments

No comments written yet.

Please login to write comment.