Color Hex Logo

#f94663 Color Hex

#F94663
(249,70,99)
0 Favorites   0 Comments

Color spaces of #f94663

RGB 2497099
HSL0.970.940.63
HSV350°72°98°
CMYK 0.000.720.60   0.02
XYZ43.509225.420914.4179
Yxy25.42090.52200.3050
Hunter Lab50.419165.803118.3388
CIE-Lab57.483268.607924.7554

#f94663 color RGB value is (249,70,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 01100011
Octal 371 106 143
Decimal 249 70 99
Hex F9 46 63

RGB Percentages of Color #f94663

%59.57
%16.75
%23.68

CMYK Percentages of Color #f94663

%0
%72
%60
%2

Triadic Colors of #f94663

#f94663 #63f946 #4663f9

Analogous Colors of #f94663

#f94663 #f98346 #f946bd

Monochromatic Colors of #f94663

#f94663

Complementary Color

#f94663 #46f9dc

#f94663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94663 Color CSS Codes

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

#f94663 Text Font Color

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

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


#f94663 Background Color

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

This div background color is #f94663


#f94663 Border Color

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

This div border color is #f94663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94663

Related Colors


Comments

No comments written yet.

Please login to write comment.