Color Hex Logo

#f35fbb Color Hex

#F35FBB
(243,95,187)
0 Favorites   0 Comments

Color spaces of #f35fbb

RGB 24395187
HSL0.900.860.66
HSV323°61°95°
CMYK 0.000.610.23   0.05
XYZ50.024030.827050.3274
Yxy30.82700.38130.2350
Hunter Lab55.522163.6604-14.8774
CIE-Lab62.361365.9276-19.5306

#f35fbb color RGB value is (243,95,187).

#f35fbb hex color red value is 243, green value is 95 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f35fbb hue: 0.90 , saturation: 0.86 and the lightness value of f35fbb is 0.66.

The process color (four color CMYK) of #f35fbb color hex is 0.00, 0.61, 0.23, 0.05. Web safe color of #f35fbb is #ff66cc. Color #f35fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011111 10111011
Octal 363 137 273
Decimal 243 95 187
Hex F3 5F BB

RGB Percentages of Color #f35fbb

%46.29
%18.10
%35.62

CMYK Percentages of Color #f35fbb

%0
%61
%23
%5

Triadic Colors of #f35fbb

#f35fbb #bbf35f #5fbbf3

Analogous Colors of #f35fbb

#f35fbb #f35f71 #e15ff3

Monochromatic Colors of #f35fbb

#f35fbb

Complementary Color

#f35fbb #5ff397

#f35fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35fbb Color CSS Codes

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

#f35fbb Text Font Color

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

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


#f35fbb Background Color

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

This div background color is #f35fbb


#f35fbb Border Color

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

This div border color is #f35fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35fbb


Comments

No comments written yet.

Please login to write comment.