color codes Logo

#f967a6 color codes

#F967A6
(249,103,166)
0 Favorites   0 Comments

Color spaces of #f967a6

RGB 249103166
HSL0.930.920.69
HSV334°59°98°
CMYK 0.000.590.33   0.02
XYZ50.800132.593439.6901
Yxy32.59340.41270.2648
Hunter Lab57.090658.9234-1.2557
CIE-Lab63.830361.6727-5.2303

#f967a6 color RGB value is (249,103,166).

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

The process color (four color CMYK) of #f967a6 color code is 0.00, 0.59, 0.33, 0.02. Web safe color of #f967a6 is #ff6699. Color #f967a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 10100110
Octal 371 147 246
Decimal 249 103 166
Hex F9 67 A6

RGB Percentages of Color #f967a6

%48.07
%19.88
%32.05

CMYK Percentages of Color #f967a6

%0
%59
%33
%2

Triadic Colors of #f967a6

#f967a6 #a6f967 #67a6f9

Analogous Colors of #f967a6

#f967a6 #f97167 #f967ef

Monochromatic Colors of #f967a6

#f967a6

Complementary Color

#f967a6 #67f9ba

#f967a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f967a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f967a6 Color CSS Codes

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

#f967a6 Text Font Color

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

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


#f967a6 Background Color

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

This div background color is #f967a6


#f967a6 Border Color

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

This div border color is #f967a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f967a6

Related Colors


Comments

No comments written yet.

Please login to write comment.