Color Hex Logo

#f903ba Color Hex

#F903BA
(249,3,186)
0 Favorites   0 Comments

Color spaces of #f903ba

RGB 2493186
HSL0.880.980.49
HSV315°99°98°
CMYK 0.000.990.25   0.02
XYZ47.962423.750048.5107
Yxy23.75000.39890.1975
Hunter Lab48.734090.3895-24.9046
CIE-Lab55.836688.4276-28.8966

#f903ba color RGB value is (249,3,186).

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

The process color (four color CMYK) of #f903ba color hex is 0.00, 0.99, 0.25, 0.02. Web safe color of #f903ba is #ff00cc. Color #f903ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000011 10111010
Octal 371 3 272
Decimal 249 3 186
Hex F9 3 BA

RGB Percentages of Color #f903ba

%56.85
%0.68
%42.47

CMYK Percentages of Color #f903ba

%0
%99
%25
%2

Triadic Colors of #f903ba

#f903ba #baf903 #03baf9

Analogous Colors of #f903ba

#f903ba #f9033f #bd03f9

Monochromatic Colors of #f903ba

#f903ba

Complementary Color

#f903ba #03f942

#f903ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f903ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f903ba Color CSS Codes

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

#f903ba Text Font Color

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

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


#f903ba Background Color

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

This div background color is #f903ba


#f903ba Border Color

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

This div border color is #f903ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f903ba


Comments

No comments written yet.

Please login to write comment.