Color Hex Logo

#f7253c Color Hex

#F7253C
(247,37,60)
0 Favorites   0 Comments

Color spaces of #f7253c

RGB 2473760
HSL0.980.930.56
HSV353°85°97°
CMYK 0.000.850.76   0.03
XYZ39.835021.42356.3106
Yxy21.42350.58950.3171
Hunter Lab46.285572.623924.3162
CIE-Lab53.409974.997842.2736

#f7253c color RGB value is (247,37,60).

#f7253c hex color red value is 247, green value is 37 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f7253c hue: 0.98 , saturation: 0.93 and the lightness value of f7253c is 0.56.

The process color (four color CMYK) of #f7253c color hex is 0.00, 0.85, 0.76, 0.03. Web safe color of #f7253c is #ff3333. Color #f7253c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 00111100
Octal 367 45 74
Decimal 247 37 60
Hex F7 25 3C

RGB Percentages of Color #f7253c

%71.80
%10.76
%17.44

CMYK Percentages of Color #f7253c

%0
%85
%76
%3

Triadic Colors of #f7253c

#f7253c #3cf725 #253cf7

Analogous Colors of #f7253c

#f7253c #f77725 #f725a5

Monochromatic Colors of #f7253c

#f7253c

Complementary Color

#f7253c #25f7e0

#f7253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7253c Color CSS Codes

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

#f7253c Text Font Color

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

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


#f7253c Background Color

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

This div background color is #f7253c


#f7253c Border Color

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

This div border color is #f7253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7253c


Comments

No comments written yet.

Please login to write comment.