Color Hex Logo

#f902ab Color Hex

#F902AB
(249,2,171)
0 Favorites   0 Comments

Color spaces of #f902ab

RGB 2492171
HSL0.890.980.49
HSV319°99°98°
CMYK 0.000.990.31   0.02
XYZ46.439323.123440.5437
Yxy23.12340.42180.2100
Hunter Lab48.086888.2325-16.3288
CIE-Lab55.199286.9159-21.1285

#f902ab color RGB value is (249,2,171).

#f902ab hex color red value is 249, green value is 2 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f902ab hue: 0.89 , saturation: 0.98 and the lightness value of f902ab is 0.49.

The process color (four color CMYK) of #f902ab color hex is 0.00, 0.99, 0.31, 0.02. Web safe color of #f902ab is #ff0099. Color #f902ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 10101011
Octal 371 2 253
Decimal 249 2 171
Hex F9 2 AB

RGB Percentages of Color #f902ab

%59.00
%0.47
%40.52

CMYK Percentages of Color #f902ab

%0
%99
%31
%2

Triadic Colors of #f902ab

#f902ab #abf902 #02abf9

Analogous Colors of #f902ab

#f902ab #f90230 #cc02f9

Monochromatic Colors of #f902ab

#f902ab

Complementary Color

#f902ab #02f950

#f902ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f902ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f902ab Color CSS Codes

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

#f902ab Text Font Color

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

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


#f902ab Background Color

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

This div background color is #f902ab


#f902ab Border Color

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

This div border color is #f902ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f902ab


Comments

No comments written yet.

Please login to write comment.