Color Hex Logo

#f9235e Color Hex

#F9235E
(249,35,94)
0 Favorites   0 Comments

Color spaces of #f9235e

RGB 2493594
HSL0.950.950.56
HSV343°86°98°
CMYK 0.000.860.62   0.02
XYZ41.688322.150012.6678
Yxy22.15000.54490.2895
Hunter Lab47.063875.750616.9860
CIE-Lab54.185877.368623.3739

#f9235e color RGB value is (249,35,94).

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

The process color (four color CMYK) of #f9235e color hex is 0.00, 0.86, 0.62, 0.02. Web safe color of #f9235e is #ff3366. Color #f9235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 01011110
Octal 371 43 136
Decimal 249 35 94
Hex F9 23 5E

RGB Percentages of Color #f9235e

%65.87
%9.26
%24.87

CMYK Percentages of Color #f9235e

%0
%86
%62
%2

Triadic Colors of #f9235e

#f9235e #5ef923 #235ef9

Analogous Colors of #f9235e

#f9235e #f95323 #f923c9

Monochromatic Colors of #f9235e

#f9235e

Complementary Color

#f9235e #23f9be

#f9235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9235e Color CSS Codes

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

#f9235e Text Font Color

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

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


#f9235e Background Color

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

This div background color is #f9235e


#f9235e Border Color

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

This div border color is #f9235e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,35,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 #f9235e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9235e


Comments

No comments written yet.

Please login to write comment.