Color Hex Logo

#f969de Color Hex

#F969DE
(249,105,222)
0 Favorites   0 Comments

Color spaces of #f969de

RGB 249105222
HSL0.860.920.69
HSV311°58°98°
CMYK 0.000.580.11   0.02
XYZ57.303335.516872.9425
Yxy35.51680.34570.2143
Hunter Lab59.596067.3401-30.8508
CIE-Lab66.149168.3026-33.3632

#f969de color RGB value is (249,105,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 11011110
Octal 371 151 336
Decimal 249 105 222
Hex F9 69 DE

RGB Percentages of Color #f969de

%43.23
%18.23
%38.54

CMYK Percentages of Color #f969de

%0
%58
%11
%2

Triadic Colors of #f969de

#f969de #def969 #69def9

Analogous Colors of #f969de

#f969de #f96996 #cc69f9

Monochromatic Colors of #f969de

#f969de

Complementary Color

#f969de #69f984

#f969de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969de Color CSS Codes

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

#f969de Text Font Color

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

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


#f969de Background Color

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

This div background color is #f969de


#f969de Border Color

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

This div border color is #f969de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969de


Comments

No comments written yet.

Please login to write comment.