Color Hex Logo

#f95fad Color Hex

#F95FAD
(249,95,173)
0 Favorites   0 Comments

Color spaces of #f95fad

RGB 24995173
HSL0.920.930.67
HSV330°62°98°
CMYK 0.000.620.31   0.02
XYZ50.702031.341342.9123
Yxy31.34130.40580.2508
Hunter Lab55.983363.6901-6.2586
CIE-Lab62.794765.8752-10.7819

#f95fad color RGB value is (249,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011111 10101101
Octal 371 137 255
Decimal 249 95 173
Hex F9 5F AD

RGB Percentages of Color #f95fad

%48.16
%18.38
%33.46

CMYK Percentages of Color #f95fad

%0
%62
%31
%2

Triadic Colors of #f95fad

#f95fad #adf95f #5fadf9

Analogous Colors of #f95fad

#f95fad #f95f60 #f85ff9

Monochromatic Colors of #f95fad

#f95fad

Complementary Color

#f95fad #5ff9ab

#f95fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95fad Color CSS Codes

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

#f95fad Text Font Color

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

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


#f95fad Background Color

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

This div background color is #f95fad


#f95fad Border Color

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

This div border color is #f95fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95fad


Comments

No comments written yet.

Please login to write comment.