Color Hex Logo

#f90ace Color Hex

#F90ACE
(249,10,206)
0 Favorites   0 Comments

Color spaces of #f90ace

RGB 24910206
HSL0.860.950.51
HSV311°96°98°
CMYK 0.000.960.17   0.02
XYZ50.316024.813160.5300
Yxy24.81310.37090.1829
Hunter Lab49.812793.1310-37.1774
CIE-Lab56.892990.2825-38.7725

#f90ace color RGB value is (249,10,206).

#f90ace hex color red value is 249, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f90ace hue: 0.86 , saturation: 0.95 and the lightness value of f90ace is 0.51.

The process color (four color CMYK) of #f90ace color hex is 0.00, 0.96, 0.17, 0.02. Web safe color of #f90ace is #ff00cc. Color #f90ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 11001110
Octal 371 12 316
Decimal 249 10 206
Hex F9 A CE

RGB Percentages of Color #f90ace

%53.55
%2.15
%44.30

CMYK Percentages of Color #f90ace

%0
%96
%17
%2

Triadic Colors of #f90ace

#f90ace #cef90a #0acef9

Analogous Colors of #f90ace

#f90ace #f90a57 #ad0af9

Monochromatic Colors of #f90ace

#f90ace

Complementary Color

#f90ace #0af935

#f90ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90ace Color CSS Codes

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

#f90ace Text Font Color

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

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


#f90ace Background Color

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

This div background color is #f90ace


#f90ace Border Color

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

This div border color is #f90ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90ace


Comments

No comments written yet.

Please login to write comment.