Color Hex Logo

#f20745 Color Hex

#F20745
(242,7,69)
0 Favorites   0 Comments

Color spaces of #f20745

RGB 242769
HSL0.960.940.49
HSV344°97°95°
CMYK 0.000.970.71   0.05
XYZ37.768119.45897.3956
Yxy19.45890.58440.3011
Hunter Lab44.112275.632020.9384
CIE-Lab51.219877.850934.2942

#f20745 color RGB value is (242,7,69).

#f20745 hex color red value is 242, green value is 7 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f20745 hue: 0.96 , saturation: 0.94 and the lightness value of f20745 is 0.49.

The process color (four color CMYK) of #f20745 color hex is 0.00, 0.97, 0.71, 0.05. Web safe color of #f20745 is #ff0033. Color #f20745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000111 01000101
Octal 362 7 105
Decimal 242 7 69
Hex F2 7 45

RGB Percentages of Color #f20745

%76.10
%2.20
%21.70

CMYK Percentages of Color #f20745

%0
%97
%71
%5

Triadic Colors of #f20745

#f20745 #45f207 #0745f2

Analogous Colors of #f20745

#f20745 #f23f07 #f207bb

Monochromatic Colors of #f20745

#f20745

Complementary Color

#f20745 #07f2b4

#f20745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20745 Color CSS Codes

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

#f20745 Text Font Color

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

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


#f20745 Background Color

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

This div background color is #f20745


#f20745 Border Color

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

This div border color is #f20745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20745

Related Colors


Comments

No comments written yet.

Please login to write comment.