Color Hex Logo

#f970cb Color Hex

#F970CB
(249,112,203)
0 Favorites   0 Comments

Color spaces of #f970cb

RGB 249112203
HSL0.890.920.71
HSV320°55°98°
CMYK 0.000.550.18   0.02
XYZ55.640636.039960.5237
Yxy36.03990.36560.2368
Hunter Lab60.033260.3810-17.7511
CIE-Lab66.550462.4471-22.1159

#f970cb color RGB value is (249,112,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 11001011
Octal 371 160 313
Decimal 249 112 203
Hex F9 70 CB

RGB Percentages of Color #f970cb

%44.15
%19.86
%35.99

CMYK Percentages of Color #f970cb

%0
%55
%18
%2

Triadic Colors of #f970cb

#f970cb #cbf970 #70cbf9

Analogous Colors of #f970cb

#f970cb #f97087 #e370f9

Monochromatic Colors of #f970cb

#f970cb

Complementary Color

#f970cb #70f99e

#f970cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970cb Color CSS Codes

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

#f970cb Text Font Color

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

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


#f970cb Background Color

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

This div background color is #f970cb


#f970cb Border Color

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

This div border color is #f970cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970cb


Comments

No comments written yet.

Please login to write comment.