Color Hex Logo

#f946ae Color Hex

#F946AE
(249,70,174)
0 Favorites   0 Comments

Color spaces of #f946ae

RGB 24970174
HSL0.900.940.63
HSV325°72°98°
CMYK 0.000.720.30   0.02
XYZ48.897127.576042.7899
Yxy27.57600.41000.2312
Hunter Lab52.512974.3119-11.5532
CIE-Lab59.503775.1904-16.3165

#f946ae color RGB value is (249,70,174).

#f946ae hex color red value is 249, green value is 70 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f946ae hue: 0.90 , saturation: 0.94 and the lightness value of f946ae is 0.63.

The process color (four color CMYK) of #f946ae color hex is 0.00, 0.72, 0.30, 0.02. Web safe color of #f946ae is #ff3399. Color #f946ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 10101110
Octal 371 106 256
Decimal 249 70 174
Hex F9 46 AE

RGB Percentages of Color #f946ae

%50.51
%14.20
%35.29

CMYK Percentages of Color #f946ae

%0
%72
%30
%2

Triadic Colors of #f946ae

#f946ae #aef946 #46aef9

Analogous Colors of #f946ae

#f946ae #f94655 #eb46f9

Monochromatic Colors of #f946ae

#f946ae

Complementary Color

#f946ae #46f991

#f946ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f946ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f946ae Color CSS Codes

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

#f946ae Text Font Color

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

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


#f946ae Background Color

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

This div background color is #f946ae


#f946ae Border Color

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

This div border color is #f946ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f946ae

Related Colors


Comments

No comments written yet.

Please login to write comment.