Color Hex Logo

#f93455 Color Hex

#F93455
(249,52,85)
0 Favorites   0 Comments

Color spaces of #f93455

RGB 2495285
HSL0.970.940.59
HSV350°79°98°
CMYK 0.000.790.66   0.02
XYZ41.934623.251610.8721
Yxy23.25160.55130.3057
Hunter Lab48.219970.848220.3859
CIE-Lab55.330673.181030.1980

#f93455 color RGB value is (249,52,85).

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

The process color (four color CMYK) of #f93455 color hex is 0.00, 0.79, 0.66, 0.02. Web safe color of #f93455 is #ff3366. Color #f93455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 01010101
Octal 371 64 125
Decimal 249 52 85
Hex F9 34 55

RGB Percentages of Color #f93455

%64.51
%13.47
%22.02

CMYK Percentages of Color #f93455

%0
%79
%66
%2

Triadic Colors of #f93455

#f93455 #55f934 #3455f9

Analogous Colors of #f93455

#f93455 #f97634 #f934b8

Monochromatic Colors of #f93455

#f93455

Complementary Color

#f93455 #34f9d8

#f93455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93455 Color CSS Codes

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

#f93455 Text Font Color

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

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


#f93455 Background Color

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

This div background color is #f93455


#f93455 Border Color

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

This div border color is #f93455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93455


Comments

No comments written yet.

Please login to write comment.