Color Hex Logo

#f95fae Color Hex

#F95FAE
(249,95,174)
0 Favorites   0 Comments

Color spaces of #f95fae

RGB 24995174
HSL0.910.930.67
HSV329°62°98°
CMYK 0.000.620.30   0.02
XYZ50.799131.380143.4240
Yxy31.38010.40440.2498
Hunter Lab56.017963.8389-6.7479
CIE-Lab62.827265.9938-11.3064

#f95fae color RGB value is (249,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011111 10101110
Octal 371 137 256
Decimal 249 95 174
Hex F9 5F AE

RGB Percentages of Color #f95fae

%48.07
%18.34
%33.59

CMYK Percentages of Color #f95fae

%0
%62
%30
%2

Triadic Colors of #f95fae

#f95fae #aef95f #5faef9

Analogous Colors of #f95fae

#f95fae #f95f61 #f75ff9

Monochromatic Colors of #f95fae

#f95fae

Complementary Color

#f95fae #5ff9aa

#f95fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95fae Color CSS Codes

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

#f95fae Text Font Color

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

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


#f95fae Background Color

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

This div background color is #f95fae


#f95fae Border Color

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

This div border color is #f95fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95fae


Comments

No comments written yet.

Please login to write comment.