Color Hex Logo

#f9303f Color Hex

#F9303F
(249,48,63)
0 Favorites   0 Comments

Color spaces of #f9303f

RGB 2494863
HSL0.990.940.58
HSV356°81°98°
CMYK 0.000.810.75   0.02
XYZ41.021122.61256.9052
Yxy22.61250.58150.3206
Hunter Lab47.552670.765424.6772
CIE-Lab54.670973.239942.0895

#f9303f color RGB value is (249,48,63).

#f9303f hex color red value is 249, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f9303f hue: 0.99 , saturation: 0.94 and the lightness value of f9303f is 0.58.

The process color (four color CMYK) of #f9303f color hex is 0.00, 0.81, 0.75, 0.02. Web safe color of #f9303f is #ff3333. Color #f9303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110000 00111111
Octal 371 60 77
Decimal 249 48 63
Hex F9 30 3F

RGB Percentages of Color #f9303f

%69.17
%13.33
%17.50

CMYK Percentages of Color #f9303f

%0
%81
%75
%2

Triadic Colors of #f9303f

#f9303f #3ff930 #303ff9

Analogous Colors of #f9303f

#f9303f #f98630 #f930a4

Monochromatic Colors of #f9303f

#f9303f

Complementary Color

#f9303f #30f9ea

#f9303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9303f Color CSS Codes

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

#f9303f Text Font Color

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

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


#f9303f Background Color

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

This div background color is #f9303f


#f9303f Border Color

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

This div border color is #f9303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9303f


Comments

No comments written yet.

Please login to write comment.