Color Hex Logo

#f94ac8 Color Hex

#F94AC8
(249,74,200)
0 Favorites   0 Comments

Color spaces of #f94ac8

RGB 24974200
HSL0.880.940.63
HSV317°70°98°
CMYK 0.000.700.20   0.02
XYZ51.941029.207457.5436
Yxy29.20740.37450.2106
Hunter Lab54.043976.9777-25.2987
CIE-Lab60.964277.0417-29.0027

#f94ac8 color RGB value is (249,74,200).

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

The process color (four color CMYK) of #f94ac8 color hex is 0.00, 0.70, 0.20, 0.02. Web safe color of #f94ac8 is #ff33cc. Color #f94ac8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001010 11001000
Octal 371 112 310
Decimal 249 74 200
Hex F9 4A C8

RGB Percentages of Color #f94ac8

%47.61
%14.15
%38.24

CMYK Percentages of Color #f94ac8

%0
%70
%20
%2

Triadic Colors of #f94ac8

#f94ac8 #c8f94a #4ac8f9

Analogous Colors of #f94ac8

#f94ac8 #f94a71 #d34af9

Monochromatic Colors of #f94ac8

#f94ac8

Complementary Color

#f94ac8 #4af97b

#f94ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ac8 Color CSS Codes

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

#f94ac8 Text Font Color

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

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


#f94ac8 Background Color

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

This div background color is #f94ac8


#f94ac8 Border Color

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

This div border color is #f94ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ac8


Comments

No comments written yet.

Please login to write comment.