Color Hex Logo

#f91096 Color Hex

#F91096
(249,16,150)
0 Favorites   0 Comments

Color spaces of #f91096

RGB 24916150
HSL0.900.950.52
HSV325°94°98°
CMYK 0.000.940.40   0.02
XYZ44.757222.712330.8791
Yxy22.71230.45510.2309
Hunter Lab47.657484.2368-5.0561
CIE-Lab54.774883.9321-9.3754

#f91096 color RGB value is (249,16,150).

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

The process color (four color CMYK) of #f91096 color hex is 0.00, 0.94, 0.40, 0.02. Web safe color of #f91096 is #ff0099. Color #f91096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 10010110
Octal 371 20 226
Decimal 249 16 150
Hex F9 10 96

RGB Percentages of Color #f91096

%60.00
%3.86
%36.14

CMYK Percentages of Color #f91096

%0
%94
%40
%2

Triadic Colors of #f91096

#f91096 #96f910 #1096f9

Analogous Colors of #f91096

#f91096 #f91022 #e810f9

Monochromatic Colors of #f91096

#f91096

Complementary Color

#f91096 #10f973

#f91096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91096 Color CSS Codes

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

#f91096 Text Font Color

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

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


#f91096 Background Color

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

This div background color is #f91096


#f91096 Border Color

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

This div border color is #f91096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91096

Related Colors


Comments

No comments written yet.

Please login to write comment.