Color Hex Logo

#f971ae Color Hex

#F971AE
(249,113,174)
0 Favorites   0 Comments

Color spaces of #f971ae

RGB 249113174
HSL0.930.920.71
HSV333°55°98°
CMYK 0.000.550.30   0.02
XYZ52.612035.006044.0283
Yxy35.00600.39960.2659
Hunter Lab59.165955.1871-2.7046
CIE-Lab65.753358.1518-6.9411

#f971ae color RGB value is (249,113,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 10101110
Octal 371 161 256
Decimal 249 113 174
Hex F9 71 AE

RGB Percentages of Color #f971ae

%46.46
%21.08
%32.46

CMYK Percentages of Color #f971ae

%0
%55
%30
%2

Triadic Colors of #f971ae

#f971ae #aef971 #71aef9

Analogous Colors of #f971ae

#f971ae #f97871 #f971f2

Monochromatic Colors of #f971ae

#f971ae

Complementary Color

#f971ae #71f9bc

#f971ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971ae Color CSS Codes

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

#f971ae Text Font Color

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

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


#f971ae Background Color

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

This div background color is #f971ae


#f971ae Border Color

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

This div border color is #f971ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971ae

Related Colors


Comments

No comments written yet.

Please login to write comment.