Color Hex Logo

#f94175 Color Hex

#F94175
(249,65,117)
0 Favorites   0 Comments

Color spaces of #f94175

RGB 24965117
HSL0.950.940.62
HSV343°74°98°
CMYK 0.000.740.53   0.02
XYZ44.168125.204719.3667
Yxy25.20470.49770.2840
Hunter Lab50.204369.181012.2714
CIE-Lab57.274371.443913.8585

#f94175 color RGB value is (249,65,117).

#f94175 hex color red value is 249, green value is 65 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f94175 hue: 0.95 , saturation: 0.94 and the lightness value of f94175 is 0.62.

The process color (four color CMYK) of #f94175 color hex is 0.00, 0.74, 0.53, 0.02. Web safe color of #f94175 is #ff3366. Color #f94175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000001 01110101
Octal 371 101 165
Decimal 249 65 117
Hex F9 41 75

RGB Percentages of Color #f94175

%57.77
%15.08
%27.15

CMYK Percentages of Color #f94175

%0
%74
%53
%2

Triadic Colors of #f94175

#f94175 #75f941 #4175f9

Analogous Colors of #f94175

#f94175 #f96941 #f941d1

Monochromatic Colors of #f94175

#f94175

Complementary Color

#f94175 #41f9c5

#f94175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94175 Color CSS Codes

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

#f94175 Text Font Color

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

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


#f94175 Background Color

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

This div background color is #f94175


#f94175 Border Color

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

This div border color is #f94175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94175


Comments

No comments written yet.

Please login to write comment.