Color Hex Logo

#f3203f Color Hex

#F3203F
(243,32,63)
0 Favorites   0 Comments

Color spaces of #f3203f

RGB 2433263
HSL0.980.900.54
HSV351°87°95°
CMYK 0.000.870.74   0.05
XYZ38.375920.44666.6266
Yxy20.44660.58630.3124
Hunter Lab45.217972.359422.9637
CIE-Lab52.338474.990839.1553

#f3203f color RGB value is (243,32,63).

#f3203f hex color red value is 243, green value is 32 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f3203f hue: 0.98 , saturation: 0.90 and the lightness value of f3203f is 0.54.

The process color (four color CMYK) of #f3203f color hex is 0.00, 0.87, 0.74, 0.05. Web safe color of #f3203f is #ff3333. Color #f3203f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100000 00111111
Octal 363 40 77
Decimal 243 32 63
Hex F3 20 3F

RGB Percentages of Color #f3203f

%71.89
%9.47
%18.64

CMYK Percentages of Color #f3203f

%0
%87
%74
%5

Triadic Colors of #f3203f

#f3203f #3ff320 #203ff3

Analogous Colors of #f3203f

#f3203f #f36b20 #f320a9

Monochromatic Colors of #f3203f

#f3203f

Complementary Color

#f3203f #20f3d4

#f3203f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3203f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3203f Color CSS Codes

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

#f3203f Text Font Color

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

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


#f3203f Background Color

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

This div background color is #f3203f


#f3203f Border Color

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

This div border color is #f3203f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3203f

Related Colors


Comments

No comments written yet.

Please login to write comment.