Color Hex Logo

#f90ada Color Hex

#F90ADA
(249,10,218)
0 Favorites   0 Comments

Color spaces of #f90ada

RGB 24910218
HSL0.850.950.51
HSV308°96°98°
CMYK 0.000.960.12   0.02
XYZ51.830425.418868.5042
Yxy25.41880.35560.1744
Hunter Lab50.417195.2740-45.2684
CIE-Lab57.481291.7643-44.6839

#f90ada color RGB value is (249,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 11011010
Octal 371 12 332
Decimal 249 10 218
Hex F9 A DA

RGB Percentages of Color #f90ada

%52.20
%2.10
%45.70

CMYK Percentages of Color #f90ada

%0
%96
%12
%2

Triadic Colors of #f90ada

#f90ada #daf90a #0adaf9

Analogous Colors of #f90ada

#f90ada #f90a62 #a10af9

Monochromatic Colors of #f90ada

#f90ada

Complementary Color

#f90ada #0af929

#f90ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90ada Color CSS Codes

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

#f90ada Text Font Color

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

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


#f90ada Background Color

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

This div background color is #f90ada


#f90ada Border Color

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

This div border color is #f90ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90ada


Comments

No comments written yet.

Please login to write comment.