Color Hex Logo

#f969e0 Color Hex

#F969E0
(249,105,224)
0 Favorites   0 Comments

Color spaces of #f969e0

RGB 249105224
HSL0.860.920.69
HSV310°58°98°
CMYK 0.000.580.10   0.02
XYZ57.573035.624774.3628
Yxy35.62470.34360.2126
Hunter Lab59.686467.7283-32.0884
CIE-Lab66.232268.6060-34.3485

#f969e0 color RGB value is (249,105,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 11100000
Octal 371 151 340
Decimal 249 105 224
Hex F9 69 E0

RGB Percentages of Color #f969e0

%43.08
%18.17
%38.75

CMYK Percentages of Color #f969e0

%0
%58
%10
%2

Triadic Colors of #f969e0

#f969e0 #e0f969 #69e0f9

Analogous Colors of #f969e0

#f969e0 #f96998 #ca69f9

Monochromatic Colors of #f969e0

#f969e0

Complementary Color

#f969e0 #69f982

#f969e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969e0 Color CSS Codes

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

#f969e0 Text Font Color

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

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


#f969e0 Background Color

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

This div background color is #f969e0


#f969e0 Border Color

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

This div border color is #f969e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969e0


Comments

No comments written yet.

Please login to write comment.