color codes Logo

#f90abc color codes

#F90ABC
(249,10,188)
0 Favorites   0 Comments

Color spaces of #f90abc

RGB 24910188
HSL0.880.950.51
HSV315°96°98°
CMYK 0.000.960.24   0.02
XYZ48.252623.987749.6638
Yxy23.98770.39580.1968
Hunter Lab48.977290.1488-25.8371
CIE-Lab56.075588.1993-29.6856

#f90abc color RGB value is (249,10,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 10111100
Octal 371 12 274
Decimal 249 10 188
Hex F9 A BC

RGB Percentages of Color #f90abc

%55.70
%2.24
%42.06

CMYK Percentages of Color #f90abc

%0
%96
%24
%2

Triadic Colors of #f90abc

#f90abc #bcf90a #0abcf9

Analogous Colors of #f90abc

#f90abc #f90a44 #bf0af9

Monochromatic Colors of #f90abc

#f90abc

Complementary Color

#f90abc #0af947

#f90abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90abc Color CSS Codes

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

#f90abc Text Font Color

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

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


#f90abc Background Color

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

This div background color is #f90abc


#f90abc Border Color

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

This div border color is #f90abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90abc


Comments

No comments written yet.

Please login to write comment.