Color Hex Logo

#f90167 Color Hex

#F90167
(249,1,103)
0 Favorites   0 Comments

Color spaces of #f90167

RGB 2491103
HSL0.930.990.49
HSV335°100°98°
CMYK 0.001.000.59   0.02
XYZ41.526021.140714.7239
Yxy21.14070.53660.2732
Hunter Lab45.979080.749213.1988
CIE-Lab53.103181.541616.4874

#f90167 color RGB value is (249,1,103).

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

The process color (four color CMYK) of #f90167 color hex is 0.00, 1.00, 0.59, 0.02. Web safe color of #f90167 is #ff0066. Color #f90167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 01100111
Octal 371 1 147
Decimal 249 1 103
Hex F9 1 67

RGB Percentages of Color #f90167

%70.54
%0.28
%29.18

CMYK Percentages of Color #f90167

%0
%100
%59
%2

Triadic Colors of #f90167

#f90167 #67f901 #0167f9

Analogous Colors of #f90167

#f90167 #f91701 #f901e3

Monochromatic Colors of #f90167

#f90167

Complementary Color

#f90167 #01f993

#f90167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90167 Color CSS Codes

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

#f90167 Text Font Color

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

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


#f90167 Background Color

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

This div background color is #f90167


#f90167 Border Color

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

This div border color is #f90167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90167


Comments

No comments written yet.

Please login to write comment.