Color Hex Logo

#f969cc Color Hex

#F969CC
(249,105,204)
0 Favorites   0 Comments

Color spaces of #f969cc

RGB 249105204
HSL0.890.920.69
HSV319°58°98°
CMYK 0.000.580.18   0.02
XYZ55.017634.602560.9059
Yxy34.60250.36550.2299
Hunter Lab58.823964.0081-20.2118
CIE-Lab65.438065.6750-24.3792

#f969cc color RGB value is (249,105,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 11001100
Octal 371 151 314
Decimal 249 105 204
Hex F9 69 CC

RGB Percentages of Color #f969cc

%44.62
%18.82
%36.56

CMYK Percentages of Color #f969cc

%0
%58
%18
%2

Triadic Colors of #f969cc

#f969cc #ccf969 #69ccf9

Analogous Colors of #f969cc

#f969cc #f96984 #de69f9

Monochromatic Colors of #f969cc

#f969cc

Complementary Color

#f969cc #69f996

#f969cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969cc Color CSS Codes

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

#f969cc Text Font Color

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

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


#f969cc Background Color

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

This div background color is #f969cc


#f969cc Border Color

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

This div border color is #f969cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969cc


Comments

No comments written yet.

Please login to write comment.