Color Hex Logo

#f948ac Color Hex

#F948AC
(249,72,172)
0 Favorites   0 Comments

Color spaces of #f948ac

RGB 24972172
HSL0.910.940.63
HSV326°71°98°
CMYK 0.000.710.31   0.02
XYZ48.830727.753041.8129
Yxy27.75300.41240.2344
Hunter Lab52.681173.2616-10.1816
CIE-Lab59.664974.3141-14.9150

#f948ac color RGB value is (249,72,172).

#f948ac hex color red value is 249, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f948ac hue: 0.91 , saturation: 0.94 and the lightness value of f948ac is 0.63.

The process color (four color CMYK) of #f948ac color hex is 0.00, 0.71, 0.31, 0.02. Web safe color of #f948ac is #ff3399. Color #f948ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 10101100
Octal 371 110 254
Decimal 249 72 172
Hex F9 48 AC

RGB Percentages of Color #f948ac

%50.51
%14.60
%34.89

CMYK Percentages of Color #f948ac

%0
%71
%31
%2

Triadic Colors of #f948ac

#f948ac #acf948 #48acf9

Analogous Colors of #f948ac

#f948ac #f94853 #ee48f9

Monochromatic Colors of #f948ac

#f948ac

Complementary Color

#f948ac #48f995

#f948ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f948ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f948ac Color CSS Codes

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

#f948ac Text Font Color

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

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


#f948ac Background Color

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

This div background color is #f948ac


#f948ac Border Color

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

This div border color is #f948ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f948ac


Comments

No comments written yet.

Please login to write comment.