Color Hex Logo

#f3355b Color Hex

#F3355B
(243,53,91)
0 Favorites   0 Comments

Color spaces of #f3355b

RGB 2435391
HSL0.970.890.58
HSV348°78°95°
CMYK 0.000.780.63   0.05
XYZ40.123622.356212.0980
Yxy22.35620.53800.2998
Hunter Lab47.282368.730317.9273
CIE-Lab54.402971.619125.2347

#f3355b color RGB value is (243,53,91).

#f3355b hex color red value is 243, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f3355b hue: 0.97 , saturation: 0.89 and the lightness value of f3355b is 0.58.

The process color (four color CMYK) of #f3355b color hex is 0.00, 0.78, 0.63, 0.05. Web safe color of #f3355b is #ff3366. Color #f3355b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110101 01011011
Octal 363 65 133
Decimal 243 53 91
Hex F3 35 5B

RGB Percentages of Color #f3355b

%62.79
%13.70
%23.51

CMYK Percentages of Color #f3355b

%0
%78
%63
%5

Triadic Colors of #f3355b

#f3355b #5bf335 #355bf3

Analogous Colors of #f3355b

#f3355b #f36e35 #f335ba

Monochromatic Colors of #f3355b

#f3355b

Complementary Color

#f3355b #35f3cd

#f3355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3355b Color CSS Codes

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

#f3355b Text Font Color

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

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


#f3355b Background Color

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

This div background color is #f3355b


#f3355b Border Color

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

This div border color is #f3355b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3355b


Comments

No comments written yet.

Please login to write comment.