Color Hex Logo

#f94eee Color Hex

#F94EEE
(249,78,238)
0 Favorites   0 Comments

Color spaces of #f94eee

RGB 24978238
HSL0.840.930.64
HSV304°69°98°
CMYK 0.000.690.04   0.02
XYZ57.223931.761684.0035
Yxy31.76160.33080.1836
Hunter Lab56.357482.6189-48.9244
CIE-Lab63.145481.0544-46.9748

#f94eee color RGB value is (249,78,238).

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

The process color (four color CMYK) of #f94eee color hex is 0.00, 0.69, 0.04, 0.02. Web safe color of #f94eee is #ff66ff. Color #f94eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11101110
Octal 371 116 356
Decimal 249 78 238
Hex F9 4E EE

RGB Percentages of Color #f94eee

%44.07
%13.81
%42.12

CMYK Percentages of Color #f94eee

%0
%69
%4
%2

Triadic Colors of #f94eee

#f94eee #eef94e #4eeef9

Analogous Colors of #f94eee

#f94eee #f94e99 #af4ef9

Monochromatic Colors of #f94eee

#f94eee

Complementary Color

#f94eee #4ef959

#f94eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94eee Color CSS Codes

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

#f94eee Text Font Color

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

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


#f94eee Background Color

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

This div background color is #f94eee


#f94eee Border Color

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

This div border color is #f94eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94eee

Related Colors


Comments

No comments written yet.

Please login to write comment.