color codes Logo

#f95bac color codes

#F95BAC
(249,91,172)
0 Favorites   0 Comments

Color spaces of #f95bac

RGB 24991172
HSL0.910.930.67
HSV329°63°98°
CMYK 0.000.630.31   0.02
XYZ50.254430.600542.2875
Yxy30.60050.40810.2485
Hunter Lab55.317765.3556-6.6017
CIE-Lab62.168967.3757-11.1457

#f95bac color RGB value is (249,91,172).

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

The process color (four color CMYK) of #f95bac color code is 0.00, 0.63, 0.31, 0.02. Web safe color of #f95bac is #ff6699. Color #f95bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 10101100
Octal 371 133 254
Decimal 249 91 172
Hex F9 5B AC

RGB Percentages of Color #f95bac

%48.63
%17.77
%33.59

CMYK Percentages of Color #f95bac

%0
%63
%31
%2

Triadic Colors of #f95bac

#f95bac #acf95b #5bacf9

Analogous Colors of #f95bac

#f95bac #f95b5d #f75bf9

Monochromatic Colors of #f95bac

#f95bac

Complementary Color

#f95bac #5bf9a8

#f95bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bac Color CSS Codes

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

#f95bac Text Font Color

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

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


#f95bac Background Color

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

This div background color is #f95bac


#f95bac Border Color

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

This div border color is #f95bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bac

Related Colors


Comments

No comments written yet.

Please login to write comment.