Color Hex Logo

#f91464 Color Hex

#F91464
(249,20,100)
0 Favorites   0 Comments

Color spaces of #f91464

RGB 24920100
HSL0.940.950.53
HSV339°92°98°
CMYK 0.000.920.60   0.02
XYZ41.617321.560114.0246
Yxy21.56010.53910.2793
Hunter Lab46.432978.730314.5950
CIE-Lab53.557179.862618.9217

#f91464 color RGB value is (249,20,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 01100100
Octal 371 24 144
Decimal 249 20 100
Hex F9 14 64

RGB Percentages of Color #f91464

%67.48
%5.42
%27.10

CMYK Percentages of Color #f91464

%0
%92
%60
%2

Triadic Colors of #f91464

#f91464 #64f914 #1464f9

Analogous Colors of #f91464

#f91464 #f93614 #f914d7

Monochromatic Colors of #f91464

#f91464

Complementary Color

#f91464 #14f9a9

#f91464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91464 Color CSS Codes

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

#f91464 Text Font Color

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

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


#f91464 Background Color

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

This div background color is #f91464


#f91464 Border Color

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

This div border color is #f91464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91464

Related Colors


Comments

No comments written yet.

Please login to write comment.