Color Hex Logo

#f92338 Color Hex

#F92338
(249,35,56)
0 Favorites   0 Comments

Color spaces of #f92338

RGB 2493556
HSL0.980.950.56
HSV354°86°98°
CMYK 0.000.860.78   0.02
XYZ40.381821.62735.7875
Yxy21.62730.59560.3190
Hunter Lab46.505273.612825.1751
CIE-Lab53.629375.756444.8524

#f92338 color RGB value is (249,35,56).

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

The process color (four color CMYK) of #f92338 color hex is 0.00, 0.86, 0.78, 0.02. Web safe color of #f92338 is #ff3333. Color #f92338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 00111000
Octal 371 43 70
Decimal 249 35 56
Hex F9 23 38

RGB Percentages of Color #f92338

%73.24
%10.29
%16.47

CMYK Percentages of Color #f92338

%0
%86
%78
%2

Triadic Colors of #f92338

#f92338 #38f923 #2338f9

Analogous Colors of #f92338

#f92338 #f97923 #f923a3

Monochromatic Colors of #f92338

#f92338

Complementary Color

#f92338 #23f9e4

#f92338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92338 Color CSS Codes

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

#f92338 Text Font Color

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

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


#f92338 Background Color

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

This div background color is #f92338


#f92338 Border Color

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

This div border color is #f92338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92338

Related Colors


Comments

No comments written yet.

Please login to write comment.