Color Hex Logo

#f93d6c Color Hex

#F93D6C
(249,61,108)
0 Favorites   0 Comments

Color spaces of #f93d6c

RGB 24961108
HSL0.960.940.61
HSV345°76°98°
CMYK 0.000.760.57   0.02
XYZ43.442424.559916.6382
Yxy24.55990.51330.2902
Hunter Lab49.557969.746414.7850
CIE-Lab56.644172.027718.3235

#f93d6c color RGB value is (249,61,108).

#f93d6c hex color red value is 249, green value is 61 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #f93d6c hue: 0.96 , saturation: 0.94 and the lightness value of f93d6c is 0.61.

The process color (four color CMYK) of #f93d6c color hex is 0.00, 0.76, 0.57, 0.02. Web safe color of #f93d6c is #ff3366. Color #f93d6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111101 01101100
Octal 371 75 154
Decimal 249 61 108
Hex F9 3D 6C

RGB Percentages of Color #f93d6c

%59.57
%14.59
%25.84

CMYK Percentages of Color #f93d6c

%0
%76
%57
%2

Triadic Colors of #f93d6c

#f93d6c #6cf93d #3d6cf9

Analogous Colors of #f93d6c

#f93d6c #f96c3d #f93dca

Monochromatic Colors of #f93d6c

#f93d6c

Complementary Color

#f93d6c #3df9ca

#f93d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93d6c Color CSS Codes

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

#f93d6c Text Font Color

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

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


#f93d6c Background Color

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

This div background color is #f93d6c


#f93d6c Border Color

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

This div border color is #f93d6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93d6c

#f93d6c Color Palettes


Comments

No comments written yet.

Please login to write comment.