Color Hex Logo

#f940a4 Color Hex

#F940A4
(249,64,164)
0 Favorites   0 Comments

Color spaces of #f940a4

RGB 24964164
HSL0.910.940.61
HSV328°74°98°
CMYK 0.000.740.34   0.02
XYZ47.601226.486937.7256
Yxy26.48690.42570.2369
Hunter Lab51.465475.0330-7.4354
CIE-Lab58.496475.9614-12.0297

#f940a4 color RGB value is (249,64,164).

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

The process color (four color CMYK) of #f940a4 color hex is 0.00, 0.74, 0.34, 0.02. Web safe color of #f940a4 is #ff3399. Color #f940a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 10100100
Octal 371 100 244
Decimal 249 64 164
Hex F9 40 A4

RGB Percentages of Color #f940a4

%52.20
%13.42
%34.38

CMYK Percentages of Color #f940a4

%0
%74
%34
%2

Triadic Colors of #f940a4

#f940a4 #a4f940 #40a4f9

Analogous Colors of #f940a4

#f940a4 #f94047 #f240f9

Monochromatic Colors of #f940a4

#f940a4

Complementary Color

#f940a4 #40f995

#f940a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f940a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f940a4 Color CSS Codes

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

#f940a4 Text Font Color

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

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


#f940a4 Background Color

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

This div background color is #f940a4


#f940a4 Border Color

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

This div border color is #f940a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f940a4


Comments

No comments written yet.

Please login to write comment.