Color Hex Logo

#f90acd Color Hex

#F90ACD
(249,10,205)
0 Favorites   0 Comments

Color spaces of #f90acd

RGB 24910205
HSL0.860.950.51
HSV311°96°98°
CMYK 0.000.960.18   0.02
XYZ50.194924.764659.8921
Yxy24.76460.37220.1836
Hunter Lab49.764092.9584-36.5220
CIE-Lab56.845390.1625-38.2747

#f90acd color RGB value is (249,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 11001101
Octal 371 12 315
Decimal 249 10 205
Hex F9 A CD

RGB Percentages of Color #f90acd

%53.66
%2.16
%44.18

CMYK Percentages of Color #f90acd

%0
%96
%18
%2

Triadic Colors of #f90acd

#f90acd #cdf90a #0acdf9

Analogous Colors of #f90acd

#f90acd #f90a55 #ae0af9

Monochromatic Colors of #f90acd

#f90acd

Complementary Color

#f90acd #0af936

#f90acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90acd Color CSS Codes

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

#f90acd Text Font Color

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

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


#f90acd Background Color

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

This div background color is #f90acd


#f90acd Border Color

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

This div border color is #f90acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90acd


Comments

No comments written yet.

Please login to write comment.