Color Hex Logo

#f9058e Color Hex

#F9058E
(249,5,142)
0 Favorites   0 Comments

Color spaces of #f9058e

RGB 2495142
HSL0.910.960.50
HSV326°98°98°
CMYK 0.000.980.43   0.02
XYZ44.003722.201327.5572
Yxy22.20130.46930.2368
Hunter Lab47.118384.2441-1.6931
CIE-Lab54.239984.0421-5.4057

#f9058e color RGB value is (249,5,142).

#f9058e hex color red value is 249, green value is 5 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f9058e hue: 0.91 , saturation: 0.96 and the lightness value of f9058e is 0.50.

The process color (four color CMYK) of #f9058e color hex is 0.00, 0.98, 0.43, 0.02. Web safe color of #f9058e is #ff0099. Color #f9058e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000101 10001110
Octal 371 5 216
Decimal 249 5 142
Hex F9 5 8E

RGB Percentages of Color #f9058e

%62.88
%1.26
%35.86

CMYK Percentages of Color #f9058e

%0
%98
%43
%2

Triadic Colors of #f9058e

#f9058e #8ef905 #058ef9

Analogous Colors of #f9058e

#f9058e #f90514 #ea05f9

Monochromatic Colors of #f9058e

#f9058e

Complementary Color

#f9058e #05f970

#f9058e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9058e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9058e Color CSS Codes

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

#f9058e Text Font Color

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

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


#f9058e Background Color

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

This div background color is #f9058e


#f9058e Border Color

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

This div border color is #f9058e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,5,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 #f9058e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9058e

Related Colors


Comments

No comments written yet.

Please login to write comment.