Color Hex Logo

#f260ba Color Hex

#F260BA
(242,96,186)
0 Favorites   0 Comments

Color spaces of #f260ba

RGB 24296186
HSL0.900.850.66
HSV323°60°95°
CMYK 0.000.600.23   0.05
XYZ49.663730.788249.7795
Yxy30.78820.38130.2364
Hunter Lab55.487162.6638-14.3502
CIE-Lab62.328465.0978-19.0241

#f260ba color RGB value is (242,96,186).

#f260ba hex color red value is 242, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f260ba hue: 0.90 , saturation: 0.85 and the lightness value of f260ba is 0.66.

The process color (four color CMYK) of #f260ba color hex is 0.00, 0.60, 0.23, 0.05. Web safe color of #f260ba is #ff66cc. Color #f260ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100000 10111010
Octal 362 140 272
Decimal 242 96 186
Hex F2 60 BA

RGB Percentages of Color #f260ba

%46.18
%18.32
%35.50

CMYK Percentages of Color #f260ba

%0
%60
%23
%5

Triadic Colors of #f260ba

#f260ba #baf260 #60baf2

Analogous Colors of #f260ba

#f260ba #f26071 #e160f2

Monochromatic Colors of #f260ba

#f260ba

Complementary Color

#f260ba #60f298

#f260ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f260ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f260ba Color CSS Codes

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

#f260ba Text Font Color

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

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


#f260ba Background Color

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

This div background color is #f260ba


#f260ba Border Color

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

This div border color is #f260ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f260ba


Comments

No comments written yet.

Please login to write comment.