Color Hex Logo

#f95bcc Color Hex

#F95BCC
(249,91,204)
0 Favorites   0 Comments

Color spaces of #f95bcc

RGB 24991204
HSL0.880.930.67
HSV317°63°98°
CMYK 0.000.630.18   0.02
XYZ53.707131.981560.4691
Yxy31.98150.36750.2188
Hunter Lab56.552270.5535-23.8100
CIE-Lab63.327671.4364-27.6230

#f95bcc color RGB value is (249,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 11001100
Octal 371 133 314
Decimal 249 91 204
Hex F9 5B CC

RGB Percentages of Color #f95bcc

%45.77
%16.73
%37.50

CMYK Percentages of Color #f95bcc

%0
%63
%18
%2

Triadic Colors of #f95bcc

#f95bcc #ccf95b #5bccf9

Analogous Colors of #f95bcc

#f95bcc #f95b7d #d75bf9

Monochromatic Colors of #f95bcc

#f95bcc

Complementary Color

#f95bcc #5bf988

#f95bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bcc Color CSS Codes

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

#f95bcc Text Font Color

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

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


#f95bcc Background Color

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

This div background color is #f95bcc


#f95bcc Border Color

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

This div border color is #f95bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bcc

Related Colors


Comments

No comments written yet.

Please login to write comment.