Color Hex Logo

#f94681 Color Hex

#F94681
(249,70,129)
0 Favorites   0 Comments

Color spaces of #f94681

RGB 24970129
HSL0.950.940.63
HSV340°72°98°
CMYK 0.000.720.48   0.02
XYZ45.219526.105023.4243
Yxy26.10500.47730.2755
Hunter Lab51.093168.56728.5828
CIE-Lab58.136670.77627.9825

#f94681 color RGB value is (249,70,129).

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

The process color (four color CMYK) of #f94681 color hex is 0.00, 0.72, 0.48, 0.02. Web safe color of #f94681 is #ff3399. Color #f94681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 10000001
Octal 371 106 201
Decimal 249 70 129
Hex F9 46 81

RGB Percentages of Color #f94681

%55.58
%15.63
%28.79

CMYK Percentages of Color #f94681

%0
%72
%48
%2

Triadic Colors of #f94681

#f94681 #81f946 #4681f9

Analogous Colors of #f94681

#f94681 #f96546 #f946db

Monochromatic Colors of #f94681

#f94681

Complementary Color

#f94681 #46f9be

#f94681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94681 Color CSS Codes

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

#f94681 Text Font Color

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

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


#f94681 Background Color

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

This div background color is #f94681


#f94681 Border Color

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

This div border color is #f94681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94681


Comments

No comments written yet.

Please login to write comment.