Color Hex Logo

#f92535 Color Hex

#F92535
(249,37,53)
0 Favorites   0 Comments

Color spaces of #f92535

RGB 2493753
HSL0.990.950.56
HSV355°85°98°
CMYK 0.000.850.79   0.02
XYZ40.371121.71995.4327
Yxy21.71990.59790.3217
Hunter Lab46.604673.067025.7118
CIE-Lab53.728575.295546.5927

#f92535 color RGB value is (249,37,53).

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

The process color (four color CMYK) of #f92535 color hex is 0.00, 0.85, 0.79, 0.02. Web safe color of #f92535 is #ff3333. Color #f92535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 00110101
Octal 371 45 65
Decimal 249 37 53
Hex F9 25 35

RGB Percentages of Color #f92535

%73.45
%10.91
%15.63

CMYK Percentages of Color #f92535

%0
%85
%79
%2

Triadic Colors of #f92535

#f92535 #35f925 #2535f9

Analogous Colors of #f92535

#f92535 #f97f25 #f9259f

Monochromatic Colors of #f92535

#f92535

Complementary Color

#f92535 #25f9e9

#f92535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92535 Color CSS Codes

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

#f92535 Text Font Color

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

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


#f92535 Background Color

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

This div background color is #f92535


#f92535 Border Color

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

This div border color is #f92535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92535

Related Colors


Comments

No comments written yet.

Please login to write comment.