Color Hex Logo

#f9115c Color Hex

#F9115C
(249,17,92)
0 Favorites   0 Comments

Color spaces of #f9115c

RGB 2491792
HSL0.950.950.52
HSV341°93°98°
CMYK 0.000.930.63   0.02
XYZ41.199121.313312.0677
Yxy21.31330.55240.2858
Hunter Lab46.166378.503416.8183
CIE-Lab53.290779.735023.3974

#f9115c color RGB value is (249,17,92).

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

The process color (four color CMYK) of #f9115c color hex is 0.00, 0.93, 0.63, 0.02. Web safe color of #f9115c is #ff0066. Color #f9115c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010001 01011100
Octal 371 21 134
Decimal 249 17 92
Hex F9 11 5C

RGB Percentages of Color #f9115c

%69.55
%4.75
%25.70

CMYK Percentages of Color #f9115c

%0
%93
%63
%2

Triadic Colors of #f9115c

#f9115c #5cf911 #115cf9

Analogous Colors of #f9115c

#f9115c #f93a11 #f911d0

Monochromatic Colors of #f9115c

#f9115c

Complementary Color

#f9115c #11f9ae

#f9115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9115c Color CSS Codes

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

#f9115c Text Font Color

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

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


#f9115c Background Color

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

This div background color is #f9115c


#f9115c Border Color

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

This div border color is #f9115c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9115c


Comments

No comments written yet.

Please login to write comment.