Color Hex Logo

#f95bba Color Hex

#F95BBA
(249,91,186)
0 Favorites   0 Comments

Color spaces of #f95bba

RGB 24991186
HSL0.900.930.67
HSV324°63°98°
CMYK 0.000.630.25   0.02
XYZ51.670931.167149.7469
Yxy31.16710.38970.2351
Hunter Lab55.827567.5118-13.7530
CIE-Lab62.648469.0724-18.4387

#f95bba color RGB value is (249,91,186).

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

The process color (four color CMYK) of #f95bba color hex is 0.00, 0.63, 0.25, 0.02. Web safe color of #f95bba is #ff66cc. Color #f95bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 10111010
Octal 371 133 272
Decimal 249 91 186
Hex F9 5B BA

RGB Percentages of Color #f95bba

%47.34
%17.30
%35.36

CMYK Percentages of Color #f95bba

%0
%63
%25
%2

Triadic Colors of #f95bba

#f95bba #baf95b #5bbaf9

Analogous Colors of #f95bba

#f95bba #f95b6b #e95bf9

Monochromatic Colors of #f95bba

#f95bba

Complementary Color

#f95bba #5bf99a

#f95bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bba Color CSS Codes

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

#f95bba Text Font Color

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

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


#f95bba Background Color

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

This div background color is #f95bba


#f95bba Border Color

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

This div border color is #f95bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bba

Related Colors


Comments

No comments written yet.

Please login to write comment.