Color Hex Logo

#f94064 Color Hex

#F94064
(249,64,100)
0 Favorites   0 Comments

Color spaces of #f94064

RGB 24964100
HSL0.970.940.61
HSV348°74°98°
CMYK 0.000.740.60   0.02
XYZ43.200624.726614.5524
Yxy24.72660.52380.2998
Hunter Lab49.725868.056217.4567
CIE-Lab56.808170.605023.2753

#f94064 color RGB value is (249,64,100).

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

The process color (four color CMYK) of #f94064 color hex is 0.00, 0.74, 0.60, 0.02. Web safe color of #f94064 is #ff3366. Color #f94064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 01100100
Octal 371 100 144
Decimal 249 64 100
Hex F9 40 64

RGB Percentages of Color #f94064

%60.29
%15.50
%24.21

CMYK Percentages of Color #f94064

%0
%74
%60
%2

Triadic Colors of #f94064

#f94064 #64f940 #4064f9

Analogous Colors of #f94064

#f94064 #f97940 #f940c1

Monochromatic Colors of #f94064

#f94064

Complementary Color

#f94064 #40f9d5

#f94064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94064 Color CSS Codes

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

#f94064 Text Font Color

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

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


#f94064 Background Color

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

This div background color is #f94064


#f94064 Border Color

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

This div border color is #f94064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,64,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 #f94064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94064

Related Colors


Comments

No comments written yet.

Please login to write comment.