Color Hex Logo

#f9278d Color Hex

#F9278D
(249,39,141)
0 Favorites   0 Comments

Color spaces of #f9278d

RGB 24939141
HSL0.920.950.56
HSV331°84°98°
CMYK 0.000.840.43   0.02
XYZ44.600223.513927.3872
Yxy23.51390.46700.2462
Hunter Lab48.491179.31770.4575
CIE-Lab55.597879.9292-2.8039

#f9278d color RGB value is (249,39,141).

#f9278d hex color red value is 249, green value is 39 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f9278d hue: 0.92 , saturation: 0.95 and the lightness value of f9278d is 0.56.

The process color (four color CMYK) of #f9278d color hex is 0.00, 0.84, 0.43, 0.02. Web safe color of #f9278d is #ff3399. Color #f9278d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100111 10001101
Octal 371 47 215
Decimal 249 39 141
Hex F9 27 8D

RGB Percentages of Color #f9278d

%58.04
%9.09
%32.87

CMYK Percentages of Color #f9278d

%0
%84
%43
%2

Triadic Colors of #f9278d

#f9278d #8df927 #278df9

Analogous Colors of #f9278d

#f9278d #f92a27 #f927f6

Monochromatic Colors of #f9278d

#f9278d

Complementary Color

#f9278d #27f993

#f9278d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9278d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9278d Color CSS Codes

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

#f9278d Text Font Color

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

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


#f9278d Background Color

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

This div background color is #f9278d


#f9278d Border Color

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

This div border color is #f9278d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9278d


Comments

No comments written yet.

Please login to write comment.