Color Hex Logo

#f95cb1 Color Hex

#F95CB1
(249,92,177)
0 Favorites   0 Comments

Color spaces of #f95cb1

RGB 24992177
HSL0.910.930.67
HSV328°63°98°
CMYK 0.000.630.29   0.02
XYZ50.829930.968444.8934
Yxy30.96840.40120.2444
Hunter Lab55.649365.6553-8.8760
CIE-Lab62.480967.5682-13.5455

#f95cb1 color RGB value is (249,92,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011100 10110001
Octal 371 134 261
Decimal 249 92 177
Hex F9 5C B1

RGB Percentages of Color #f95cb1

%48.07
%17.76
%34.17

CMYK Percentages of Color #f95cb1

%0
%63
%29
%2

Triadic Colors of #f95cb1

#f95cb1 #b1f95c #5cb1f9

Analogous Colors of #f95cb1

#f95cb1 #f95c63 #f35cf9

Monochromatic Colors of #f95cb1

#f95cb1

Complementary Color

#f95cb1 #5cf9a4

#f95cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95cb1 Color CSS Codes

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

#f95cb1 Text Font Color

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

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


#f95cb1 Background Color

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

This div background color is #f95cb1


#f95cb1 Border Color

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

This div border color is #f95cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95cb1

Related Colors


Comments

No comments written yet.

Please login to write comment.