Color Hex Logo

#f90964 Color Hex

#F90964
(249,9,100)
0 Favorites   0 Comments

Color spaces of #f90964

RGB 2499100
HSL0.940.950.51
HSV337°96°98°
CMYK 0.000.960.60   0.02
XYZ41.464921.255213.9738
Yxy21.25520.54070.2771
Hunter Lab46.103479.860214.3017
CIE-Lab53.227780.818618.4758

#f90964 color RGB value is (249,9,100).

#f90964 hex color red value is 249, green value is 9 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f90964 hue: 0.94 , saturation: 0.95 and the lightness value of f90964 is 0.51.

The process color (four color CMYK) of #f90964 color hex is 0.00, 0.96, 0.60, 0.02. Web safe color of #f90964 is #ff0066. Color #f90964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001001 01100100
Octal 371 11 144
Decimal 249 9 100
Hex F9 9 64

RGB Percentages of Color #f90964

%69.55
%2.51
%27.93

CMYK Percentages of Color #f90964

%0
%96
%60
%2

Triadic Colors of #f90964

#f90964 #64f909 #0964f9

Analogous Colors of #f90964

#f90964 #f92609 #f909dc

Monochromatic Colors of #f90964

#f90964

Complementary Color

#f90964 #09f99e

#f90964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90964 Color CSS Codes

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

#f90964 Text Font Color

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

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


#f90964 Background Color

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

This div background color is #f90964


#f90964 Border Color

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

This div border color is #f90964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90964


Comments

No comments written yet.

Please login to write comment.