Color Hex Logo

#f3038e Color Hex

#F3038E
(243,3,142)
0 Favorites   0 Comments

Color spaces of #f3038e

RGB 2433142
HSL0.900.980.48
HSV325°99°95°
CMYK 0.000.990.42   0.05
XYZ41.877221.072827.4515
Yxy21.07280.46320.2331
Hunter Lab45.905182.5037-3.3221
CIE-Lab53.029182.9274-7.3315

#f3038e color RGB value is (243,3,142).

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

The process color (four color CMYK) of #f3038e color hex is 0.00, 0.99, 0.42, 0.05. Web safe color of #f3038e is #ff0099. Color #f3038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000011 10001110
Octal 363 3 216
Decimal 243 3 142
Hex F3 3 8E

RGB Percentages of Color #f3038e

%62.63
%0.77
%36.60

CMYK Percentages of Color #f3038e

%0
%99
%42
%5

Triadic Colors of #f3038e

#f3038e #8ef303 #038ef3

Analogous Colors of #f3038e

#f3038e #f30316 #e003f3

Monochromatic Colors of #f3038e

#f3038e

Complementary Color

#f3038e #03f368

#f3038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3038e Color CSS Codes

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

#f3038e Text Font Color

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

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


#f3038e Background Color

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

This div background color is #f3038e


#f3038e Border Color

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

This div border color is #f3038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3038e


Comments

No comments written yet.

Please login to write comment.