Color Hex Logo

#f93166 Color Hex

#F93166
(249,49,102)
0 Favorites   0 Comments

Color spaces of #f93166

RGB 24949102
HSL0.960.940.58
HSV344°80°98°
CMYK 0.000.800.59   0.02
XYZ42.563523.295714.8235
Yxy23.29570.52750.2887
Hunter Lab48.265672.947115.5766
CIE-Lab55.375674.880120.1745

#f93166 color RGB value is (249,49,102).

#f93166 hex color red value is 249, green value is 49 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f93166 hue: 0.96 , saturation: 0.94 and the lightness value of f93166 is 0.58.

The process color (four color CMYK) of #f93166 color hex is 0.00, 0.80, 0.59, 0.02. Web safe color of #f93166 is #ff3366. Color #f93166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 01100110
Octal 371 61 146
Decimal 249 49 102
Hex F9 31 66

RGB Percentages of Color #f93166

%62.25
%12.25
%25.50

CMYK Percentages of Color #f93166

%0
%80
%59
%2

Triadic Colors of #f93166

#f93166 #66f931 #3166f9

Analogous Colors of #f93166

#f93166 #f96031 #f931ca

Monochromatic Colors of #f93166

#f93166

Complementary Color

#f93166 #31f9c4

#f93166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93166 Color CSS Codes

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

#f93166 Text Font Color

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

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


#f93166 Background Color

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

This div background color is #f93166


#f93166 Border Color

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

This div border color is #f93166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93166


Comments

No comments written yet.

Please login to write comment.