Color Hex Logo

#f73596 Color Hex

#F73596
(247,53,150)
0 Favorites   0 Comments

Color spaces of #f73596

RGB 24753150
HSL0.920.920.59
HSV330°79°97°
CMYK 0.000.790.39   0.03
XYZ45.135924.522431.2085
Yxy24.52240.44750.2431
Hunter Lab49.520176.0366-2.7016
CIE-Lab56.607177.1282-6.6818

#f73596 color RGB value is (247,53,150).

#f73596 hex color red value is 247, green value is 53 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f73596 hue: 0.92 , saturation: 0.92 and the lightness value of f73596 is 0.59.

The process color (four color CMYK) of #f73596 color hex is 0.00, 0.79, 0.39, 0.03. Web safe color of #f73596 is #ff3399. Color #f73596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110101 10010110
Octal 367 65 226
Decimal 247 53 150
Hex F7 35 96

RGB Percentages of Color #f73596

%54.89
%11.78
%33.33

CMYK Percentages of Color #f73596

%0
%79
%39
%3

Triadic Colors of #f73596

#f73596 #96f735 #3596f7

Analogous Colors of #f73596

#f73596 #f73535 #f735f7

Monochromatic Colors of #f73596

#f73596

Complementary Color

#f73596 #35f796

#f73596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73596 Color CSS Codes

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

#f73596 Text Font Color

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

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


#f73596 Background Color

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

This div background color is #f73596


#f73596 Border Color

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

This div border color is #f73596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73596


Comments

No comments written yet.

Please login to write comment.