Color Hex Logo

#f92772 Color Hex

#F92772
(249,39,114)
0 Favorites   0 Comments

Color spaces of #f92772

RGB 24939114
HSL0.940.950.56
HSV339°84°98°
CMYK 0.000.840.54   0.02
XYZ42.829722.805718.0641
Yxy22.80570.51170.2725
Hunter Lab47.755376.517211.0015
CIE-Lab54.871677.848312.2964

#f92772 color RGB value is (249,39,114).

#f92772 hex color red value is 249, green value is 39 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f92772 hue: 0.94 , saturation: 0.95 and the lightness value of f92772 is 0.56.

The process color (four color CMYK) of #f92772 color hex is 0.00, 0.84, 0.54, 0.02. Web safe color of #f92772 is #ff3366. Color #f92772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100111 01110010
Octal 371 47 162
Decimal 249 39 114
Hex F9 27 72

RGB Percentages of Color #f92772

%61.94
%9.70
%28.36

CMYK Percentages of Color #f92772

%0
%84
%54
%2

Triadic Colors of #f92772

#f92772 #72f927 #2772f9

Analogous Colors of #f92772

#f92772 #f94527 #f927db

Monochromatic Colors of #f92772

#f92772

Complementary Color

#f92772 #27f9ae

#f92772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92772 Color CSS Codes

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

#f92772 Text Font Color

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

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


#f92772 Background Color

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

This div background color is #f92772


#f92772 Border Color

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

This div border color is #f92772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,39,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f92772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f92772;
  -webkit-box-shadow: 1px 1px 3px 2px #f92772;
  box-shadow:         1px 1px 3px 2px #f92772; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,39,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92772


Comments

No comments written yet.

Please login to write comment.