Color Hex Logo

#f967c0 Color Hex

#F967C0
(249,103,192)
0 Favorites   0 Comments

Color spaces of #f967c0

RGB 249103192
HSL0.900.920.69
HSV323°59°98°
CMYK 0.000.590.23   0.02
XYZ53.431633.646053.5473
Yxy33.64600.38000.2393
Hunter Lab58.005262.9166-14.1298
CIE-Lab64.680664.8965-18.7617

#f967c0 color RGB value is (249,103,192).

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

The process color (four color CMYK) of #f967c0 color hex is 0.00, 0.59, 0.23, 0.02. Web safe color of #f967c0 is #ff66cc. Color #f967c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 11000000
Octal 371 147 300
Decimal 249 103 192
Hex F9 67 C0

RGB Percentages of Color #f967c0

%45.77
%18.93
%35.29

CMYK Percentages of Color #f967c0

%0
%59
%23
%2

Triadic Colors of #f967c0

#f967c0 #c0f967 #67c0f9

Analogous Colors of #f967c0

#f967c0 #f96777 #e967f9

Monochromatic Colors of #f967c0

#f967c0

Complementary Color

#f967c0 #67f9a0

#f967c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f967c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f967c0 Color CSS Codes

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

#f967c0 Text Font Color

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

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


#f967c0 Background Color

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

This div background color is #f967c0


#f967c0 Border Color

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

This div border color is #f967c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f967c0


Comments

No comments written yet.

Please login to write comment.