Color Hex Logo

#f956cb Color Hex

#F956CB
(249,86,203)
0 Favorites   0 Comments

Color spaces of #f956cb

RGB 24986203
HSL0.880.930.66
HSV317°65°98°
CMYK 0.000.650.18   0.02
XYZ53.174231.107159.7016
Yxy31.10710.36930.2160
Hunter Lab55.773772.5763-24.4239
CIE-Lab62.597973.2097-28.1825

#f956cb color RGB value is (249,86,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11001011
Octal 371 126 313
Decimal 249 86 203
Hex F9 56 CB

RGB Percentages of Color #f956cb

%46.28
%15.99
%37.73

CMYK Percentages of Color #f956cb

%0
%65
%18
%2

Triadic Colors of #f956cb

#f956cb #cbf956 #56cbf9

Analogous Colors of #f956cb

#f956cb #f9567a #d656f9

Monochromatic Colors of #f956cb

#f956cb

Complementary Color

#f956cb #56f984

#f956cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956cb Color CSS Codes

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

#f956cb Text Font Color

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

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


#f956cb Background Color

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

This div background color is #f956cb


#f956cb Border Color

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

This div border color is #f956cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956cb


Comments

No comments written yet.

Please login to write comment.