Color Hex Logo

#f72faf Color Hex

#F72FAF
(247,47,175)
0 Favorites   0 Comments

Color spaces of #f72faf

RGB 24747175
HSL0.890.930.58
HSV322°81°97°
CMYK 0.000.810.29   0.03
XYZ47.112224.902342.8810
Yxy24.90230.41000.2167
Hunter Lab49.902281.1913-16.0164
CIE-Lab56.980181.1327-20.7714

#f72faf color RGB value is (247,47,175).

#f72faf hex color red value is 247, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f72faf hue: 0.89 , saturation: 0.93 and the lightness value of f72faf is 0.58.

The process color (four color CMYK) of #f72faf color hex is 0.00, 0.81, 0.29, 0.03. Web safe color of #f72faf is #ff3399. Color #f72faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101111 10101111
Octal 367 57 257
Decimal 247 47 175
Hex F7 2F AF

RGB Percentages of Color #f72faf

%52.67
%10.02
%37.31

CMYK Percentages of Color #f72faf

%0
%81
%29
%3

Triadic Colors of #f72faf

#f72faf #aff72f #2faff7

Analogous Colors of #f72faf

#f72faf #f72f4b #db2ff7

Monochromatic Colors of #f72faf

#f72faf

Complementary Color

#f72faf #2ff777

#f72faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72faf Color CSS Codes

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

#f72faf Text Font Color

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

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


#f72faf Background Color

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

This div background color is #f72faf


#f72faf Border Color

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

This div border color is #f72faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72faf


Comments

No comments written yet.

Please login to write comment.