Color Hex Logo

#f96570 Color Hex

#F96570
(249,101,112)
0 Favorites   0 Comments

Color spaces of #f96570

RGB 249101112
HSL0.990.930.69
HSV356°59°98°
CMYK 0.000.590.55   0.02
XYZ46.645230.616918.7804
Yxy30.61690.48570.3188
Hunter Lab55.332553.643118.6092
CIE-Lab62.182957.395023.4682

#f96570 color RGB value is (249,101,112).

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

The process color (four color CMYK) of #f96570 color hex is 0.00, 0.59, 0.55, 0.02. Web safe color of #f96570 is #ff6666. Color #f96570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100101 01110000
Octal 371 145 160
Decimal 249 101 112
Hex F9 65 70

RGB Percentages of Color #f96570

%53.90
%21.86
%24.24

CMYK Percentages of Color #f96570

%0
%59
%55
%2

Triadic Colors of #f96570

#f96570 #70f965 #6570f9

Analogous Colors of #f96570

#f96570 #f9a465 #f965ba

Monochromatic Colors of #f96570

#f96570

Complementary Color

#f96570 #65f9ee

#f96570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96570 Color CSS Codes

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

#f96570 Text Font Color

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

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


#f96570 Background Color

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

This div background color is #f96570


#f96570 Border Color

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

This div border color is #f96570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96570


Comments

No comments written yet.

Please login to write comment.