Color Hex Logo

#f9255b Color Hex

#F9255B
(249,37,91)
0 Favorites   0 Comments

Color spaces of #f9255b

RGB 2493791
HSL0.960.950.56
HSV345°85°98°
CMYK 0.000.850.63   0.02
XYZ41.616822.218211.9926
Yxy22.21820.54880.2930
Hunter Lab47.136275.110317.9105
CIE-Lab54.257876.841125.2644

#f9255b color RGB value is (249,37,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 01011011
Octal 371 45 133
Decimal 249 37 91
Hex F9 25 5B

RGB Percentages of Color #f9255b

%66.05
%9.81
%24.14

CMYK Percentages of Color #f9255b

%0
%85
%63
%2

Triadic Colors of #f9255b

#f9255b #5bf925 #255bf9

Analogous Colors of #f9255b

#f9255b #f95925 #f925c5

Monochromatic Colors of #f9255b

#f9255b

Complementary Color

#f9255b #25f9c3

#f9255b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9255b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9255b Color CSS Codes

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

#f9255b Text Font Color

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

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


#f9255b Background Color

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

This div background color is #f9255b


#f9255b Border Color

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

This div border color is #f9255b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9255b


Comments

No comments written yet.

Please login to write comment.