Color Hex Logo

#f05153 Color Hex

#F05153
(240,81,83)
0 Favorites   0 Comments

Color spaces of #f05153

RGB 2408183
HSL1.000.840.63
HSV359°66°94°
CMYK 0.000.660.65   0.06
XYZ40.438925.034710.8844
Yxy25.03470.52960.3279
Hunter Lab50.034756.706122.1265
CIE-Lab57.109260.933933.2297

#f05153 color RGB value is (240,81,83).

#f05153 hex color red value is 240, green value is 81 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #f05153 hue: 1.00 , saturation: 0.84 and the lightness value of f05153 is 0.63.

The process color (four color CMYK) of #f05153 color hex is 0.00, 0.66, 0.65, 0.06. Web safe color of #f05153 is #ff6666. Color #f05153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 01010011
Octal 360 121 123
Decimal 240 81 83
Hex F0 51 53

RGB Percentages of Color #f05153

%59.41
%20.05
%20.54

CMYK Percentages of Color #f05153

%0
%66
%65
%6

Triadic Colors of #f05153

#f05153 #53f051 #5153f0

Analogous Colors of #f05153

#f05153 #f09f51 #f051a3

Monochromatic Colors of #f05153

#f05153

Complementary Color

#f05153 #51f0ee

#f05153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05153 Color CSS Codes

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

#f05153 Text Font Color

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

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


#f05153 Background Color

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

This div background color is #f05153


#f05153 Border Color

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

This div border color is #f05153


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,81,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f05153; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f05153;
  -webkit-box-shadow: 1px 1px 3px 2px #f05153;
  box-shadow:         1px 1px 3px 2px #f05153; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,81,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05153


Comments

No comments written yet.

Please login to write comment.