Color Hex Logo

#f91076 Color Hex

#F91076
(249,16,118)
0 Favorites   0 Comments

Color spaces of #f91076

RGB 24916118
HSL0.930.950.52
HSV334°94°98°
CMYK 0.000.940.53   0.02
XYZ42.522221.818319.1097
Yxy21.81830.50960.2615
Hunter Lab46.710180.75378.4407
CIE-Lab53.833781.40268.4261

#f91076 color RGB value is (249,16,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 01110110
Octal 371 20 166
Decimal 249 16 118
Hex F9 10 76

RGB Percentages of Color #f91076

%65.01
%4.18
%30.81

CMYK Percentages of Color #f91076

%0
%94
%53
%2

Triadic Colors of #f91076

#f91076 #76f910 #1076f9

Analogous Colors of #f91076

#f91076 #f91e10 #f910eb

Monochromatic Colors of #f91076

#f91076

Complementary Color

#f91076 #10f993

#f91076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91076 Color CSS Codes

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

#f91076 Text Font Color

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

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


#f91076 Background Color

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

This div background color is #f91076


#f91076 Border Color

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

This div border color is #f91076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91076


Comments

No comments written yet.

Please login to write comment.