color codes Logo

#f72ca5 color codes

#F72CA5
(247,44,165)
0 Favorites   0 Comments

Color spaces of #f72ca5

RGB 24744165
HSL0.900.930.57
HSV324°82°97°
CMYK 0.000.820.33   0.03
XYZ46.050024.292137.8591
Yxy24.29210.42560.2245
Hunter Lab49.287080.5244-11.0418
CIE-Lab56.379180.7268-15.8456

#f72ca5 color RGB value is (247,44,165).

#f72ca5 hex color red value is 247, green value is 44 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #f72ca5 hue: 0.90 , saturation: 0.93 and the lightness value of f72ca5 is 0.57.

The process color (four color CMYK) of #f72ca5 color code is 0.00, 0.82, 0.33, 0.03. Web safe color of #f72ca5 is #ff3399. Color #f72ca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101100 10100101
Octal 367 54 245
Decimal 247 44 165
Hex F7 2C A5

RGB Percentages of Color #f72ca5

%54.17
%9.65
%36.18

CMYK Percentages of Color #f72ca5

%0
%82
%33
%3

Triadic Colors of #f72ca5

#f72ca5 #a5f72c #2ca5f7

Analogous Colors of #f72ca5

#f72ca5 #f72c40 #e42cf7

Monochromatic Colors of #f72ca5

#f72ca5

Complementary Color

#f72ca5 #2cf77e

#f72ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72ca5 Color CSS Codes

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

#f72ca5 Text Font Color

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

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


#f72ca5 Background Color

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

This div background color is #f72ca5


#f72ca5 Border Color

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

This div border color is #f72ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72ca5


Comments

No comments written yet.

Please login to write comment.