Color Hex Logo

#f72b6e Color Hex

#F72B6E
(247,43,110)
0 Favorites   0 Comments

Color spaces of #f72b6e

RGB 24743110
HSL0.950.930.57
HSV340°83°97°
CMYK 0.000.830.55   0.03
XYZ42.036122.627716.9039
Yxy22.62770.51540.2774
Hunter Lab47.568674.494512.2288
CIE-Lab54.686876.262814.3827

#f72b6e color RGB value is (247,43,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 01101110
Octal 367 53 156
Decimal 247 43 110
Hex F7 2B 6E

RGB Percentages of Color #f72b6e

%61.75
%10.75
%27.50

CMYK Percentages of Color #f72b6e

%0
%83
%55
%3

Triadic Colors of #f72b6e

#f72b6e #6ef72b #2b6ef7

Analogous Colors of #f72b6e

#f72b6e #f74e2b #f72bd4

Monochromatic Colors of #f72b6e

#f72b6e

Complementary Color

#f72b6e #2bf7b4

#f72b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72b6e Color CSS Codes

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

#f72b6e Text Font Color

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

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


#f72b6e Background Color

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

This div background color is #f72b6e


#f72b6e Border Color

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

This div border color is #f72b6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72b6e


Comments

No comments written yet.

Please login to write comment.