Color Hex Logo

#f9248f Color Hex

#F9248F
(249,36,143)
0 Favorites   0 Comments

Color spaces of #f9248f

RGB 24936143
HSL0.920.950.56
HSV330°86°98°
CMYK 0.000.860.43   0.02
XYZ44.655723.384728.1467
Yxy23.38470.46430.2431
Hunter Lab48.357780.2089-0.6594
CIE-Lab55.466480.6566-4.1869

#f9248f color RGB value is (249,36,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 10001111
Octal 371 44 217
Decimal 249 36 143
Hex F9 24 8F

RGB Percentages of Color #f9248f

%58.18
%8.41
%33.41

CMYK Percentages of Color #f9248f

%0
%86
%43
%2

Triadic Colors of #f9248f

#f9248f #8ff924 #248ff9

Analogous Colors of #f9248f

#f9248f #f92425 #f924f9

Monochromatic Colors of #f9248f

#f9248f

Complementary Color

#f9248f #24f98e

#f9248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9248f Color CSS Codes

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

#f9248f Text Font Color

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

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


#f9248f Background Color

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

This div background color is #f9248f


#f9248f Border Color

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

This div border color is #f9248f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9248f

Related Colors

#f9248f Color Palettes


Comments

No comments written yet.

Please login to write comment.