Color Hex Logo

#f9427c Color Hex

#F9427C
(249,66,124)
0 Favorites   0 Comments

Color spaces of #f9427c

RGB 24966124
HSL0.950.940.62
HSV341°73°98°
CMYK 0.000.730.50   0.02
XYZ44.653225.491421.6356
Yxy25.49140.48650.2777
Hunter Lab50.489069.51229.9353
CIE-Lab57.551171.663610.1045

#f9427c color RGB value is (249,66,124).

#f9427c hex color red value is 249, green value is 66 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f9427c hue: 0.95 , saturation: 0.94 and the lightness value of f9427c is 0.62.

The process color (four color CMYK) of #f9427c color hex is 0.00, 0.73, 0.50, 0.02. Web safe color of #f9427c is #ff3366. Color #f9427c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 01111100
Octal 371 102 174
Decimal 249 66 124
Hex F9 42 7C

RGB Percentages of Color #f9427c

%56.72
%15.03
%28.25

CMYK Percentages of Color #f9427c

%0
%73
%50
%2

Triadic Colors of #f9427c

#f9427c #7cf942 #427cf9

Analogous Colors of #f9427c

#f9427c #f96442 #f942d8

Monochromatic Colors of #f9427c

#f9427c

Complementary Color

#f9427c #42f9bf

#f9427c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9427c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9427c Color CSS Codes

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

#f9427c Text Font Color

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

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


#f9427c Background Color

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

This div background color is #f9427c


#f9427c Border Color

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

This div border color is #f9427c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9427c


Comments

No comments written yet.

Please login to write comment.