Color Hex Logo

#f93158 Color Hex

#F93158
(249,49,88)
0 Favorites   0 Comments

Color spaces of #f93158

RGB 2494988
HSL0.970.940.58
HSV348°80°98°
CMYK 0.000.800.65   0.02
XYZ41.926723.040911.4701
Yxy23.04090.54850.3014
Hunter Lab48.000971.910219.4330
CIE-Lab55.114474.088628.1545

#f93158 color RGB value is (249,49,88).

#f93158 hex color red value is 249, green value is 49 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f93158 hue: 0.97 , saturation: 0.94 and the lightness value of f93158 is 0.58.

The process color (four color CMYK) of #f93158 color hex is 0.00, 0.80, 0.65, 0.02. Web safe color of #f93158 is #ff3366. Color #f93158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 01011000
Octal 371 61 130
Decimal 249 49 88
Hex F9 31 58

RGB Percentages of Color #f93158

%64.51
%12.69
%22.80

CMYK Percentages of Color #f93158

%0
%80
%65
%2

Triadic Colors of #f93158

#f93158 #58f931 #3158f9

Analogous Colors of #f93158

#f93158 #f96e31 #f931bc

Monochromatic Colors of #f93158

#f93158

Complementary Color

#f93158 #31f9d2

#f93158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93158 Color CSS Codes

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

#f93158 Text Font Color

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

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


#f93158 Background Color

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

This div background color is #f93158


#f93158 Border Color

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

This div border color is #f93158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93158


Comments

No comments written yet.

Please login to write comment.