color codes Logo

#f90add color codes

#F90ADD
(249,10,221)
0 Favorites   0 Comments

Color spaces of #f90add

RGB 24910221
HSL0.850.950.51
HSV307°96°98°
CMYK 0.000.960.11   0.02
XYZ52.226625.577370.5909
Yxy25.57730.35190.1724
Hunter Lab50.574095.8283-47.3548
CIE-Lab57.633692.1456-46.1438

#f90add color RGB value is (249,10,221).

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

The process color (four color CMYK) of #f90add color code is 0.00, 0.96, 0.11, 0.02. Web safe color of #f90add is #ff00cc. Color #f90add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 11011101
Octal 371 12 335
Decimal 249 10 221
Hex F9 A DD

RGB Percentages of Color #f90add

%51.88
%2.08
%46.04

CMYK Percentages of Color #f90add

%0
%96
%11
%2

Triadic Colors of #f90add

#f90add #ddf90a #0addf9

Analogous Colors of #f90add

#f90add #f90a66 #9e0af9

Monochromatic Colors of #f90add

#f90add

Complementary Color

#f90add #0af926

#f90add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90add Color CSS Codes

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

#f90add Text Font Color

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

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


#f90add Background Color

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

This div background color is #f90add


#f90add Border Color

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

This div border color is #f90add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90add


Comments

No comments written yet.

Please login to write comment.