Color Hex Logo

#f9256b Color Hex

#F9256B
(249,37,107)
0 Favorites   0 Comments

Color spaces of #f9256b

RGB 24937107
HSL0.940.950.56
HSV340°85°98°
CMYK 0.000.850.57   0.02
XYZ42.382322.524416.0238
Yxy22.52440.52370.2783
Hunter Lab47.459976.348113.2039
CIE-Lab54.579077.770116.0958

#f9256b color RGB value is (249,37,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 01101011
Octal 371 45 153
Decimal 249 37 107
Hex F9 25 6B

RGB Percentages of Color #f9256b

%63.36
%9.41
%27.23

CMYK Percentages of Color #f9256b

%0
%85
%57
%2

Triadic Colors of #f9256b

#f9256b #6bf925 #256bf9

Analogous Colors of #f9256b

#f9256b #f94925 #f925d5

Monochromatic Colors of #f9256b

#f9256b

Complementary Color

#f9256b #25f9b3

#f9256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9256b Color CSS Codes

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

#f9256b Text Font Color

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

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


#f9256b Background Color

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

This div background color is #f9256b


#f9256b Border Color

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

This div border color is #f9256b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9256b


Comments

No comments written yet.

Please login to write comment.