Color Hex Logo

#f9108e Color Hex

#F9108E
(249,16,142)
0 Favorites   0 Comments

Color spaces of #f9108e

RGB 24916142
HSL0.910.950.52
HSV328°94°98°
CMYK 0.000.940.43   0.02
XYZ44.134722.463327.6009
Yxy22.46330.46850.2385
Hunter Lab47.395583.2773-1.3509
CIE-Lab54.515283.2392-4.9980

#f9108e color RGB value is (249,16,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 10001110
Octal 371 20 216
Decimal 249 16 142
Hex F9 10 8E

RGB Percentages of Color #f9108e

%61.18
%3.93
%34.89

CMYK Percentages of Color #f9108e

%0
%94
%43
%2

Triadic Colors of #f9108e

#f9108e #8ef910 #108ef9

Analogous Colors of #f9108e

#f9108e #f9101a #f010f9

Monochromatic Colors of #f9108e

#f9108e

Complementary Color

#f9108e #10f97b

#f9108e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9108e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9108e Color CSS Codes

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

#f9108e Text Font Color

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

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


#f9108e Background Color

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

This div background color is #f9108e


#f9108e Border Color

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

This div border color is #f9108e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9108e

Related Colors


Comments

No comments written yet.

Please login to write comment.