Color Hex Logo

#f3144b Color Hex

#F3144B
(243,20,75)
0 Favorites   0 Comments

Color spaces of #f3144b

RGB 2432075
HSL0.960.900.52
HSV345°92°95°
CMYK 0.000.920.69   0.05
XYZ38.482320.06308.5009
Yxy20.06300.57400.2992
Hunter Lab44.791774.970620.1017
CIE-Lab51.908477.185731.6033

#f3144b color RGB value is (243,20,75).

#f3144b hex color red value is 243, green value is 20 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f3144b hue: 0.96 , saturation: 0.90 and the lightness value of f3144b is 0.52.

The process color (four color CMYK) of #f3144b color hex is 0.00, 0.92, 0.69, 0.05. Web safe color of #f3144b is #ff0033. Color #f3144b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010100 01001011
Octal 363 24 113
Decimal 243 20 75
Hex F3 14 4B

RGB Percentages of Color #f3144b

%71.89
%5.92
%22.19

CMYK Percentages of Color #f3144b

%0
%92
%69
%5

Triadic Colors of #f3144b

#f3144b #4bf314 #144bf3

Analogous Colors of #f3144b

#f3144b #f34c14 #f314bb

Monochromatic Colors of #f3144b

#f3144b

Complementary Color

#f3144b #14f3bc

#f3144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3144b Color CSS Codes

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

#f3144b Text Font Color

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

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


#f3144b Background Color

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

This div background color is #f3144b


#f3144b Border Color

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

This div border color is #f3144b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3144b


Comments

No comments written yet.

Please login to write comment.