Color Hex Logo

#f93aae Color Hex

#F93AAE
(249,58,174)
0 Favorites   0 Comments

Color spaces of #f93aae

RGB 24958174
HSL0.900.940.60
HSV324°77°98°
CMYK 0.000.770.30   0.02
XYZ48.220026.221842.5642
Yxy26.22180.41210.2241
Hunter Lab51.207278.4744-13.4377
CIE-Lab58.247078.7495-18.2252

#f93aae color RGB value is (249,58,174).

#f93aae hex color red value is 249, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f93aae hue: 0.90 , saturation: 0.94 and the lightness value of f93aae is 0.60.

The process color (four color CMYK) of #f93aae color hex is 0.00, 0.77, 0.30, 0.02. Web safe color of #f93aae is #ff3399. Color #f93aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111010 10101110
Octal 371 72 256
Decimal 249 58 174
Hex F9 3A AE

RGB Percentages of Color #f93aae

%51.77
%12.06
%36.17

CMYK Percentages of Color #f93aae

%0
%77
%30
%2

Triadic Colors of #f93aae

#f93aae #aef93a #3aaef9

Analogous Colors of #f93aae

#f93aae #f93a4e #e53af9

Monochromatic Colors of #f93aae

#f93aae

Complementary Color

#f93aae #3af985

#f93aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93aae Color CSS Codes

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

#f93aae Text Font Color

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

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


#f93aae Background Color

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

This div background color is #f93aae


#f93aae Border Color

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

This div border color is #f93aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93aae


Comments

No comments written yet.

Please login to write comment.