Color Hex Logo

#f9255d Color Hex

#F9255D
(249,37,93)
0 Favorites   0 Comments

Color spaces of #f9255d

RGB 2493793
HSL0.960.950.56
HSV344°85°98°
CMYK 0.000.850.63   0.02
XYZ41.704322.253212.4532
Yxy22.25320.54580.2912
Hunter Lab47.173375.252517.3694
CIE-Lab54.294676.948124.1160

#f9255d color RGB value is (249,37,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 01011101
Octal 371 45 135
Decimal 249 37 93
Hex F9 25 5D

RGB Percentages of Color #f9255d

%65.70
%9.76
%24.54

CMYK Percentages of Color #f9255d

%0
%85
%63
%2

Triadic Colors of #f9255d

#f9255d #5df925 #255df9

Analogous Colors of #f9255d

#f9255d #f95725 #f925c7

Monochromatic Colors of #f9255d

#f9255d

Complementary Color

#f9255d #25f9c1

#f9255d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9255d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9255d Color CSS Codes

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

#f9255d Text Font Color

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

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


#f9255d Background Color

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

This div background color is #f9255d


#f9255d Border Color

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

This div border color is #f9255d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9255d


Comments

No comments written yet.

Please login to write comment.