Color Hex Logo

#f9727d Color Hex

#F9727D
(249,114,125)
0 Favorites   0 Comments

Color spaces of #f9727d

RGB 249114125
HSL0.990.920.71
HSV355°54°98°
CMYK 0.000.540.50   0.02
XYZ48.785933.655023.3268
Yxy33.65500.46130.3182
Hunter Lab58.012948.586716.7687
CIE-Lab64.687852.541319.4442

#f9727d color RGB value is (249,114,125).

#f9727d hex color red value is 249, green value is 114 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f9727d hue: 0.99 , saturation: 0.92 and the lightness value of f9727d is 0.71.

The process color (four color CMYK) of #f9727d color hex is 0.00, 0.54, 0.50, 0.02. Web safe color of #f9727d is #ff6666. Color #f9727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 01111101
Octal 371 162 175
Decimal 249 114 125
Hex F9 72 7D

RGB Percentages of Color #f9727d

%51.02
%23.36
%25.61

CMYK Percentages of Color #f9727d

%0
%54
%50
%2

Triadic Colors of #f9727d

#f9727d #7df972 #727df9

Analogous Colors of #f9727d

#f9727d #f9ab72 #f972c1

Monochromatic Colors of #f9727d

#f9727d

Complementary Color

#f9727d #72f9ee

#f9727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9727d Color CSS Codes

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

#f9727d Text Font Color

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

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


#f9727d Background Color

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

This div background color is #f9727d


#f9727d Border Color

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

This div border color is #f9727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9727d


Comments

No comments written yet.

Please login to write comment.