Color Hex Logo

#f94aca Color Hex

#F94ACA
(249,74,202)
0 Favorites   0 Comments

Color spaces of #f94aca

RGB 24974202
HSL0.880.940.63
HSV316°70°98°
CMYK 0.000.700.19   0.02
XYZ52.176429.301658.7829
Yxy29.30160.37200.2089
Hunter Lab54.131077.3256-26.4936
CIE-Lab61.046977.3020-30.0127

#f94aca color RGB value is (249,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001010 11001010
Octal 371 112 312
Decimal 249 74 202
Hex F9 4A CA

RGB Percentages of Color #f94aca

%47.43
%14.10
%38.48

CMYK Percentages of Color #f94aca

%0
%70
%19
%2

Triadic Colors of #f94aca

#f94aca #caf94a #4acaf9

Analogous Colors of #f94aca

#f94aca #f94a73 #d14af9

Monochromatic Colors of #f94aca

#f94aca

Complementary Color

#f94aca #4af979

#f94aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94aca Color CSS Codes

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

#f94aca Text Font Color

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

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


#f94aca Background Color

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

This div background color is #f94aca


#f94aca Border Color

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

This div border color is #f94aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94aca


Comments

No comments written yet.

Please login to write comment.