Color Hex Logo

#f95bcf Color Hex

#F95BCF
(249,91,207)
0 Favorites   0 Comments

Color spaces of #f95bcf

RGB 24991207
HSL0.880.930.67
HSV316°63°98°
CMYK 0.000.630.17   0.02
XYZ54.070532.126962.3828
Yxy32.12690.36390.2162
Hunter Lab56.680671.0892-25.5783
CIE-Lab63.447671.8493-29.1323

#f95bcf color RGB value is (249,91,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 11001111
Octal 371 133 317
Decimal 249 91 207
Hex F9 5B CF

RGB Percentages of Color #f95bcf

%45.52
%16.64
%37.84

CMYK Percentages of Color #f95bcf

%0
%63
%17
%2

Triadic Colors of #f95bcf

#f95bcf #cff95b #5bcff9

Analogous Colors of #f95bcf

#f95bcf #f95b80 #d45bf9

Monochromatic Colors of #f95bcf

#f95bcf

Complementary Color

#f95bcf #5bf985

#f95bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bcf Color CSS Codes

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

#f95bcf Text Font Color

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

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


#f95bcf Background Color

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

This div background color is #f95bcf


#f95bcf Border Color

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

This div border color is #f95bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bcf


Comments

No comments written yet.

Please login to write comment.