Color Hex Logo

#f9205b Color Hex

#F9205B
(249,32,91)
0 Favorites   0 Comments

Color spaces of #f9205b

RGB 2493291
HSL0.950.950.55
HSV344°87°98°
CMYK 0.000.870.63   0.02
XYZ41.471821.928111.9443
Yxy21.92810.55040.2910
Hunter Lab46.827476.136917.6561
CIE-Lab53.950677.723424.8638

#f9205b color RGB value is (249,32,91).

#f9205b hex color red value is 249, green value is 32 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f9205b hue: 0.95 , saturation: 0.95 and the lightness value of f9205b is 0.55.

The process color (four color CMYK) of #f9205b color hex is 0.00, 0.87, 0.63, 0.02. Web safe color of #f9205b is #ff3366. Color #f9205b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 01011011
Octal 371 40 133
Decimal 249 32 91
Hex F9 20 5B

RGB Percentages of Color #f9205b

%66.94
%8.60
%24.46

CMYK Percentages of Color #f9205b

%0
%87
%63
%2

Triadic Colors of #f9205b

#f9205b #5bf920 #205bf9

Analogous Colors of #f9205b

#f9205b #f95220 #f920c8

Monochromatic Colors of #f9205b

#f9205b

Complementary Color

#f9205b #20f9be

#f9205b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9205b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9205b Color CSS Codes

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

#f9205b Text Font Color

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

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


#f9205b Background Color

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

This div background color is #f9205b


#f9205b Border Color

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

This div border color is #f9205b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9205b


Comments

No comments written yet.

Please login to write comment.