Color Hex Logo

#f9145e Color Hex

#F9145E
(249,20,94)
0 Favorites   0 Comments

Color spaces of #f9145e

RGB 2492094
HSL0.950.950.53
HSV341°92°98°
CMYK 0.000.920.62   0.02
XYZ41.337521.448212.5509
Yxy21.44820.54870.2847
Hunter Lab46.312278.279816.3506
CIE-Lab53.436679.529422.3834

#f9145e color RGB value is (249,20,94).

#f9145e hex color red value is 249, green value is 20 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f9145e hue: 0.95 , saturation: 0.95 and the lightness value of f9145e is 0.53.

The process color (four color CMYK) of #f9145e color hex is 0.00, 0.92, 0.62, 0.02. Web safe color of #f9145e is #ff0066. Color #f9145e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 01011110
Octal 371 24 136
Decimal 249 20 94
Hex F9 14 5E

RGB Percentages of Color #f9145e

%68.60
%5.51
%25.90

CMYK Percentages of Color #f9145e

%0
%92
%62
%2

Triadic Colors of #f9145e

#f9145e #5ef914 #145ef9

Analogous Colors of #f9145e

#f9145e #f93d14 #f914d1

Monochromatic Colors of #f9145e

#f9145e

Complementary Color

#f9145e #14f9af

#f9145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9145e Color CSS Codes

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

#f9145e Text Font Color

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

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


#f9145e Background Color

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

This div background color is #f9145e


#f9145e Border Color

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

This div border color is #f9145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9145e

Related Colors


Comments

No comments written yet.

Please login to write comment.