Color Hex Logo

#f961de Color Hex

#F961DE
(249,97,222)
0 Favorites   0 Comments

Color spaces of #f961de

RGB 24997222
HSL0.860.930.68
HSV311°61°98°
CMYK 0.000.610.11   0.02
XYZ56.526433.963172.6835
Yxy33.96310.34640.2081
Hunter Lab58.277971.1491-33.1513
CIE-Lab64.933371.6255-35.2520

#f961de color RGB value is (249,97,222).

#f961de hex color red value is 249, green value is 97 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f961de hue: 0.86 , saturation: 0.93 and the lightness value of f961de is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100001 11011110
Octal 371 141 336
Decimal 249 97 222
Hex F9 61 DE

RGB Percentages of Color #f961de

%43.84
%17.08
%39.08

CMYK Percentages of Color #f961de

%0
%61
%11
%2

Triadic Colors of #f961de

#f961de #def961 #61def9

Analogous Colors of #f961de

#f961de #f96192 #c861f9

Monochromatic Colors of #f961de

#f961de

Complementary Color

#f961de #61f97c

#f961de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f961de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f961de Color CSS Codes

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

#f961de Text Font Color

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

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


#f961de Background Color

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

This div background color is #f961de


#f961de Border Color

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

This div border color is #f961de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f961de


Comments

No comments written yet.

Please login to write comment.