Color Hex Logo

#f920ba Color Hex

#F920BA
(249,32,186)
0 Favorites   0 Comments

Color spaces of #f920ba

RGB 24932186
HSL0.880.950.55
HSV317°87°98°
CMYK 0.000.870.25   0.02
XYZ48.446424.717948.6720
Yxy24.71790.39760.2029
Hunter Lab49.717186.9329-23.2417
CIE-Lab56.799585.6117-27.4055

#f920ba color RGB value is (249,32,186).

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

The process color (four color CMYK) of #f920ba color hex is 0.00, 0.87, 0.25, 0.02. Web safe color of #f920ba is #ff33cc. Color #f920ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 10111010
Octal 371 40 272
Decimal 249 32 186
Hex F9 20 BA

RGB Percentages of Color #f920ba

%53.32
%6.85
%39.83

CMYK Percentages of Color #f920ba

%0
%87
%25
%2

Triadic Colors of #f920ba

#f920ba #baf920 #20baf9

Analogous Colors of #f920ba

#f920ba #f9204d #cc20f9

Monochromatic Colors of #f920ba

#f920ba

Complementary Color

#f920ba #20f95f

#f920ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f920ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f920ba Color CSS Codes

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

#f920ba Text Font Color

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

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


#f920ba Background Color

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

This div background color is #f920ba


#f920ba Border Color

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

This div border color is #f920ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,32,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 #f920ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f920ba


Comments

No comments written yet.

Please login to write comment.