Color Hex Logo

#f9288e Color Hex

#F9288E
(249,40,142)
0 Favorites   0 Comments

Color spaces of #f9288e

RGB 24940142
HSL0.920.950.57
HSV331°84°98°
CMYK 0.000.840.43   0.02
XYZ44.708223.610327.7920
Yxy23.61030.46520.2457
Hunter Lab48.590479.20510.1015
CIE-Lab55.695579.8214-3.2545

#f9288e color RGB value is (249,40,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101000 10001110
Octal 371 50 216
Decimal 249 40 142
Hex F9 28 8E

RGB Percentages of Color #f9288e

%57.77
%9.28
%32.95

CMYK Percentages of Color #f9288e

%0
%84
%43
%2

Triadic Colors of #f9288e

#f9288e #8ef928 #288ef9

Analogous Colors of #f9288e

#f9288e #f92b28 #f928f7

Monochromatic Colors of #f9288e

#f9288e

Complementary Color

#f9288e #28f993

#f9288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9288e Color CSS Codes

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

#f9288e Text Font Color

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

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


#f9288e Background Color

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

This div background color is #f9288e


#f9288e Border Color

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

This div border color is #f9288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9288e


Comments

No comments written yet.

Please login to write comment.