Color Hex Logo

#f95caa Color Hex

#F95CAA
(249,92,170)
0 Favorites   0 Comments

Color spaces of #f95caa

RGB 24992170
HSL0.920.930.67
HSV330°63°98°
CMYK 0.000.630.32   0.02
XYZ50.149830.696341.3120
Yxy30.69630.41050.2513
Hunter Lab55.404264.6139-5.4264
CIE-Lab62.250466.7437-9.8744

#f95caa color RGB value is (249,92,170).

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

The process color (four color CMYK) of #f95caa color hex is 0.00, 0.63, 0.32, 0.02. Web safe color of #f95caa is #ff6699. Color #f95caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011100 10101010
Octal 371 134 252
Decimal 249 92 170
Hex F9 5C AA

RGB Percentages of Color #f95caa

%48.73
%18.00
%33.27

CMYK Percentages of Color #f95caa

%0
%63
%32
%2

Triadic Colors of #f95caa

#f95caa #aaf95c #5caaf9

Analogous Colors of #f95caa

#f95caa #f95c5c #f95cf9

Monochromatic Colors of #f95caa

#f95caa

Complementary Color

#f95caa #5cf9ab

#f95caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95caa Color CSS Codes

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

#f95caa Text Font Color

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

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


#f95caa Background Color

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

This div background color is #f95caa


#f95caa Border Color

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

This div border color is #f95caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95caa


Comments

No comments written yet.

Please login to write comment.