Color Hex Logo

#f9259f Color Hex

#F9259F
(249,37,159)
0 Favorites   0 Comments

Color spaces of #f9259f

RGB 24937159
HSL0.900.950.56
HSV325°85°98°
CMYK 0.000.850.36   0.02
XYZ45.986523.966135.0030
Yxy23.96610.43820.2283
Hunter Lab48.955282.0040-8.1238
CIE-Lab56.053881.9481-12.7770

#f9259f color RGB value is (249,37,159).

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

The process color (four color CMYK) of #f9259f color hex is 0.00, 0.85, 0.36, 0.02. Web safe color of #f9259f is #ff3399. Color #f9259f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 10011111
Octal 371 45 237
Decimal 249 37 159
Hex F9 25 9F

RGB Percentages of Color #f9259f

%55.96
%8.31
%35.73

CMYK Percentages of Color #f9259f

%0
%85
%36
%2

Triadic Colors of #f9259f

#f9259f #9ff925 #259ff9

Analogous Colors of #f9259f

#f9259f #f92535 #e925f9

Monochromatic Colors of #f9259f

#f9259f

Complementary Color

#f9259f #25f97f

#f9259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9259f Color CSS Codes

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

#f9259f Text Font Color

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

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


#f9259f Background Color

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

This div background color is #f9259f


#f9259f Border Color

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

This div border color is #f9259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9259f

Related Colors


Comments

No comments written yet.

Please login to write comment.