Color Hex Logo

#f95ead Color Hex

#F95EAD
(249,94,173)
0 Favorites   0 Comments

Color spaces of #f95ead

RGB 24994173
HSL0.920.930.67
HSV329°62°98°
CMYK 0.000.620.31   0.02
XYZ50.612531.162342.8825
Yxy31.16230.40600.2500
Hunter Lab55.823264.1477-6.4694
CIE-Lab62.644466.2843-11.0071

#f95ead color RGB value is (249,94,173).

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

The process color (four color CMYK) of #f95ead color hex is 0.00, 0.62, 0.31, 0.02. Web safe color of #f95ead is #ff6699. Color #f95ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 10101101
Octal 371 136 255
Decimal 249 94 173
Hex F9 5E AD

RGB Percentages of Color #f95ead

%48.26
%18.22
%33.53

CMYK Percentages of Color #f95ead

%0
%62
%31
%2

Triadic Colors of #f95ead

#f95ead #adf95e #5eadf9

Analogous Colors of #f95ead

#f95ead #f95e60 #f85ef9

Monochromatic Colors of #f95ead

#f95ead

Complementary Color

#f95ead #5ef9aa

#f95ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ead Color CSS Codes

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

#f95ead Text Font Color

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

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


#f95ead Background Color

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

This div background color is #f95ead


#f95ead Border Color

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

This div border color is #f95ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ead


Comments

No comments written yet.

Please login to write comment.