color codes Logo

#f94eaa color codes

#F94EAA
(249,78,170)
0 Favorites   0 Comments

Color spaces of #f94eaa

RGB 24978170
HSL0.910.930.64
HSV328°69°98°
CMYK 0.000.690.32   0.02
XYZ49.047028.490840.9444
Yxy28.49080.41400.2405
Hunter Lab53.376870.6112-8.1166
CIE-Lab60.329672.0396-12.7555

#f94eaa color RGB value is (249,78,170).

#f94eaa hex color red value is 249, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f94eaa hue: 0.91 , saturation: 0.93 and the lightness value of f94eaa is 0.64.

The process color (four color CMYK) of #f94eaa color code is 0.00, 0.69, 0.32, 0.02. Web safe color of #f94eaa is #ff6699. Color #f94eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 10101010
Octal 371 116 252
Decimal 249 78 170
Hex F9 4E AA

RGB Percentages of Color #f94eaa

%50.10
%15.69
%34.21

CMYK Percentages of Color #f94eaa

%0
%69
%32
%2

Triadic Colors of #f94eaa

#f94eaa #aaf94e #4eaaf9

Analogous Colors of #f94eaa

#f94eaa #f94e55 #f34ef9

Monochromatic Colors of #f94eaa

#f94eaa

Complementary Color

#f94eaa #4ef99d

#f94eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94eaa Color CSS Codes

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

#f94eaa Text Font Color

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

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


#f94eaa Background Color

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

This div background color is #f94eaa


#f94eaa Border Color

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

This div border color is #f94eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94eaa


Comments

No comments written yet.

Please login to write comment.