Color Hex Logo

#f95aee Color Hex

#F95AEE
(249,90,238)
0 Favorites   0 Comments

Color spaces of #f95aee

RGB 24990238
HSL0.840.930.66
HSV304°64°98°
CMYK 0.000.640.04   0.02
XYZ58.155733.625184.3141
Yxy33.62510.33030.1909
Hunter Lab57.987277.5413-45.6174
CIE-Lab64.663976.7883-44.5824

#f95aee color RGB value is (249,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11101110
Octal 371 132 356
Decimal 249 90 238
Hex F9 5A EE

RGB Percentages of Color #f95aee

%43.15
%15.60
%41.25

CMYK Percentages of Color #f95aee

%0
%64
%4
%2

Triadic Colors of #f95aee

#f95aee #eef95a #5aeef9

Analogous Colors of #f95aee

#f95aee #f95a9f #b55af9

Monochromatic Colors of #f95aee

#f95aee

Complementary Color

#f95aee #5af965

#f95aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95aee Color CSS Codes

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

#f95aee Text Font Color

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

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


#f95aee Background Color

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

This div background color is #f95aee


#f95aee Border Color

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

This div border color is #f95aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95aee

Related Colors


Comments

No comments written yet.

Please login to write comment.