Color Hex Logo

#f970cf Color Hex

#F970CF
(249,112,207)
0 Favorites   0 Comments

Color spaces of #f970cf

RGB 249112207
HSL0.880.920.71
HSV318°55°98°
CMYK 0.000.550.17   0.02
XYZ56.123636.233163.0671
Yxy36.23310.36110.2331
Hunter Lab60.193961.0904-19.9843
CIE-Lab66.697663.0193-24.1340

#f970cf color RGB value is (249,112,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 11001111
Octal 371 160 317
Decimal 249 112 207
Hex F9 70 CF

RGB Percentages of Color #f970cf

%43.84
%19.72
%36.44

CMYK Percentages of Color #f970cf

%0
%55
%17
%2

Triadic Colors of #f970cf

#f970cf #cff970 #70cff9

Analogous Colors of #f970cf

#f970cf #f9708b #df70f9

Monochromatic Colors of #f970cf

#f970cf

Complementary Color

#f970cf #70f99a

#f970cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970cf Color CSS Codes

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

#f970cf Text Font Color

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

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


#f970cf Background Color

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

This div background color is #f970cf


#f970cf Border Color

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

This div border color is #f970cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970cf


Comments

No comments written yet.

Please login to write comment.