Color Hex Logo

#f969ae Color Hex

#F969AE
(249,105,174)
0 Favorites   0 Comments

Color spaces of #f969ae

RGB 249105174
HSL0.920.920.69
HSV331°58°98°
CMYK 0.000.580.30   0.02
XYZ51.758533.298943.7438
Yxy33.29890.40180.2585
Hunter Lab57.705259.1209-4.5515
CIE-Lab64.402261.7435-8.9514

#f969ae color RGB value is (249,105,174).

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

The process color (four color CMYK) of #f969ae color hex is 0.00, 0.58, 0.30, 0.02. Web safe color of #f969ae is #ff6699. Color #f969ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 10101110
Octal 371 151 256
Decimal 249 105 174
Hex F9 69 AE

RGB Percentages of Color #f969ae

%47.16
%19.89
%32.95

CMYK Percentages of Color #f969ae

%0
%58
%30
%2

Triadic Colors of #f969ae

#f969ae #aef969 #69aef9

Analogous Colors of #f969ae

#f969ae #f96c69 #f969f6

Monochromatic Colors of #f969ae

#f969ae

Complementary Color

#f969ae #69f9b4

#f969ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969ae Color CSS Codes

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

#f969ae Text Font Color

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

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


#f969ae Background Color

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

This div background color is #f969ae


#f969ae Border Color

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

This div border color is #f969ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969ae


Comments

No comments written yet.

Please login to write comment.