Color Hex Logo

#f3002d Color Hex

#F3002D
(243,0,45)
0 Favorites   0 Comments

Color spaces of #f3002d

RGB 243045
HSL0.971.000.48
HSV349°100°95°
CMYK 0.001.000.81   0.05
XYZ37.435819.24414.2240
Yxy19.24410.61470.3160
Hunter Lab43.868175.557724.9987
CIE-Lab50.971677.839847.7637

#f3002d color RGB value is (243,0,45).

#f3002d hex color red value is 243, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f3002d hue: 0.97 , saturation: 1.00 and the lightness value of f3002d is 0.48.

The process color (four color CMYK) of #f3002d color hex is 0.00, 1.00, 0.81, 0.05. Web safe color of #f3002d is #ff0033. Color #f3002d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 00101101
Octal 363 0 55
Decimal 243 0 45
Hex F3 0 2D

RGB Percentages of Color #f3002d

%84.38
%0.00
%15.63

CMYK Percentages of Color #f3002d

%0
%100
%81
%5

Triadic Colors of #f3002d

#f3002d #2df300 #002df3

Analogous Colors of #f3002d

#f3002d #f34c00 #f300a7

Monochromatic Colors of #f3002d

#f3002d

Complementary Color

#f3002d #00f3c6

#f3002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3002d Color CSS Codes

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

#f3002d Text Font Color

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

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


#f3002d Background Color

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

This div background color is #f3002d


#f3002d Border Color

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

This div border color is #f3002d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,0,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3002d


Comments

No comments written yet.

Please login to write comment.