Color Hex Logo

#f7295f Color Hex

#F7295F
(247,41,95)
0 Favorites   0 Comments

Color spaces of #f7295f

RGB 2474195
HSL0.960.930.56
HSV344°83°97°
CMYK 0.000.830.62   0.03
XYZ41.216322.186312.9365
Yxy22.18630.53990.2906
Hunter Lab47.102373.765116.6878
CIE-Lab54.224175.764222.7545

#f7295f color RGB value is (247,41,95).

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

The process color (four color CMYK) of #f7295f color hex is 0.00, 0.83, 0.62, 0.03. Web safe color of #f7295f is #ff3366. Color #f7295f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101001 01011111
Octal 367 51 137
Decimal 247 41 95
Hex F7 29 5F

RGB Percentages of Color #f7295f

%64.49
%10.70
%24.80

CMYK Percentages of Color #f7295f

%0
%83
%62
%3

Triadic Colors of #f7295f

#f7295f #5ff729 #295ff7

Analogous Colors of #f7295f

#f7295f #f75a29 #f729c6

Monochromatic Colors of #f7295f

#f7295f

Complementary Color

#f7295f #29f7c1

#f7295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7295f Color CSS Codes

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

#f7295f Text Font Color

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

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


#f7295f Background Color

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

This div background color is #f7295f


#f7295f Border Color

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

This div border color is #f7295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7295f

Related Colors


Comments

No comments written yet.

Please login to write comment.