Color Hex Logo

#f33faa Color Hex

#F33FAA
(243,63,170)
0 Favorites   0 Comments

Color spaces of #f33faa

RGB 24363170
HSL0.900.880.60
HSV324°74°95°
CMYK 0.000.740.30   0.05
XYZ45.995425.512040.5303
Yxy25.51200.41050.2277
Hunter Lab50.509474.1561-12.2195
CIE-Lab57.570975.4343-17.0235

#f33faa color RGB value is (243,63,170).

#f33faa hex color red value is 243, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f33faa hue: 0.90 , saturation: 0.88 and the lightness value of f33faa is 0.60.

The process color (four color CMYK) of #f33faa color hex is 0.00, 0.74, 0.30, 0.05. Web safe color of #f33faa is #ff3399. Color #f33faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00111111 10101010
Octal 363 77 252
Decimal 243 63 170
Hex F3 3F AA

RGB Percentages of Color #f33faa

%51.05
%13.24
%35.71

CMYK Percentages of Color #f33faa

%0
%74
%30
%5

Triadic Colors of #f33faa

#f33faa #aaf33f #3faaf3

Analogous Colors of #f33faa

#f33faa #f33f50 #e23ff3

Monochromatic Colors of #f33faa

#f33faa

Complementary Color

#f33faa #3ff388

#f33faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f33faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f33faa Color CSS Codes

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

#f33faa Text Font Color

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

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


#f33faa Background Color

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

This div background color is #f33faa


#f33faa Border Color

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

This div border color is #f33faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f33faa


Comments

No comments written yet.

Please login to write comment.