Color Hex Logo

#f95260 Color Hex

#F95260
(249,82,96)
0 Favorites   0 Comments

Color spaces of #f95260

RGB 2498296
HSL0.990.930.65
HSV355°67°98°
CMYK 0.000.670.61   0.02
XYZ44.195527.018913.9521
Yxy27.01890.51890.3172
Hunter Lab51.979760.804320.4715
CIE-Lab58.991864.121028.4662

#f95260 color RGB value is (249,82,96).

#f95260 hex color red value is 249, green value is 82 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f95260 hue: 0.99 , saturation: 0.93 and the lightness value of f95260 is 0.65.

The process color (four color CMYK) of #f95260 color hex is 0.00, 0.67, 0.61, 0.02. Web safe color of #f95260 is #ff6666. Color #f95260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 01100000
Octal 371 122 140
Decimal 249 82 96
Hex F9 52 60

RGB Percentages of Color #f95260

%58.31
%19.20
%22.48

CMYK Percentages of Color #f95260

%0
%67
%61
%2

Triadic Colors of #f95260

#f95260 #60f952 #5260f9

Analogous Colors of #f95260

#f95260 #f99852 #f952b4

Monochromatic Colors of #f95260

#f95260

Complementary Color

#f95260 #52f9eb

#f95260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95260 Color CSS Codes

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

#f95260 Text Font Color

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

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


#f95260 Background Color

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

This div background color is #f95260


#f95260 Border Color

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

This div border color is #f95260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95260


Comments

No comments written yet.

Please login to write comment.