Color Hex Logo

#f973cb Color Hex

#F973CB
(249,115,203)
0 Favorites   0 Comments

Color spaces of #f973cb

RGB 249115203
HSL0.890.920.71
HSV321°54°98°
CMYK 0.000.540.18   0.02
XYZ55.977136.713060.6359
Yxy36.71300.36510.2394
Hunter Lab60.591358.8721-16.9198
CIE-Lab67.061261.0871-21.3368

#f973cb color RGB value is (249,115,203).

#f973cb hex color red value is 249, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f973cb hue: 0.89 , saturation: 0.92 and the lightness value of f973cb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 11001011
Octal 371 163 313
Decimal 249 115 203
Hex F9 73 CB

RGB Percentages of Color #f973cb

%43.92
%20.28
%35.80

CMYK Percentages of Color #f973cb

%0
%54
%18
%2

Triadic Colors of #f973cb

#f973cb #cbf973 #73cbf9

Analogous Colors of #f973cb

#f973cb #f97388 #e473f9

Monochromatic Colors of #f973cb

#f973cb

Complementary Color

#f973cb #73f9a1

#f973cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f973cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f973cb Color CSS Codes

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

#f973cb Text Font Color

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

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


#f973cb Background Color

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

This div background color is #f973cb


#f973cb Border Color

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

This div border color is #f973cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,115,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 #f973cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f973cb


Comments

No comments written yet.

Please login to write comment.