Color Hex Logo

#f93345 Color Hex

#F93345
(249,51,69)
0 Favorites   0 Comments

Color spaces of #f93345

RGB 2495169
HSL0.980.940.59
HSV355°80°98°
CMYK 0.000.800.72   0.02
XYZ41.324922.93717.8795
Yxy22.93710.57280.3179
Hunter Lab47.892770.209123.7703
CIE-Lab55.007572.719739.0824

#f93345 color RGB value is (249,51,69).

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

The process color (four color CMYK) of #f93345 color hex is 0.00, 0.80, 0.72, 0.02. Web safe color of #f93345 is #ff3333. Color #f93345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110011 01000101
Octal 371 63 105
Decimal 249 51 69
Hex F9 33 45

RGB Percentages of Color #f93345

%67.48
%13.82
%18.70

CMYK Percentages of Color #f93345

%0
%80
%72
%2

Triadic Colors of #f93345

#f93345 #45f933 #3345f9

Analogous Colors of #f93345

#f93345 #f98433 #f933a8

Monochromatic Colors of #f93345

#f93345

Complementary Color

#f93345 #33f9e7

#f93345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93345 Color CSS Codes

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

#f93345 Text Font Color

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

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


#f93345 Background Color

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

This div background color is #f93345


#f93345 Border Color

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

This div border color is #f93345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93345


Comments

No comments written yet.

Please login to write comment.