Color Hex Logo

#f91061 Color Hex

#F91061
(249,16,97)
0 Favorites   0 Comments

Color spaces of #f91061

RGB 2491697
HSL0.940.950.52
HSV339°94°98°
CMYK 0.000.940.61   0.02
XYZ41.409921.373413.2522
Yxy21.37340.54460.2811
Hunter Lab46.231478.979315.3665
CIE-Lab53.355880.098820.4639

#f91061 color RGB value is (249,16,97).

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

The process color (four color CMYK) of #f91061 color hex is 0.00, 0.94, 0.61, 0.02. Web safe color of #f91061 is #ff0066. Color #f91061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 01100001
Octal 371 20 141
Decimal 249 16 97
Hex F9 10 61

RGB Percentages of Color #f91061

%68.78
%4.42
%26.80

CMYK Percentages of Color #f91061

%0
%94
%61
%2

Triadic Colors of #f91061

#f91061 #61f910 #1061f9

Analogous Colors of #f91061

#f91061 #f93410 #f910d6

Monochromatic Colors of #f91061

#f91061

Complementary Color

#f91061 #10f9a8

#f91061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91061 Color CSS Codes

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

#f91061 Text Font Color

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

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


#f91061 Background Color

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

This div background color is #f91061


#f91061 Border Color

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

This div border color is #f91061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91061

Related Colors


Comments

No comments written yet.

Please login to write comment.